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