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