| Nom du symbole | Hangul Letter Ssangtikeut |
| Version Unicode | 1.1 |
| Unicode | U+3138 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \3138 |
| Code hexadécimal | 0x3138 |
| Code HTML | ㄸ |
| LaTeX | \hangul{3138} |
| Symbole | ㄸ |
| Encodage URL (pourcent UTF-8) | %E3%84%B8 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul letter ssangtikeut sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Letter Ssangtikeut dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |