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