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