| Nom du symbole | Right Double Angle Bracket |
| Version Unicode | 1.1 |
| Unicode | U+300B |
| Bloc Unicode | |
| Catégorie générale | Close Punctuation (Pe) |
| UTF-8 | E3 80 8B |
| UTF-16 | 300B |
| UTF-32 | 0000300B |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTDOUBLEANGLEBRACKET}4\end{document}Vous pouvez saisir le symbole right double angle bracket sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 12299 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right double angle bracket", or use Unicode Hex Input with 300B.
Ctrl + Shift + U, type 300b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.right-double-angle-bracket::before { content: "\300B"; }1<span>》</span>La représentation du symbole Right Double Angle Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u300B' or String.fromCodePoint(12299) |
| Python | '\N{RIGHT DOUBLE ANGLE BRACKET}' or chr(12299) |
| Rust | '\u{300B}' |
| C / C++ | UTF-8 source or wchar_t with U+300B |
| Go | string(rune(0x300B)) |
| Ruby | "\u{300B}" |
| Code CSS |
\300B |
| Code hexadécimal | 0x300B |
| Code HTML | 》 |
| LaTeX | \text{RIGHTDOUBLEANGLEBRACKET} |
| Symbole | 》 |
| Encodage URL (pourcent UTF-8) | %E3%80%8B |
| Nom oral / lecteur d’écran | Right Double Angle Bracket |