| Nom du symbole | Fullwidth Left White Parenthesis |
| Version Unicode | 3.2 |
| Unicode | U+FF5F |
| Bloc Unicode | |
| Catégorie générale | Open Punctuation (Ps) |
| UTF-8 | EF BD 9F |
| UTF-16 | FF5F |
| UTF-32 | 0000FF5F |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHLEFTWHITEPARENTHESIS}4\end{document}Vous pouvez saisir le symbole fullwidth left white parenthesis sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 65375 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth left white parenthesis", or use Unicode Hex Input with FF5F.
Ctrl + Shift + U, type ff5f, 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-left-white-parenthesis::before { content: "\FF5F"; }1<span>⦅</span>La représentation du symbole Fullwidth Left White Parenthesis dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uFF5F' or String.fromCodePoint(65375) |
| Python | '\N{FULLWIDTH LEFT WHITE PARENTHESIS}' or chr(65375) |
| Rust | '\u{FF5F}' |
| C / C++ | UTF-8 source or wchar_t with U+FF5F |
| Go | string(rune(0xFF5F)) |
| Ruby | "\u{FF5F}" |
| Code CSS |
\FF5F |
| Code hexadécimal | 0xFF5F |
| Code HTML | ⦅ |
| LaTeX | \text{FULLWIDTHLEFTWHITEPARENTHESIS} |
| Symbole | ⦅ |
| Encodage URL (pourcent UTF-8) | %EF%BD%9F |
| Nom oral / lecteur d’écran | Fullwidth Left White Parenthesis |