| Nombre del símbolo | Hangul Syllable Tolt |
| Versión Unicode | 2.0 |
| Unicode | U+D1AD |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D1AD |
| Código hexadecimal | 0xD1AD |
| Código HTML | 톭 |
| LaTeX | \hangul{D1AD} |
| Símbolo | 톭 |
| Codificación URL (porcentaje UTF-8) | %ED%86%AD |
| Nombre oral / lector de pantalla | Hangul Syllable Tolt |
| UTF-8 | ED 86 AD |
| UTF-16 | D1AD |
| UTF-32 | 0000D1AD |
1\documentclass{article}2\usepackage{pifont}3\hangul{D1AD}4\end{document}Puedes escribir el símbolo hangul syllable tolt en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 53677 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable tolt", or use Unicode Hex Input with D1AD.
Ctrl + Shift + U, type d1ad, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-tolt::before { content: "\D1AD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>톭</span>La representación del símbolo Hangul Syllable Tolt en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD1AD' or String.fromCodePoint(53677) |
| Python | '\N{HANGUL SYLLABLE TOLT}' or chr(53677) |
| Rust | '\u{D1AD}' |
| C / C++ | UTF-8 source or wchar_t with U+D1AD |
| Go | string(rune(0xD1AD)) |
| Ruby | "\u{D1AD}" |