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