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