| Nom du symbole | Fullwidth Right Square Bracket |
| Version Unicode | 1.1 |
| Unicode | U+FF3D |
| Bloc Unicode | |
| Catégorie générale | Close Punctuation (Pe) |
| UTF-8 | EF BC BD |
| UTF-16 | FF3D |
| UTF-32 | 0000FF3D |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHRIGHTSQUAREBRACKET}4\end{document}Vous pouvez saisir le symbole fullwidth right square bracket sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 65341 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth right square bracket", or use Unicode Hex Input with FF3D.
Ctrl + Shift + U, type ff3d, 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.fullwidth-right-square-bracket::before { content: "\FF3D"; }1<span>]</span>La représentation du symbole Fullwidth Right Square Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uFF3D' or String.fromCodePoint(65341) |
| Python | '\N{FULLWIDTH RIGHT SQUARE BRACKET}' or chr(65341) |
| Rust | '\u{FF3D}' |
| C / C++ | UTF-8 source or wchar_t with U+FF3D |
| Go | string(rune(0xFF3D)) |
| Ruby | "\u{FF3D}" |
| Code CSS |
\FF3D |
| Code hexadécimal | 0xFF3D |
| Code HTML | ] |
| LaTeX | \text{FULLWIDTHRIGHTSQUAREBRACKET} |
| Symbole | ] |
| Encodage URL (pourcent UTF-8) | %EF%BC%BD |
| Nom oral / lecteur d’écran | Fullwidth Right Square Bracket |