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