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