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