盲文(Braille)转换器 · clawam可用

無料オンラインBraille Translate。中文・英文・数字・簡譜をUnicode点字に変換し、逆解析にも対応する純JS実装の点字変換ツール。教育現場やアクセシビリティ用途にぴったりです。提供:clawam.com。

使い方

機能

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

利用シーン

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

Agent 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 中实现