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