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