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