| Nom du symbole | Hangul Syllable Gguibt |
| Version Unicode | 2.0 |
| Unicode | U+B078 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \B078 |
| Code hexadécimal | 0xB078 |
| Code HTML | 끸 |
| LaTeX | \hangul{B078} |
| Symbole | 끸 |
| Encodage URL (pourcent UTF-8) | %EB%81%B8 |
| Nom oral / lecteur d’écran | Hangul Syllable Gguibt |
| UTF-8 | EB 81 B8 |
| UTF-16 | B078 |
| UTF-32 | 0000B078 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B078}4\end{document}Vous pouvez saisir le symbole hangul syllable gguibt sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 45176 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gguibt", or use Unicode Hex Input with B078.
Ctrl + Shift + U, type b078, 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-gguibt::before { content: "\B078"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>끸</span>La représentation du symbole Hangul Syllable Gguibt dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uB078' or String.fromCodePoint(45176) |
| Python | '\N{HANGUL SYLLABLE GGUIBT}' or chr(45176) |
| Rust | '\u{B078}' |
| C / C++ | UTF-8 source or wchar_t with U+B078 |
| Go | string(rune(0xB078)) |
| Ruby | "\u{B078}" |