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