| Nombre del símbolo | Hangul Syllable Twamb |
| Versión Unicode | 2.0 |
| Unicode | U+D1CD |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D1CD |
| Código hexadecimal | 0xD1CD |
| Código HTML | 퇍 |
| LaTeX | \hangul{D1CD} |
| Símbolo | 퇍 |
| Codificación URL (porcentaje UTF-8) | %ED%87%8D |
| Nombre oral / lector de pantalla | Hangul Syllable Twamb |
| UTF-8 | ED 87 8D |
| UTF-16 | D1CD |
| UTF-32 | 0000D1CD |
1\documentclass{article}2\usepackage{pifont}3\hangul{D1CD}4\end{document}Puedes escribir el símbolo hangul syllable twamb en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 53709 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable twamb", or use Unicode Hex Input with D1CD.
Ctrl + Shift + U, type d1cd, 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-twamb::before { content: "\D1CD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퇍</span>La representación del símbolo Hangul Syllable Twamb en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD1CD' or String.fromCodePoint(53709) |
| Python | '\N{HANGUL SYLLABLE TWAMB}' or chr(53709) |
| Rust | '\u{D1CD}' |
| C / C++ | UTF-8 source or wchar_t with U+D1CD |
| Go | string(rune(0xD1CD)) |
| Ruby | "\u{D1CD}" |