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