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