| Symbol Name | Hangul Syllable Tols |
| Unicode Version | 2.0 |
| Unicode | U+D1AC |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D1AC |
| Hex Code | 0xD1AC |
| HTML Code | 톬 |
| LaTeX | \hangul{D1AC} |
| Symbol | 톬 |
| URL encode (UTF-8 percent) | %ED%86%AC |
| Spoken / screen reader name | Hangul Syllable Tols |
| UTF-8 | ED 86 AC |
| UTF-16 | D1AC |
| UTF-32 | 0000D1AC |
1\documentclass{article}2\usepackage{pifont}3\hangul{D1AC}4\end{document}You can type the hangul syllable tols symbol on most modern devices with the help of following methods:
Alt + 53676 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable tols", or use Unicode Hex Input with D1AC.
Ctrl + Shift + U, type d1ac, 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-tols::before { content: "\D1AC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>톬</span>Hangul Syllable Tols symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD1AC' or String.fromCodePoint(53676) |
| Python | '\N{HANGUL SYLLABLE TOLS}' or chr(53676) |
| Rust | '\u{D1AC}' |
| C / C++ | UTF-8 source or wchar_t with U+D1AC |
| Go | string(rune(0xD1AC)) |
| Ruby | "\u{D1AC}" |