점자 Translate

Free online Braille translator. Chinese, English, digits and jianpu to Unicode braille with reverse parsing, pure JS implementation.

사용법

기능

  • 英文(Grade 1)+ 数字 → Unicode 盲文 (U+2800-U+28FF)
  • 盲文 → 英数(基于 Unicode 反向映射)
  • 中文 → 盲文(基于汉语盲文分词连写 · 简化版)
  • 数字前置 # 号标识(number indicator)
  • 大写字母前置双点

활용 사례

  • 无障碍场景 / 教学演示 / 字符装饰
  • 中文盲文按现行《汉语盲文方案》分词连写,本工具简化版不支持分词

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/braille_translate/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/braille_translate/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 盲文 在工具页 JS 中实现