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