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