diff --git a/Rules/Languages/fr/unicode-full.yaml b/Rules/Languages/fr/unicode-full.yaml
index fbb2ee01..c7ce25de 100644
--- a/Rules/Languages/fr/unicode-full.yaml
+++ b/Rules/Languages/fr/unicode-full.yaml
@@ -1,173 +1,197 @@
---
- - "¢": [t: "centimes"] # 0xa2 (en: 'cents')
- - "£": [t: "livres"] # 0xa3 (en: 'pounds')
- - "¤": [t: "symbole monétaire"] # 0xa4 (en: 'currency sign')
- - "¥": [t: "yen"] # 0xa5
- - "¦": [t: "barre déjointe"] # 0xa6 (en: 'broken bar')
- - "§": [t: "paragraphe"] # 0xa7 (en: 'section')
- - "¨": [t: "tréma"] # 0xa8 (en: 'double dot')
- - "©": [t: "copyright"] # 0xa9
- - "ª": [t: "indicateur ordinal féminin"] # 0xaa (en: 'feminine ordinal indicator')
- - "«": [t: "guillemet chevron pointant gauche"] # 0xab (en: 'left-pointing double angle quote mark', MathPlayer: 'guillemet chevron pointant vers la gauche', DeepL: 'guillemet à double angle pointant vers la gauche')
+ - "¢": [T: "centimes"] # 0xa2 (en: 'cents')
+ - "£": [T: "livres"] # 0xa3 (en: 'pounds')
+ - "¤": [T: "symbole monétaire"] # 0xa4 (en: 'currency sign')
+ - "¥": [T: "yen"] # 0xa5
+ - "¦": [T: "barre déjointe"] # 0xa6 (en: 'broken bar')
+ - "§": [T: "paragraphe"] # 0xa7 (en: 'section')
+ - "¨": [T: "tréma"] # 0xa8 (en: 'double dot')
+ - "©": [T: "copyright"] # 0xa9
+ - "ª": [T: "indicateur ordinal féminin"] # 0xaa (en: 'feminine ordinal indicator')
+ - "¬": [T: "négation"] # 0xac (en: 'not')
+ - "«": [T: "guillemet chevron pointant gauche"] # 0xab (en: 'left-pointing double angle quote mark', MathPlayer: 'guillemet chevron pointant vers la gauche', DeepL: 'guillemet à double angle pointant vers la gauche')
- "¯": # 0xaf
- test:
if: "ancestor::m:modified-variable and preceding-sibling::*[1][self::m:mi]"
- then: [t: "barre"] # (en: 'bar', DeepL translation)
- else: [t: "macron"] # (en: 'line')
- - "²": [t: "au carré"] # 0xb2 (en: 'two', MathPlayer: 'exposant deux', DeepL: 'deux')
- - "³": [t: "cubique"] # 0xb3 (en: 'three', MathPlayer: 'exposant trois', DeepL: 'trois')
- - "µ": [t: "symbole micro"] # 0xb5 (en: 'micro')
- - "¹": [t: "exposant un"] # 0xb9 (en: 'one', DeepL: 'un')
- - "º": [t: "indicateur ordinal masculin"] # 0xb9 (en: 'masculine ordinal indicator')
- - "¡": [t: "point d'exclamation renversé"] # 0xa1 (en: 'inverted exclamation mark')
- - "¶": [t: "fin de paragraphe"] # 0xb6 (en: 'paragraph mark')
- - "¿": [t: "point d'interrogation renversé"] # 0xbf (en: 'inverted question mark')
-
- - "ʰ": [t: "modificateur petit h"] # 0x2b0 (en: 'modifier small h', DeepL translation)
- - "ʱ": [t: "modificateur petit h avec crochet"] # 0x2b1 (en: 'modifier small h with hook', DeepL translation)
- - "ʲ": [t: "modificateur petit j"] # 0x2b2 (en: 'modifier small j', DeepL translation)
- - "ʳ": [t: "modificateur small r"] # 0x2b3 (en: 'modifier small r', DeepL translation)
- - "ʴ": [t: "modificateur petit tourné vers la droite"] # 0x2b4 (en: 'modifier small turned r', DeepL translation)
- - "ʵ": [t: "modificateur petit r tourné avec crochet"] # 0x2b5 (en: 'modifier small turned r with hook', DeepL translation)
+ then: [T: "barre"] # (en: 'bar', DeepL translation)
+ else: [T: "ligne"] # (en: 'line')
+ - "²": [T: "au carré"] # 0xb2 (en: 'two', MathPlayer: 'exposant deux', DeepL: 'deux')
+ - "³": [T: "cubique"] # 0xb3 (en: 'three', MathPlayer: 'exposant trois', DeepL: 'trois')
+ - "´": [T: "accent aigu"] # 0xb4 (en: 'acute')
+ - "µ": [T: "symbole micro"] # 0xb5 (en: 'micro')
+ - "¹": [T: "exposant un"] # 0xb9 (en: 'one', DeepL: 'un')
+ - "º": [T: "indicateur ordinal masculin"] # 0xb9 (en: 'masculine ordinal indicator')
+ - "·":
+ - test:
+ if: "$SpeechStyle != 'ClearSpeak' or $ClearSpeak_MultSymbolDot = 'Auto'"
+ then: [T: "fois"] # (en: 'times', DeepL translation)
+ else: [T: "point médian"] # (en: 'dot')
+ - "×": # 0xd7
+ - test:
+ if: "$SpeechStyle != 'ClearSpeak' or $ClearSpeak_MultSymbolX = 'Auto'"
+ then: [T: "fois"] # (en: 'times', DeepL translation)
+ else_test:
+ if: $ClearSpeak_MultSymbolX = 'By'
+ then: [T: "par"] # (en: 'by', DeepL translation)
+ else: [T: "multiplié par"] # (en: 'cross')
+ - "÷": [T: "divisé par"] # 0xf7 (en: 'divided by')
+ - "¡": [T: "point d'exclamation renversé"] # 0xa1 (en: 'inverted exclamation mark')
+ - "¶": [T: "fin de paragraphe"] # 0xb6 (en: 'paragraph mark')
+ - "¿": [T: "point d'interrogation renversé"] # 0xbf (en: 'inverted question mark')
+
+ - "ʰ": [T: "modificateur petit h"] # 0x2b0 (en: 'modifier small h', DeepL translation)
+ - "ʱ": [T: "modificateur petit h avec crochet"] # 0x2b1 (en: 'modifier small h with hook', DeepL translation)
+ - "ʲ": [T: "modificateur petit j"] # 0x2b2 (en: 'modifier small j', DeepL translation)
+ - "ʳ": [T: "modificateur petit r"] # 0x2b3 (en: 'modifier small r', DeepL translation)
+ - "ʴ": [T: "modificateur petit r tourné"] # 0x2b4 (en: 'modifier small turned r', DeepL translation)
+ - "ʵ": [T: "modificateur petit r tourné avec crochet"] # 0x2b5 (en: 'modifier small turned r with hook', DeepL translation)
- "ʶ": # 0x2b6
- - spell: "translate('R', 'R', 'R')"
- - t: "modificateur petit inversé" # (en: 'modifier small inverted', DeepL translation)
-
-
- - "ʷ": [t: "modificateur petit w"] # 0x2b7 (en: 'modifier small w', DeepL translation)
- - "ʸ": [t: "modificateur petit y"] # 0x2b8 (en: 'modifier small y', DeepL translation)
- - "ʹ": [t: "prime"] # 0x2b9 (en: 'modifier prime', DeepL: 'modificateur prime')
- - "ʺ": [t: "double prime"] # 0x2ba (en: 'modifier double prime', DeepL: 'modificateur double prime')
- - "ʻ": [t: "modificateur transformé en virgule"] # 0x2bb (en: 'modifier turned comma', DeepL translation)
- - "ʼ": [t: "modificateur apostrophe"] # 0x2bc (en: 'modifier apostrophe', DeepL translation)
- - "ʽ": [t: "modificateur virgule inversée"] # 0x2bd (en: 'modifier reversed comma', DeepL translation)
- - "ʾ": [t: "lettre modificative demi anneau à droite"] # 0x2be (en: 'modifier right half ring', DeepL: 'modificateur demi anneau droit')
- - "ʿ": [t: "lettre modificative demi anneau à gauche"] # 0x2bf (en: 'modifier left half ring', DeepL: 'modificateur demi anneau gauche')
- - "ˀ": [t: "modificateur arrêt glottal"] # 0x2c0 (en: 'modifier glottal stop', DeepL translation)
- - "ˁ": [t: "modificateur arrêt glottal inversé"] # 0x2c1 (en: 'modifier reversed glottal stop', DeepL translation)
- - "˂": [t: "modificateur flèche gauche"] # 0x2c2 (en: 'modifier left arrowhead', DeepL translation)
- - "˃": [t: "modificateur flèche droite"] # 0x2c3 (en: 'modifier right arrowhead', DeepL translation)
- - "˄": [t: "modificateur flèche vers le haut"] # 0x2c4 (en: 'modifier up arrowhead', DeepL translation)
- - "˅": [t: "modificateur flèche vers le bas"] # 0x2c5 (en: 'modifier down arrowhead', DeepL translation)
- - "ˆ": [t: "lettre modificative accent circonflexe"] # 0x2c6 (en: 'modifier circumflex accent', DeepL: 'modificateur accent circonflexe')
- - "ˇ": [t: "caron"] # 0x2c7 (en: 'check', DeepL: 'vérification')
- - "ˈ": [t: "modificateur ligne verticale"] # 0x2c8 (en: 'modifier vertical line', DeepL translation)
- - "ˉ": [t: "modificateur macron"] # 0x2c9 (en: 'modifier macron', DeepL translation)
- - "ˊ": [t: "modificateur accent aigu"] # 0x2ca (en: 'modifier acute accent', DeepL translation)
- - "ˋ": [t: "modificateur accent grave"] # 0x2cb (en: 'modifier grave accent', DeepL translation)
- - "ˌ": [t: "modificateur ligne verticale basse"] # 0x2cc (en: 'modifier low vertical line', DeepL translation)
- - "ˍ": [t: "modificateur macron bas"] # 0x2cd (en: 'modifier low macron', DeepL translation)
- - "ˎ": [t: "modificateur accent grave"] # 0x2ce (en: 'modifier low grave accent', DeepL translation)
- - "ˏ": [t: "modificateur accent aigu grave"] # 0x2cf (en: 'modifier low acute accent', DeepL translation)
- - "ː": [t: "modificateur deux-points triangulaires"] # 0x2d0 (en: 'modifier triangular colon', DeepL translation)
- - "ˑ": [t: "modificateur demi-points triangulaires"] # 0x2d1 (en: 'modifier half triangular colon', DeepL translation)
- - "˒": [t: "modificateur centré sur le demi-anneau droit"] # 0x2d2 (en: 'modifier centered right half ring', DeepL translation)
- - "˓": [t: "modificateur demi anneau centré à gauche"] # 0x2d3 (en: 'modifier centered left half ring', DeepL translation)
- - "˔": [t: "modificateur up tadck"] # 0x2d4 (en: 'modifier up tadck', DeepL translation)
- - "˕": [t: "modificateur down tack"] # 0x2d5 (en: 'modifier down tack', DeepL translation)
- - "˖": [t: "modificateur signe plus"] # 0x2d6 (en: 'modifier plus sign', DeepL translation)
- - "˗": [t: "modificateur signe moins"] # 0x2d7 (en: 'modifier minus sign', DeepL translation)
- - "˘": [t: "brève"] # 0x2d8 (en: 'breve')
- - "˙": [t: "point en chef"] # 0x2d9 (en: 'dot')
- - "˚": [t: "rond en chef"] # 0x2da (en: 'ring above')
- - "˛": [t: "ogonek"] # 0x2db
- - "˜": [t: "tilde"] # 0x2dc (en: 'small tilde')
- - "˝": [t: "double accent aigu"] # 0x2dd (en: 'double acute accent')
- - "˞": [t: "modificateur crochet rhôtique"] # 0x2de (en: 'modifier rhotic hook', DeepL translation)
- - "˟": [t: "modificateur accent croisé"] # 0x2df (en: 'modifier cross accent', DeepL translation)
- - "ˠ": [t: "modificateur small gamma"] # 0x2e0 (en: 'modifier small gamma', DeepL translation)
- - "ˡ": [t: "modificateur petit l"] # 0x2e1 (en: 'modifier small l', DeepL translation)
- - "ˢ": [t: "modificateur petit s"] # 0x2e2 (en: 'modifier small s', DeepL translation)
- - "ˣ": [t: "modificateur petit x"] # 0x2e3 (en: 'modifier small x', DeepL translation)
- - "ˤ": [t: "modificateur petit arrêt glottal inversé"] # 0x2e4 (en: 'modifier small reversed glottal stop', DeepL translation)
- - "˥": [t: "modificateur barre de tonalité extra-haute"] # 0x2e5 (en: 'modifier extra-high tone bar', DeepL translation)
- - "˦": [t: "modificateur high tone bar"] # 0x2e6 (en: 'modifier high tone bar', DeepL translation)
- - "˧": [t: "modificateur barre de tonalité moyenne"] # 0x2e7 (en: 'modifier mid tone bar', DeepL translation)
- - "˨": [t: "modificateur low tone bar"] # 0x2e8 (en: 'modifier low tone bar', DeepL translation)
- - "˩": [t: "modificateur barre de tonalité extra-basse"] # 0x2e9 (en: 'modifier extra-low tone bar', DeepL translation)
- - "˪": [t: "modificateur yin départ marque de tonalité"] # 0x2ea (en: 'modifier yin departing tone mark', DeepL translation)
- - "˫": [t: "modificateur yang marque de tonalité de départ"] # 0x2eb (en: 'modifier yang departing tone mark', DeepL translation)
- - "ˬ": [t: "modificateur d'harmonisation"] # 0x2ec (en: 'modifier voicing', DeepL translation)
- - "˭": [t: "modificateur non aspiré"] # 0x2ed (en: 'modifier unaspirated', DeepL translation)
- - "ˮ": [t: "modificateur double apostrophe"] # 0x2ee (en: 'modifier double apostrophe', DeepL translation)
- - "˯": [t: "modificateur low down arrowhead"] # 0x2ef (en: 'modifier low down arrowhead', DeepL translation)
- - "˰": [t: "modificateur bas pointe de flèche vers le haut"] # 0x2f0 (en: 'modifier low up arrowhead', DeepL translation)
- - "˱": [t: "modificateur low left arrowhead"] # 0x2f1 (en: 'modifier low left arrowhead', DeepL translation)
- - "˲": [t: "modificateur bas pointe de flèche droite"] # 0x2f2 (en: 'modifier low right arrowhead', DeepL translation)
- - "˳": [t: "modificateur anneau bas"] # 0x2f3 (en: 'modifier low ring', DeepL translation)
- - "˴": [t: "modificateur accent grave moyen"] # 0x2f4 (en: 'modifier middle grave accent', DeepL translation)
- - "˵": [t: "modificateur double accent grave moyen"] # 0x2f5 (en: 'modifier middle double grave accent', DeepL translation)
- - "˶": [t: "modificateur double accent aigu moyen"] # 0x2f6 (en: 'modifier middle double acute accent', DeepL translation)
- - "˷": [t: "modificateur bas tilde"] # 0x2f7 (en: 'modifier low tilde', DeepL translation)
- - "˸": [t: "modificateur deux points surélevés"] # 0x2f8 (en: 'modifier raised colon', DeepL translation)
- - "˹": [t: "modificateur début ton haut"] # 0x2f9 (en: 'modifier begin high tone', DeepL translation)
- - "˺": [t: "modificateur fin tonalité haute"] # 0x2fa (en: 'modifier end high tone', DeepL translation)
- - "˻": [t: "modificateur début tonalité basse"] # 0x2fb (en: 'modifier begin low tone', DeepL translation)
- - "˼": [t: "modificateur end low tone"] # 0x2fc (en: 'modifier end low tone', DeepL translation)
- - "˽": [t: "modificateur tablette"] # 0x2fd (en: 'modifier shelf', DeepL translation)
- - "˾": [t: "modificateur étagère ouverte"] # 0x2fe (en: 'modifier open shelf', DeepL translation)
- - "˿": [t: "modificateur flèche gauche basse"] # 0x2ff (en: 'modifier low left arrow', DeepL translation)
- - "̈": [t: "diacritique tréma"] # 0x308 (en: 'diaeresis embellishment', DeepL: 'embellissement du tréma')
- - "̉": [t: "crochet au-dessus de l'ornement"] # 0x309 (en: 'hook above embellishment', DeepL translation)
- - "̊": [t: "diacritique crochet en chef"] # 0x30a (en: 'ring above embellishment', DeepL: 'anneau au-dessus de l'ornement')
- - "̋": [t: "double accent aigu fioriture"] # 0x30b (en: 'double acute accent embellishment', DeepL translation)
- - "̌": [t: "diacritique caron"] # 0x30c (en: 'check', DeepL: 'vérification')
- - "̍": [t: "ligne verticale au-dessus de l'ornement"] # 0x30d (en: 'vertical line above embellishment', DeepL translation)
- - "̎": [t: "double ligne verticale au-dessus de l'emblème"] # 0x30e (en: 'double vertical line above embellishment', DeepL translation)
- - "̏": [t: "double accent grave"] # 0x30f (en: 'double grave accent embellishment', DeepL translation)
- - "̐": [t: "embellissement candrabindu"] # 0x310 (en: 'candrabindu embellishment', DeepL translation)
- - "̑": [t: "diacritique brève renversée"] # 0x311 (en: 'inverted breve embellishment', DeepL: 'fioriture en forme de brève inversée')
- - "̒": [t: "virgule tournée au-dessus de l'embellissement"] # 0x312 (en: 'turned comma above embellishment', DeepL translation)
- - "̓": [t: "virgule au-dessus de la fioriture"] # 0x313 (en: 'comma above embellishment', DeepL translation)
- - "̔": [t: "virgule inversée au-dessus de l'embellissement"] # 0x314 (en: 'reversed comma above embellishment', DeepL translation)
- - "̕": [t: "virgule au-dessus de la fioriture droite"] # 0x315 (en: 'comma above right embellishment', DeepL translation)
- - "̖": [t: "accent grave en dessous de la fioriture"] # 0x316 (en: 'grave accent below embellishment', DeepL translation)
- - "̗": [t: "accent aigu sous la fioriture"] # 0x317 (en: 'acute accent below embellishment', DeepL translation)
- - "̘": [t: "gauche point d'amure en dessous de l'embellissement"] # 0x318 (en: 'left tack below embellishment', DeepL translation)
- - "̙": [t: "amure droite en dessous de l'ornement"] # 0x319 (en: 'right tack below embellishment', DeepL translation)
- - "̚": [t: "angle gauche au-dessus de l'embellissement"] # 0x31a (en: 'left angle above embellishment', DeepL translation)
- - "̛": [t: "ornement de corne"] # 0x31b (en: 'horn embellishment', DeepL translation)
- - "̜": [t: "demi-anneau gauche en dessous de l'ornement"] # 0x31c (en: 'left half ring below embellishment', DeepL translation)
- - "̝": [t: "point d'amure vers le haut sous l'emblème"] # 0x31d (en: 'up tack below embellishment', DeepL translation)
- - "̞": [t: "en bas l'amure en dessous de l'embellissement"] # 0x31e (en: 'down tack below embellishment', DeepL translation)
- - "̟": [t: "signe plus sous la fioriture"] # 0x31f (en: 'plus sign below embellishment', DeepL translation)
- - "̠": [t: "signe moins en dessous de l'ornement"] # 0x320 (en: 'minus sign below embellishment', DeepL translation)
- - "̡": [t: "crochet palatalisé sous la fioriture"] # 0x321 (en: 'palatalized hook below embellishment', DeepL translation)
- - "̢": [t: "crochet rétroflexe en dessous de la fioriture"] # 0x322 (en: 'retroflex hook below embellishment', DeepL translation)
- - "̣": [t: "diacritique point souscrit"] # 0x323 (en: 'dot below embellishment', DeepL: 'point en dessous de la fioriture')
- - "̤": [t: "diacritique tréma souscrit"] # 0x324 (en: 'diaeresis below embellishment', DeepL: 'tréma au-dessous de la fioriture')
- - "̥": [t: "anneau au-dessous de la fioriture"] # 0x325 (en: 'ring below embellishment', DeepL translation)
- - "̦": [t: "virgule en dessous de la fioriture"] # 0x326 (en: 'comma below embellishment', DeepL translation)
- - "̧": [t: "diacritique cédille"] # 0x327 (en: 'cedilla embellishment', DeepL: 'cedilla fioriture')
- - "̨": [t: "embellissement ogonek"] # 0x328 (en: 'ogonek embellishment', DeepL translation)
- - "̩": [t: "ligne verticale sous l'emblème"] # 0x329 (en: 'vertical line below embellishment', DeepL translation)
- - "̪": [t: "pont sous l'embellissement"] # 0x32a (en: 'bridge below embellishment', DeepL translation)
- - "̫": [t: "arc double inversé au-dessous de la fioriture"] # 0x32b (en: 'inverted double arch below embellishment', DeepL translation)
- - "̬": [t: "caron sous la fioriture"] # 0x32c (en: 'caron below embellishment', DeepL translation)
- - "̭": [t: "accent circonflexe sous la fioriture"] # 0x32d (en: 'circumflex accent below embellishment', DeepL translation)
- - "̮": [t: "diacritique brève souscrite"] # 0x32e (en: 'breve below embellishment', DeepL: 'breve en dessous de la fioriture')
- - "̯": [t: "breveté inversé en dessous de l'embellissement"] # 0x32f (en: 'inverted breve below embellishment', DeepL translation)
- - "̰": [t: "diacritique tilde souscrit"] # 0x330 (en: 'tilde below embellishment', DeepL: 'tilde en dessous de l'embellissement')
- - "̱": [t: "diacritique macron souscrit"] # 0x331 (en: 'macron below embellishment', DeepL: 'macron en dessous de l'embellissement')
- - "̲": [t: "diacritique trait souscrit"] # 0x332 (en: 'low line embellishment', DeepL: 'embellissement de la ligne basse')
- - "̳": [t: "double embellissement de la ligne basse"] # 0x333 (en: 'double low line embellishment', DeepL translation)
- - "̴": [t: "tilde superposé embellissement"] # 0x334 (en: 'tilde overlay embellishment', DeepL translation)
- - "̵": [t: "embellissement par recouvrement d'un trait court"] # 0x335 (en: 'short stroke overlay embellishment', DeepL translation)
- - "̶": [t: "emblème de superposition de traits longs"] # 0x336 (en: 'long stroke overlay embellishment', DeepL translation)
- - "̷": [t: "emblème de recouvrement du solidus court"] # 0x337 (en: 'short solidus overlay embellishment', DeepL translation)
- - "̸": [t: "diacritique barre oblique longue"] # 0x338 (en: 'long solidus overlay embellishment', DeepL: 'long solidus overlay embellishment')
- - "̹": [t: "demi anneau droit en dessous de l'embellissement"] # 0x339 (en: 'right half ring below embellishment', DeepL translation)
- - "̺": [t: "pont inversé en dessous de la fioriture"] # 0x33a (en: 'inverted bridge below embellishment', DeepL translation)
- - "̻": [t: "carré en dessous de l'embellissement"] # 0x33b (en: 'square below embellishment', DeepL translation)
- - "̼": [t: "mouette en dessous de la fioriture"] # 0x33c (en: 'seagull below embellishment', DeepL translation)
- - "̽": [t: "x au-dessus de la fioriture"] # 0x33d (en: 'x above embellishment', DeepL translation)
- - "̾": [t: "tilde vertical"] # 0x33e (en: 'vertical tilde embellishment', DeepL translation)
- - "̿": [t: "embellissement en double surlignage"] # 0x33f (en: 'double overline embellishment', DeepL translation)
- - "̀": [t: "embellissement de la marque de tonalité grave"] # 0x340 (en: 'grave tone mark embellishment', DeepL translation)
- - "́": [t: "tonalité aiguë marque d'embellissement"] # 0x341 (en: 'acute tone mark embellishment', DeepL translation)
- - "͆": [t: "pont au-dessus"] # 0x346 (en: 'bridge above', DeepL translation)
+ - SPELL: "translate('R', 'R', 'R')"
+ - T: "modificateur petit inversé" # (en: 'modifier small inverted', DeepL translation)
+
+
+ - "ʷ": [T: "modificateur petit w"] # 0x2b7 (en: 'modifier small w', DeepL translation)
+ - "ʸ": [T: "modificateur petit y"] # 0x2b8 (en: 'modifier small y', DeepL translation)
+ - "ʹ": [T: "prime"] # 0x2b9 (en: 'modifier prime', DeepL: 'modificateur prime')
+ - "ʺ": [T: "double prime"] # 0x2ba (en: 'modifier double prime', DeepL: 'modificateur double prime')
+ - "ʻ": [T: "modificateur virgule tournée"] # 0x2bb (en: 'modifier turned comma', DeepL translation)
+ - "ʼ": [T: "modificateur apostrophe"] # 0x2bc (en: 'modifier apostrophe', DeepL translation)
+ - "ʽ": [T: "modificateur virgule inversée"] # 0x2bd (en: 'modifier reversed comma', DeepL translation)
+ - "ʾ": [T: "modificateur demi anneau à droite"] # 0x2be (en: 'modifier right half ring', DeepL: 'modificateur demi anneau droit')
+ - "ʿ": [T: "modificateur demi anneau à gauche"] # 0x2bf (en: 'modifier left half ring', DeepL: 'modificateur demi anneau gauche')
+ - "ˀ": [T: "modificateur arrêt glottal"] # 0x2c0 (en: 'modifier glottal stop', DeepL translation)
+ - "ˁ": [T: "modificateur arrêt glottal inversé"] # 0x2c1 (en: 'modifier reversed glottal stop', DeepL translation)
+ - "˂": [T: "modificateur flèche gauche"] # 0x2c2 (en: 'modifier left arrowhead', DeepL translation)
+ - "˃": [T: "modificateur flèche droite"] # 0x2c3 (en: 'modifier right arrowhead', DeepL translation)
+ - "˄": [T: "modificateur flèche vers le haut"] # 0x2c4 (en: 'modifier up arrowhead', DeepL translation)
+ - "˅": [T: "modificateur flèche vers le bas"] # 0x2c5 (en: 'modifier down arrowhead', DeepL translation)
+ - "ˆ": [T: "modificateur accent circonflexe"] # 0x2c6 (en: 'modifier circumflex accent', DeepL: 'modificateur accent circonflexe')
+ - "ˇ": [T: "caron"] # 0x2c7 (en: 'check', DeepL: 'vérification')
+ - "ˈ": [T: "modificateur ligne verticale"] # 0x2c8 (en: 'modifier vertical line', DeepL translation)
+ - "ˉ": [T: "modificateur macron"] # 0x2c9 (en: 'modifier macron', DeepL translation)
+ - "ˊ": [T: "modificateur accent aigu"] # 0x2ca (en: 'modifier acute accent', DeepL translation)
+ - "ˋ": [T: "modificateur accent grave"] # 0x2cb (en: 'modifier grave accent', DeepL translation)
+ - "ˌ": [T: "modificateur ligne verticale basse"] # 0x2cc (en: 'modifier low vertical line', DeepL translation)
+ - "ˍ": [T: "modificateur macron bas"] # 0x2cd (en: 'modifier low macron', DeepL translation)
+ - "ˎ": [T: "modificateur accent grave bas"] # 0x2ce (en: 'modifier low grave accent', DeepL translation)
+ - "ˏ": [T: "modificateur accent aigu bas"] # 0x2cf (en: 'modifier low acute accent', DeepL translation)
+ - "ː": [T: "modificateur deux-points triangulaires"] # 0x2d0 (en: 'modifier triangular colon', DeepL translation)
+ - "ˑ": [T: "modificateur demi-points triangulaires"] # 0x2d1 (en: 'modifier half triangular colon', DeepL translation)
+ - "˒": [T: "modificateur demi-anneau droit centré"] # 0x2d2 (en: 'modifier centered right half ring', DeepL translation)
+ - "˓": [T: "modificateur demi anneau gauche centré"] # 0x2d3 (en: 'modifier centered left half ring', DeepL translation)
+ - "˔": [T: "modificateur up tack"] # 0x2d4 (en: 'modifier up tack', DeepL translation)
+ - "˕": [T: "modificateur down tack"] # 0x2d5 (en: 'modifier down tack', DeepL translation)
+ - "˖": [T: "modificateur signe plus"] # 0x2d6 (en: 'modifier plus sign', DeepL translation)
+ - "˗": [T: "modificateur signe moins"] # 0x2d7 (en: 'modifier minus sign', DeepL translation)
+ - "˘": [T: "brève"] # 0x2d8 (en: 'breve')
+ - "˙": [T: "point en chef"] # 0x2d9 (en: 'dot')
+ - "˚": [T: "rond en chef"] # 0x2da (en: 'ring above')
+ - "˛": [T: "ogonek"] # 0x2db
+ - "˜": [T: "tilde"] # 0x2dc (en: 'small tilde')
+ - "˝": [T: "double accent aigu"] # 0x2dd (en: 'double acute accent')
+ - "˞": [T: "modificateur crochet rhôtique"] # 0x2de (en: 'modifier rhotic hook', DeepL translation)
+ - "˟": [T: "modificateur accent croisé"] # 0x2df (en: 'modifier cross accent', DeepL translation)
+ - "ˠ": [T: "modificateur petit gamma"] # 0x2e0 (en: 'modifier small gamma', DeepL translation)
+ - "ˡ": [T: "modificateur petit l"] # 0x2e1 (en: 'modifier small l', DeepL translation)
+ - "ˢ": [T: "modificateur petit s"] # 0x2e2 (en: 'modifier small s', DeepL translation)
+ - "ˣ": [T: "modificateur petit x"] # 0x2e3 (en: 'modifier small x', DeepL translation)
+ - "ˤ": [T: "modificateur petit arrêt glottal inversé"] # 0x2e4 (en: 'modifier small reversed glottal stop', DeepL translation)
+ - "˥": [T: "modificateur barre de tonalité extra-haute"] # 0x2e5 (en: 'modifier extra-high tone bar', DeepL translation)
+ - "˦": [T: "modificateur barre de tonalité haute"] # 0x2e6 (en: 'modifier high tone bar', DeepL translation)
+ - "˧": [T: "modificateur barre de tonalité moyenne"] # 0x2e7 (en: 'modifier mid tone bar', DeepL translation)
+ - "˨": [T: "modificateur barre de tonalité basse"] # 0x2e8 (en: 'modifier low tone bar', DeepL translation)
+ - "˩": [T: "modificateur barre de tonalité extra-basse"] # 0x2e9 (en: 'modifier extra-low tone bar', DeepL translation)
+ - "˪": [T: "modificateur yin marque de tonalité de départ"] # 0x2ea (en: 'modifier yin departing tone mark', DeepL translation)
+ - "˫": [T: "modificateur yang marque de tonalité de départ"] # 0x2eb (en: 'modifier yang departing tone mark', DeepL translation)
+ - "ˬ": [T: "modificateur d'harmonisation"] # 0x2ec (en: 'modifier voicing', DeepL translation)
+ - "˭": [T: "modificateur non aspiré"] # 0x2ed (en: 'modifier unaspirated', DeepL translation)
+ - "ˮ": [T: "modificateur double apostrophe"] # 0x2ee (en: 'modifier double apostrophe', DeepL translation)
+ - "˯": [T: "modificateur flèche vers le bas basse"] # 0x2ef (en: 'modifier low down arrowhead', DeepL translation)
+ - "˰": [T: "modificateur flèche vers le haut basse"] # 0x2f0 (en: 'modifier low up arrowhead', DeepL translation)
+ - "˱": [T: "modificateur flèche vers la gauche basse"] # 0x2f1 (en: 'modifier low left arrowhead', DeepL translation)
+ - "˲": [T: "modificateur flèche vers la droite basse"] # 0x2f2 (en: 'modifier low right arrowhead', DeepL translation)
+ - "˳": [T: "modificateur anneau bas"] # 0x2f3 (en: 'modifier low ring', DeepL translation)
+ - "˴": [T: "modificateur accent grave moyen"] # 0x2f4 (en: 'modifier middle grave accent', DeepL translation)
+ - "˵": [T: "modificateur double accent grave moyen"] # 0x2f5 (en: 'modifier middle double grave accent', DeepL translation)
+ - "˶": [T: "modificateur double accent aigu moyen"] # 0x2f6 (en: 'modifier middle double acute accent', DeepL translation)
+ - "˷": [T: "modificateur tilde bas"] # 0x2f7 (en: 'modifier low tilde', DeepL translation)
+ - "˸": [T: "modificateur deux points surélevés"] # 0x2f8 (en: 'modifier raised colon', DeepL translation)
+ - "˹": [T: "modificateur début ton haut"] # 0x2f9 (en: 'modifier begin high tone', DeepL translation)
+ - "˺": [T: "modificateur fin tonalité haute"] # 0x2fa (en: 'modifier end high tone', DeepL translation)
+ - "˻": [T: "modificateur début tonalité basse"] # 0x2fb (en: 'modifier begin low tone', DeepL translation)
+ - "˼": [T: "modificateur fin tonalité basse"] # 0x2fc (en: 'modifier end low tone', DeepL translation)
+ - "˽": [T: "modificateur tablette"] # 0x2fd (en: 'modifier shelf', DeepL translation)
+ - "˾": [T: "modificateur tablette ouverte"] # 0x2fe (en: 'modifier open shelf', DeepL translation)
+ - "˿": [T: "modificateur flèche gauche basse"] # 0x2ff (en: 'modifier low left arrow', DeepL translation)
+ - "̀": [T: "diacritique accent grave"] # 0x300 (en: 'grave accent embellishment', DeepL: 'accent grave')
+ - "́": [T: "diacritique accent aigu"] # 0x301 (en: 'acute accent embellishment', DeepL: 'accent aigu embelli')
+ - "̂": [T: "diacritique accent circonflexe"] # 0x302 (en: 'circumflex accent embellishment', DeepL: 'accent circonflexe fioriture')
+ - "̃": [T: "diacritique tilde"] # 0x303 (en: 'tilde embellishment', DeepL: 'tilde enjoliveur')
+ - "̄": [T: "diacritique macron"] # 0x304 (en: 'macron embellishment', DeepL: 'macron embellissement')
+ - "̅": [T: "diacritique tiret haut"] # 0x305 (en: 'overbar embellishment', DeepL: 'emblème de la barre supérieure')
+ - "̆": [T: "diacritique brève"] # 0x306 (en: 'breve embellishment', DeepL: 'brève fioriture')
+ - "̇": [T: "diacritique point en chef"] # 0x307 (en: 'dot above embellishment', DeepL: 'point au-dessus de la fioriture')
+ - "̈": [T: "diacritique tréma"] # 0x308 (en: 'diaeresis embellishment', DeepL: 'embellissement du tréma')
+ - "̉": [T: "crochet au-dessus de l'ornement"] # 0x309 (en: 'hook above embellishment', DeepL translation)
+ - "̊": [T: "diacritique crochet en chef"] # 0x30a (en: 'ring above embellishment', DeepL: 'anneau au-dessus de l'ornement')
+ - "̋": [T: "double accent aigu fioriture"] # 0x30b (en: 'double acute accent embellishment', DeepL translation)
+ - "̌": [T: "diacritique caron"] # 0x30c (en: 'check', DeepL: 'vérification')
+ - "̍": [T: "ligne verticale au-dessus de l'ornement"] # 0x30d (en: 'vertical line above embellishment', DeepL translation)
+ - "̎": [T: "double ligne verticale au-dessus de l'emblème"] # 0x30e (en: 'double vertical line above embellishment', DeepL translation)
+ - "̏": [T: "double accent grave"] # 0x30f (en: 'double grave accent embellishment', DeepL translation)
+ - "̐": [T: "embellissement candrabindu"] # 0x310 (en: 'candrabindu embellishment', DeepL translation)
+ - "̑": [T: "diacritique brève renversée"] # 0x311 (en: 'inverted breve embellishment', DeepL: 'fioriture en forme de brève inversée')
+ - "̒": [T: "virgule tournée au-dessus de l'embellissement"] # 0x312 (en: 'turned comma above embellishment', DeepL translation)
+ - "̓": [T: "virgule au-dessus de la fioriture"] # 0x313 (en: 'comma above embellishment', DeepL translation)
+ - "̔": [T: "virgule inversée au-dessus de l'embellissement"] # 0x314 (en: 'reversed comma above embellishment', DeepL translation)
+ - "̕": [T: "virgule au-dessus de la fioriture droite"] # 0x315 (en: 'comma above right embellishment', DeepL translation)
+ - "̖": [T: "accent grave en dessous de la fioriture"] # 0x316 (en: 'grave accent below embellishment', DeepL translation)
+ - "̗": [T: "accent aigu sous la fioriture"] # 0x317 (en: 'acute accent below embellishment', DeepL translation)
+ - "̘": [T: "gauche point d'amure en dessous de l'embellissement"] # 0x318 (en: 'left tack below embellishment', DeepL translation)
+ - "̙": [T: "amure droite en dessous de l'embellissement"] # 0x319 (en: 'right tack below embellishment', DeepL translation)
+ - "̚": [T: "angle gauche au-dessus de l'embellissement"] # 0x31a (en: 'left angle above embellishment', DeepL translation)
+ - "̛": [T: "ornement de corne"] # 0x31b (en: 'horn embellishment', DeepL translation)
+ - "̜": [T: "demi-anneau gauche en dessous de l'embellissement"] # 0x31c (en: 'left half ring below embellishment', DeepL translation)
+ - "̝": [T: "point d'amure vers le haut sous l'embellissement"] # 0x31d (en: 'up tack below embellishment', DeepL translation)
+ - "̞": [T: "en bas l'amure en dessous de l'embellissement"] # 0x31e (en: 'down tack below embellishment', DeepL translation)
+ - "̟": [T: "signe plus sous l'embellissement"] # 0x31f (en: 'plus sign below embellishment', DeepL translation)
+ - "̠": [T: "signe moins sous l'embellissement"] # 0x320 (en: 'minus sign below embellishment', DeepL translation)
+ - "̡": [T: "crochet palatalisé sous la fioriture"] # 0x321 (en: 'palatalized hook below embellishment', DeepL translation)
+ - "̢": [T: "crochet rétroflexe en dessous de la fioriture"] # 0x322 (en: 'retroflex hook below embellishment', DeepL translation)
+ - "̣": [T: "diacritique point souscrit"] # 0x323 (en: 'dot below embellishment', DeepL: 'point en dessous de la fioriture')
+ - "̤": [T: "diacritique tréma souscrit"] # 0x324 (en: 'diaeresis below embellishment', DeepL: 'tréma au-dessous de la fioriture')
+ - "̥": [T: "anneau sous la fioriture"] # 0x325 (en: 'ring below embellishment', DeepL translation)
+ - "̦": [T: "virgule sous la fioriture"] # 0x326 (en: 'comma below embellishment', DeepL translation)
+ - "̧": [T: "diacritique cédille"] # 0x327 (en: 'cedilla embellishment', DeepL: 'cedilla fioriture')
+ - "̨": [T: "diacritique ogonek"] # 0x328 (en: 'ogonek embellishment', DeepL translation)
+ - "̩": [T: "ligne verticale sous la fioriture"] # 0x329 (en: 'vertical line below embellishment', DeepL translation)
+ - "̪": [T: "pont sous l'embellissement"] # 0x32a (en: 'bridge below embellishment', DeepL translation)
+ - "̫": [T: "arc double inversé au-dessous de la fioriture"] # 0x32b (en: 'inverted double arch below embellishment', DeepL translation)
+ - "̬": [T: "caron sous la fioriture"] # 0x32c (en: 'caron below embellishment', DeepL translation)
+ - "̭": [T: "accent circonflexe sous la fioriture"] # 0x32d (en: 'circumflex accent below embellishment', DeepL translation)
+ - "̮": [T: "diacritique brève souscrite"] # 0x32e (en: 'breve below embellishment', DeepL: 'breve en dessous de la fioriture')
+ - "̯": [T: "breveté inversé en dessous de l'embellissement"] # 0x32f (en: 'inverted breve below embellishment', DeepL translation)
+ - "̰": [T: "diacritique tilde souscrit"] # 0x330 (en: 'tilde below embellishment', DeepL: 'tilde en dessous de l'embellissement')
+ - "̱": [T: "diacritique macron souscrit"] # 0x331 (en: 'macron below embellishment', DeepL: 'macron en dessous de l'embellissement')
+ - "̲": [T: "diacritique trait souscrit"] # 0x332 (en: 'low line embellishment', DeepL: 'embellissement de la ligne basse')
+ - "̳": [T: "double embellissement de la ligne basse"] # 0x333 (en: 'double low line embellishment', DeepL translation)
+ - "̴": [T: "tilde superposé embellissement"] # 0x334 (en: 'tilde overlay embellishment', DeepL translation)
+ - "̵": [T: "embellissement par recouvrement d'un trait court"] # 0x335 (en: 'short stroke overlay embellishment', DeepL translation)
+ - "̶": [T: "emblème de superposition de traits longs"] # 0x336 (en: 'long stroke overlay embellishment', DeepL translation)
+ - "̷": [T: "emblème de recouvrement du solidus court"] # 0x337 (en: 'short solidus overlay embellishment', DeepL translation)
+ - "̸": [T: "diacritique barre oblique longue"] # 0x338 (en: 'long solidus overlay embellishment', DeepL: 'long solidus overlay embellishment')
+ - "̹": [T: "demi anneau droit en dessous de l'embellissement"] # 0x339 (en: 'right half ring below embellishment', DeepL translation)
+ - "̺": [T: "pont inversé en dessous de la fioriture"] # 0x33a (en: 'inverted bridge below embellishment', DeepL translation)
+ - "̻": [T: "carré en dessous de l'embellissement"] # 0x33b (en: 'square below embellishment', DeepL translation)
+ - "̼": [T: "mouette en dessous de la fioriture"] # 0x33c (en: 'seagull below embellishment', DeepL translation)
+ - "̽": [T: "x au-dessus de la fioriture"] # 0x33d (en: 'x above embellishment', DeepL translation)
+ - "̾": [T: "tilde vertical"] # 0x33e (en: 'vertical tilde embellishment', DeepL translation)
+ - "̿": [T: "embellissement en double surlignage"] # 0x33f (en: 'double overline embellishment', DeepL translation)
+ - "̀": [T: "embellissement de la marque de tonalité grave"] # 0x340 (en: 'grave tone mark embellishment', DeepL translation)
+ - "́": [T: "tonalité aiguë marque d'embellissement"] # 0x341 (en: 'acute tone mark embellishment', DeepL translation)
+ - "͆": [T: "pont au-dessus"] # 0x346 (en: 'bridge above', DeepL translation)
- "ΪΫϏ": # 0x3aa, 0x3ab, 0x3cf
- test:
@@ -178,29 +202,33 @@
replace: []
- pitch:
value: "$CapitalLetters_Pitch"
- replace: [spell: "translate('.', 'ΪΫϏ', 'ιυϗ')"]
- - t: "avec dialytika" # (en: 'with dialytika', DeepL translation)
+ replace: [SPELL: "translate('.', 'ΪΫϏ', 'ιυϗ')"]
+ - T: "avec dialytika" # (en: 'with dialytika', DeepL translation)
- test:
if: "$CapitalLetters_UseWord"
then_test:
if: "$SpeechOverrides_CapitalLetters = ''"
then_test:
if: "$Impairment = 'Blindness'"
- then: [t: "majuscule"] # (en: 'cap', DeepL translation)
+ then: [T: "majuscule"] # (en: 'cap', DeepL translation)
else: [x: "$SpeechOverrides_CapitalLetters"]
- - "ϊ": [t: "iota tréma"] # 0x3ca (en: 'iota with dialytika')
- - "ϋ": [t: "upsilon tréma"] # 0x3cb (en: 'upsilon with dialytika')
- - "ό": [t: "omicron accent"] # 0x3cc (en: 'omicron with tonos')
- - "ύ": [t: "upsilon accent"] # 0x3cd (en: 'upsilon with tonos')
- - "ώ": [t: "oméga accent"] # 0x3ce (en: 'omega with tonos')
- - "ϐ": [t: "bêta grec"] # 0x3d0 (en: 'beta')
- - "ϑ": [t: "thêta cursif"] # 0x3d1 (en: 'theta', DeepL: 'thêta')
- - "ϒ": [t: "upsilon crochet"] # 0x3d2 (en: 'upsilon with hook', DeepL: 'upsilon avec crochet')
- - "ϓ": [t: "upsilon accent crochet"] # 0x3d3 (en: 'upsilon with acute and hook')
- - "ϔ": [t: "upsilon tréma crochet"] # 0x3d4 (en: 'upsilon with diaeresis and hook')
- - "ϗ": [t: "ligature kai"] # 0x3d7 (en: 'kai')
- - "Ϙ": [t: "koppa archaïque"] # 0x3d8 (en: 'cap archaic koppa', DeepL: 'majuscule archaïque koppa')
- - "ϙ": [t: "koppa"] # 0x3d9 (en: 'archaic koppa', DeepL: 'archaïque koppa')
+ - "ϊ": [T: "iota tréma"] # 0x3ca (en: 'iota with dialytika')
+ - "ϋ": [T: "upsilon tréma"] # 0x3cb (en: 'upsilon with dialytika')
+ - "ό": [T: "omicron accent"] # 0x3cc (en: 'omicron with tonos')
+ - "ύ": [T: "upsilon accent"] # 0x3cd (en: 'upsilon with tonos')
+ - "ώ": [T: "oméga accent"] # 0x3ce (en: 'omega with tonos')
+ - "ϐ": [T: "bêta"] # 0x3d0 (en: 'beta')
+ - "ϑ": [T: "thêta cursif"] # 0x3d1 (en: 'theta', DeepL: 'thêta')
+ - "ϒ": [T: "upsilon crochet"] # 0x3d2 (en: 'upsilon with hook', DeepL: 'upsilon avec crochet')
+ - "ϓ": [T: "upsilon accent crochet"] # 0x3d3 (en: 'upsilon with acute and hook')
+ - "ϔ": [T: "upsilon tréma crochet"] # 0x3d4 (en: 'upsilon with diaeresis and hook')
+ - "ϕ": [T: "phi droit"] # 0x3d5 (en: 'phi', DeepL: 'phi')
+ - "ϖ": [T: "pi cursif"] # 0x3d6 (en: 'pi', DeepL: 'pi')
+ - "ϗ": [T: "ligature kai"] # 0x3d7 (en: 'kai')
+ - "Ϙ": [T: "koppa archaïque"] # 0x3d8 (en: 'cap archaic koppa', DeepL: 'majuscule archaïque koppa')
+ - "ϙ": [T: "koppa"] # 0x3d9 (en: 'archaic koppa', DeepL: 'archaïque koppa')
+ - "ϵ": [T: "epsilon"] # 0x3f5
+ - "϶": [T: "epsilon lunaire réfléchi"] # 0x3f6 (en: 'reversed epsilon')
- "А-Я": # 0x410 - 0x42f
- test:
if: "$CapitalLetters_Beep"
@@ -210,2876 +238,3020 @@
replace: []
- pitch:
value: "$CapitalLetters_Pitch"
- replace: [spell: "translate('.', 'АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ', 'абвгдежзийклмнопрстуфхцчшщъыьэюя')"]
+ replace: [SPELL: "translate('.', 'АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ', 'абвгдежзийклмнопрстуфхцчшщъыьэюя')"]
- test:
if: "$CapitalLetters_UseWord"
then_test:
if: "$SpeechOverrides_CapitalLetters = ''"
then_test:
if: "$Impairment = 'Blindness'"
- then: [t: "majuscule"] # (en: 'cap', DeepL translation)
+ then: [T: "majuscule"] # (en: 'cap', DeepL translation)
else: [x: "$SpeechOverrides_CapitalLetters"]
- - "а": [t: "a"] # 0x430 (DeepL: 'а')
- - "б": [t: "bé"] # 0x431 (en: 'be', DeepL: 'être')
- - "в": [t: "vé"] # 0x432 (en: 've', DeepL: 've')
- - "г": [t: "gué"] # 0x433 (en: 'ghe', DeepL: 'ghe')
- - "д": [t: "dé"] # 0x434 (en: 'de', DeepL: 'de')
- - "е": [t: "ié"] # 0x435 (en: 'ie', DeepL: 'ie')
- - "ж": [t: "jé"] # 0x436 (en: 'zhe', DeepL: 'zhe')
- - "з": [t: "zé"] # 0x437 (en: 'ze', DeepL: 'ze')
- - "и": [t: "i"] # 0x438 (DeepL: 'и')
- - "й": [t: "i bref"] # 0x439 (en: 'short i', DeepL: 'i court')
- - "к": [t: "ka"] # 0x43a
- - "л": [t: "elle"] # 0x43b (en: 'el', DeepL: 'el')
- - "м": [t: "emme"] # 0x43c (en: 'em', DeepL: 'em')
- - "н": [t: "enne"] # 0x43d (en: 'en', DeepL: 'en')
- - "о": [t: "o"] # 0x43e (DeepL: 'о')
- - "п": [t: "pé"] # 0x43f (en: 'pe', DeepL: 'pe')
- - "р": [t: "erre"] # 0x440 (en: 'er', DeepL: 'er')
- - "с": [t: "esse"] # 0x441 (en: 'es', DeepL: 'es')
- - "т": [t: "té"] # 0x442 (en: 'te', DeepL: 'te')
- - "у": [t: "ou"] # 0x443 (en: 'u', DeepL: 'у')
- - "ф": [t: "effe"] # 0x444 (en: 'ef', DeepL: 'ef')
- - "х": [t: "kha"] # 0x445 (en: 'ha', DeepL: 'ha')
- - "ц": [t: "tsé"] # 0x446 (en: 'tse', DeepL: 'tse')
- - "ч": [t: "tché"] # 0x447 (en: 'che', DeepL: 'che')
- - "ш": [t: "cha"] # 0x448 (en: 'sha', DeepL: 'sha')
- - "щ": [t: "chtcha"] # 0x449 (en: 'shcha', DeepL: 'shcha')
- - "ъ": [t: "signe dur"] # 0x44a (en: 'hard sign', DeepL: 'signe fort')
- - "ы": [t: "yérou"] # 0x44b (en: 'yeru', DeepL: 'yeru')
- - "ь": [t: "signe mou"] # 0x44c (en: 'soft sign')
- - "э": [t: "é"] # 0x44d (en: 'e', DeepL: 'э')
- - "ю": [t: "iou"] # 0x44e (en: 'yu', DeepL: 'yu')
- - "я": [t: "ya"] # 0x44f
- - "؆": [t: "racine cubique arabo-indique"] # 0x606 (en: 'Arabic-Indic cube root', DeepL translation)
- - "؇": [t: "racine quatrième arabo-indique"] # 0x607 (en: 'Arabic-Indic fourth root', DeepL translation)
- - "؈": [t: "rayon arabe"] # 0x608 (en: 'Arabic ray', DeepL translation)
- - "‐": [t: "trait d'union"] # 0x2010 (en: 'hyphen')
- - "‑": [t: "trait d'union insécable"] # 0x2011 (en: 'hyphen', DeepL: 'trait d'union')
- - "‒": [t: "tiret numérique"] # 0x2012 (en: 'figure dash', DeepL: 'chiffre tiret')
- - "–": [t: "trait d'union insécable"] # 0x2013 (en: 'en dash')
- - "—": [t: "tiret numérique"] # 0x2014 (en: 'em dash')
- - "―": [t: "barre horizontalle"] # 0x2015 (en: 'horizontal bar')
- - "‖": [t: "double ligne verticale"] # 0x2016 (en: 'double vertical line')
- - "†": [t: "obèle"] # 0x2020 (en: 'dagger')
- - "‡": [t: "double obèle"] # 0x2021 (en: 'double dagger')
-
- - " - ": [t: "double obèle"] # 0x2000 - 0x2007 (en: ' ')
+ - "а": [T: "a"] # 0x430 (DeepL: 'а')
+ - "б": [T: "bé"] # 0x431 (en: 'be', DeepL: 'être')
+ - "в": [T: "vé"] # 0x432 (en: 've', DeepL: 've')
+ - "г": [T: "gué"] # 0x433 (en: 'ghe', DeepL: 'ghe')
+ - "д": [T: "dé"] # 0x434 (en: 'de', DeepL: 'de')
+ - "е": [T: "ié"] # 0x435 (en: 'ie', DeepL: 'ie')
+ - "ж": [T: "jé"] # 0x436 (en: 'zhe', DeepL: 'zhe')
+ - "з": [T: "zé"] # 0x437 (en: 'ze', DeepL: 'ze')
+ - "и": [T: "i"] # 0x438 (DeepL: 'и')
+ - "й": [T: "i bref"] # 0x439 (en: 'short i', DeepL: 'i court')
+ - "к": [T: "ka"] # 0x43a
+ - "л": [T: "elle"] # 0x43b (en: 'el', DeepL: 'el')
+ - "м": [T: "emme"] # 0x43c (en: 'em', DeepL: 'em')
+ - "н": [T: "enne"] # 0x43d (en: 'en', DeepL: 'en')
+ - "о": [T: "o"] # 0x43e (DeepL: 'о')
+ - "п": [T: "pé"] # 0x43f (en: 'pe', DeepL: 'pe')
+ - "р": [T: "erre"] # 0x440 (en: 'er', DeepL: 'er')
+ - "с": [T: "esse"] # 0x441 (en: 'es', DeepL: 'es')
+ - "т": [T: "té"] # 0x442 (en: 'te', DeepL: 'te')
+ - "у": [T: "ou"] # 0x443 (en: 'u', DeepL: 'у')
+ - "ф": [T: "effe"] # 0x444 (en: 'ef', DeepL: 'ef')
+ - "х": [T: "kha"] # 0x445 (en: 'ha', DeepL: 'ha')
+ - "ц": [T: "tsé"] # 0x446 (en: 'tse', DeepL: 'tse')
+ - "ч": [T: "tché"] # 0x447 (en: 'che', DeepL: 'che')
+ - "ш": [T: "cha"] # 0x448 (en: 'sha', DeepL: 'sha')
+ - "щ": [T: "chtcha"] # 0x449 (en: 'shcha', DeepL: 'shcha')
+ - "ъ": [T: "signe dur"] # 0x44a (en: 'hard sign', DeepL: 'signe fort')
+ - "ы": [T: "yérou"] # 0x44b (en: 'yeru', DeepL: 'yeru')
+ - "ь": [T: "signe mou"] # 0x44c (en: 'soft sign')
+ - "э": [T: "é"] # 0x44d (en: 'e', DeepL: 'э')
+ - "ю": [T: "iou"] # 0x44e (en: 'yu', DeepL: 'yu')
+ - "я": [T: "ya"] # 0x44f
+ - "؆": [T: "racine cubique arabo-indique"] # 0x606 (en: 'Arabic-Indic cube root', DeepL translation)
+ - "؇": [T: "racine quatrième arabo-indique"] # 0x607 (en: 'Arabic-Indic fourth root', DeepL translation)
+ - "؈": [T: "rayon arabe"] # 0x608 (en: 'Arabic ray', DeepL translation)
+ - "‐": [T: "trait d'union"] # 0x2010 (en: 'hyphen')
+ - "‑": [T: "trait d'union insécable"] # 0x2011 (en: 'hyphen', DeepL: 'trait d'union')
+ - "‒": [T: "tiret numérique"] # 0x2012 (en: 'figure dash', DeepL: 'chiffre tiret')
+ - "–": [T: "trait d'union insécable"] # 0x2013 (en: 'en dash')
+ - "—": [T: "tiret numérique"] # 0x2014 (en: 'em dash')
+ - "―": [T: "barre horizontalle"] # 0x2015 (en: 'horizontal bar')
+ - "‖": [T: "double ligne verticale"] # 0x2016 (en: 'double vertical line')
+ - "†": [T: "obèle"] # 0x2020 (en: 'dagger')
+ - "‡": [T: "double obèle"] # 0x2021 (en: 'double dagger')
+
+ - " - ": [T: "double obèle"] # 0x2000 - 0x2007 (en: ' ')
- "•": # 0x2022
- test:
if: "@data-chem-formula-op"
- then: [t: "point"] # (en: 'dot', DeepL translation)
- else: [t: "puce"] # (en: 'bullet')
-
- - "‰": [t: "symbole pour mille"] # 0x2030 (en: 'per mille')
- - "‱": [t: "symbole pour dix mille"] # 0x2031 (en: 'per ten thousand')
- - "′": [t: "prime"] # 0x2032
- - "″": [t: "double prime"] # 0x2033
- - "‴": [t: "triple prime"] # 0x2034
- - "‵": [t: "prime réfléchi"] # 0x2035 (en: 'reversed prime')
- - "‶": [t: "double prime réfléchi"] # 0x2036 (en: 'reversed double prime')
- - "‷": [t: "triple prime réfléchi"] # 0x2037 (en: 'reversed triple prime', DeepL: 'triple premier inversé')
- - "‸": [t: "chevron d'insertion"] # 0x2038 (en: 'to the', DeepL: 'vers le')
- - "‹": [t: "guillemet simple gauche"] # 0x2039 (en: 'single left pointing angle quote mark', MathPlayer: 'guillemet simple vers la gauche', DeepL: 'marque d'angle unique pointant vers la gauche')
- - "›": [t: "guillemet simple droite"] # 0x203a (en: 'single right pointing angle quote mark', MathPlayer: 'guillemet simple vers la droite', DeepL: 'guillemet simple d'angle pointant vers la droite')
+ then: [T: "point"] # (en: 'dot', DeepL translation)
+ else: [T: "puce"] # (en: 'bullet')
+
+ - "…": # 0x2026
+ test:
+ if:
+ - "$SpeechStyle != 'ClearSpeak' or $ClearSpeak_Ellipses = 'Auto' or"
+ # must be ClearSpeak and $ClearSpeak_Ellipses = 'AndSoOn'
+ # speak '…' as 'and so on...' unless expr starts with '…'
+ - "../*[1][.='…']"
+ then: [T: "point point point"] # (en: 'dot dot dot', DeepL translation)
+ else_test: # must have $ClearSpeak_Ellipses = 'AndSoOn'
+ if: "count(following-sibling::*) = 0"
+ then: [T: "et ainsi de suite"] # (en: 'and so on', DeepL translation)
+ else: [T: "et ainsi de suite jusqu'à"] # (en: 'and so on up to')
+
+ - "‰": [T: "symbole pour mille"] # 0x2030 (en: 'per mille')
+ - "‱": [T: "symbole pour dix mille"] # 0x2031 (en: 'per ten thousand')
+ - "′": [T: "prime"] # 0x2032
+ - "″": [T: "double prime"] # 0x2033
+ - "‴": [T: "triple prime"] # 0x2034
+ - "‵": [T: "prime réfléchi"] # 0x2035 (en: 'reversed prime')
+ - "‶": [T: "double prime réfléchi"] # 0x2036 (en: 'reversed double prime')
+ - "‷": [T: "triple prime réfléchi"] # 0x2037 (en: 'reversed triple prime', DeepL: 'triple premier inversé')
+ - "‸": [T: "chevron d'insertion"] # 0x2038 (en: 'to the', DeepL: 'vers le')
+ - "‹": [T: "guillemet simple gauche"] # 0x2039 (en: 'single left pointing angle quote mark', MathPlayer: 'guillemet simple vers la gauche', DeepL: 'marque d'angle unique pointant vers la gauche')
+ - "›": [T: "guillemet simple droite"] # 0x203a (en: 'single right pointing angle quote mark', MathPlayer: 'guillemet simple vers la droite', DeepL: 'guillemet simple d'angle pointant vers la droite')
- "‼": # 0x203c
- test:
if: "ancestor-or-self::*[contains(@data-intent-property, ':literal:')]"
- then: [t: "double point d'exclamation"] # 0x203c (en: 'double exclamation point', DeepL translation)
- else: [t: "double point d'exclamation"] # 0x203c (en: 'double factorial', DeepL: 'double factorielle')
+ then: [T: "double point d'exclamation"] # 0x203c (en: 'double exclamation point', DeepL translation)
+ else: [T: "double factorielle"] # 0x203c (en: 'double factorial', DeepL: 'double factorielle')
- "⁄": # 0x2044
- test:
if: "ancestor-or-self::*[contains(@data-intent-property, ':literal:')]"
- then: [t: "grande barre oblique"] # 0x203c (en: 'large slash', DeepL translation)
- else: [t: "barre de fraction"] # 0x203c (en: 'divided by')
- - "⁅": [t: "crochet gauche avec pique"] # 0x2045 (en: 'left square bracket with quill', DeepL: 'gauche équerre avec plume')
- - "⁆": [t: "crochet droit avec pique"] # 0x2046 (en: 'right square bracket with quill', DeepL: 'équerre droite avec plume')
- - "※": [t: "marque de référence"] # 0x203b (en: 'reference mark')
- - "‿": [t: "tirant souscrit"] # 0x203F (en: 'under tie', DeepL: 'sous la cravate')
- - "⁀": [t: "tirant en chef"] # 0x2040 (en: 'tie')
- - "⁎": [t: "astérisque baissé"] # 0x204e (en: 'low asterisk', DeepL: 'astérisque bas')
- - "⁏": [t: "point virgule réfléchi"] # 0x204f (en: 'reversed semicolon', MathPlayer: 'point-virgule réfléchi', DeepL: 'point-virgule inversé')
- - "⁐": [t: "resserrer"] # 0x2050 (en: 'close up')
- - "⁑": [t: "deux astérisques alignés verticalement"] # 0x2051 (en: 'two vertical asterisks', DeepL: 'deux astérisques verticaux')
- - "⁒": [t: "moins commercial"] # 0x2052 (en: 'commercial minus sign', DeepL: 'signe moins commercial')
- - "⁗": [t: "quadruple prime"] # 0x2057
- - "": [t: ""] # 0x2060
- - "⁰": [t: "à la puissance zéro"] # 0x2070 (en: 'to the zeroth power', DeepL translation)
- - "ⁱ": [t: "exposant i"] # 0x2071 (en: 'to the eihth power', DeepL: 'à la huitième puissance')
- - "⁴": [t: "à la puissance quatre"] # 0x2074 (en: 'to the fourth power', DeepL translation)
- - "⁵": [t: "à la cinquième puissance"] # 0x2075 (en: 'to the fifth power', DeepL translation)
- - "⁶": [t: "à la puissance six"] # 0x2076 (en: 'to the sixth power', DeepL translation)
- - "⁷": [t: "à la septième puissance"] # 0x2077 (en: 'to the seventh power', DeepL translation)
- - "⁸": [t: "à la puissance ath"] # 0x2078 (en: 'to the eighth power', DeepL translation)
- - "⁹": [t: "à la neuvième puissance"] # 0x2079 (en: 'to the ninth power', DeepL translation)
- - "⁺": [t: "exposant signe plus"] # 0x207a (en: 'superscript plus sign')
- - "⁻": [t: "exposant signe moins"] # 0x207b (en: 'superscript minus', DeepL: 'moins en exposant')
- - "⁼": [t: "exposant signe égal"] # 0x207c (en: 'superscript equals sign', DeepL: 'signe égal en exposant')
- - "⁽": [t: "exposant parenthèse gauche"] # 0x207d (en: 'superscript left parenthesis')
- - "⁾": [t: "exposant parenthèse droite"] # 0x207e (en: 'superscript right parenthesis')
- - "ⁿ": [t: "exposant n"] # 0x207f (en: 'to the ennth power', DeepL: 'à la puissance énième')
- - "₀": [t: "sub zéro"] # 0x2080 (en: 'sub zero', DeepL translation)
- - "₁": [t: "sous un"] # 0x2081 (en: 'sub one', DeepL translation)
- - "₂": [t: "sub two"] # 0x2082 (DeepL translation)
- - "₃": [t: "sous trois"] # 0x2083 (en: 'sub three', DeepL translation)
- - "₄": [t: "sous quatre"] # 0x2084 (en: 'sub four', DeepL translation)
- - "₅": [t: "sub cinq"] # 0x2085 (en: 'sub five', DeepL translation)
- - "₆": [t: "sub six"] # 0x2086 (DeepL translation)
- - "₇": [t: "sous sept"] # 0x2087 (en: 'sub seven', DeepL translation)
- - "₈": [t: "sous à"] # 0x2088 (en: 'sub eight', DeepL translation)
- - "₉": [t: "sous neuf"] # 0x2089 (en: 'sub nine', DeepL translation)
- - "₊": [t: "indice signe plus"] # 0x208a (en: 'subscript plus sign')
- - "₋": [t: "indice signe moins"] # 0x208b (en: 'subscript minus sign')
- - "₌": [t: "indice signe égal"] # 0x208c (en: 'subscript equals sign', DeepL: 'indice égal')
- - "₍": [t: "indice parenthèse gauche"] # 0x208d (en: 'subscript left parenthesis')
- - "₎": [t: "indice parenthèse droite"] # 0x208e (en: 'subscript right parenthesis')
- - "ₐ": [t: "indice a"] # 0x2090 (en: 'sub A')
- - "ₑ": [t: "indice e"] # 0x2091 (en: 'sub E', DeepL: 'sub e')
- - "ₒ": [t: "indice o"] # 0x2092 (en: 'sub O', DeepL: 'sous o')
- - "ₓ": [t: "indice x"] # 0x2093 (en: 'sub X', DeepL: 'sous x')
- - "ₕ": [t: "souscrite h"] # 0x2095 (en: 'sub H', DeepL: 'sous h')
- - "ₖ": [t: "souscrite k"] # 0x2096 (en: 'sub K', DeepL: 'sous k')
- - "ₗ": [t: "souscrite l"] # 0x2097 (en: 'sub L', DeepL: 'sous l')
- - "ₘ": [t: "souscrite m"] # 0x2098 (en: 'sub M', DeepL: 'sous m')
- - "ₙ": [t: "souscrite n"] # 0x2099 (en: 'sub N', DeepL: 'sous n')
- - "ₚ": [t: "souscrite p"] # 0x209a (en: 'sub P', DeepL: 'sous p')
- - "ₛ": [t: "souscrite s"] # 0x209b (en: 'sub S', DeepL: 'sous s')
- - "ₜ": [t: "souscrite t"] # 0x209c (en: 'sub T', DeepL: 'sous t')
- - "₠": [t: "unités de courant européennes"] # 0x20a0 (en: 'european currenty units', DeepL translation)
- - "₡": [t: "colon"] # 0x20a1 (en: 'colons', DeepL: 'deux-points')
- - "₢": [t: "cruzeiro"] # 0x20a2
- - "₣": [t: "franc"] # 0x20a3
- - "₤": [t: "lire"] # 0x20a4 (en: 'lira')
- - "₥": [t: "millième"] # 0x20a5 (en: 'mills', DeepL: 'moulins')
- - "₦": [t: "naira"] # 0x20a6
- - "₧": [t: "peseta"] # 0x20a7
- - "₨": [t: "roupie"] # 0x20a8 (en: 'rupees', DeepL: 'roupies')
- - "₩": [t: "won"] # 0x20a9
- - "₪": [t: "nouveau chékel"] # 0x20aa (en: 'new sheqels', DeepL: 'nouveaux sheqels')
- - "₫": [t: "dong"] # 0x20ab
- - "€": [t: "euro"] # 0x20ac (en: 'euros', DeepL: 'euros')
- - "₭": [t: "kip"] # 0x20ad
- - "₮": [t: "tougrik"] # 0x20ae (en: 'tugrik', DeepL: 'tugrik')
- - "₯": [t: "drachme"] # 0x20af (en: 'drachma')
- - "₰": [t: "pfennig"] # 0x20b0 (en: 'german pennies', DeepL: 'centimes allemands')
- - "₱": [t: "peso"] # 0x20b1 (en: 'pesos', DeepL: 'pesos')
- - "₲": [t: "guarani"] # 0x20b2 (en: 'guaranis', DeepL: 'guaranis')
- - "₳": [t: "austral"] # 0x20b3 (en: 'australs', DeepL: 'australes')
- - "₴": [t: "hryvnia"] # 0x20b4 (en: 'hryvnias', DeepL: 'hryvnias')
- - "₵": [t: "cedi"] # 0x20b5 (en: 'cedis', DeepL: 'cédis')
- - "₶": [t: "livre tournois"] # 0x20b6 (DeepL translation)
- - "₷": [t: "spesmilos"] # 0x20b7 (DeepL translation)
- - "₸": [t: "tenges"] # 0x20b8 (DeepL translation)
- - "₹": [t: "roupies indiennes"] # 0x20b9 (en: 'indian rupees', DeepL translation)
- - "₺": [t: "lires turques"] # 0x20ba (en: 'turkish liras', DeepL translation)
- - "⃐": [t: "N diacritique vecteur vers la gauche en chef"] # 0x20d0 (en: 'left harpoon above embellishment', DeepL: 'harpon gauche au-dessus de l'embellissement')
- - "⃑": [t: "O diacritique vecteur vers la droite en chef"] # 0x20d1 (en: 'right harpoon above embellishment', DeepL: 'harpon droit au-dessus de l'ornement')
- - "⃒": [t: "long trait vertical superposé ornement"] # 0x20d2 (en: 'long vertical line overlay embellishment', DeepL translation)
- - "⃓": [t: "ligne verticale courte superposée à la fioriture"] # 0x20d3 (en: 'short vertical line overlay embellishment', DeepL translation)
- - "⃔": [t: "flèche dans le sens inverse des aiguilles d'une montre au-dessus de l'embellissement"] # 0x20d4 (en: 'anticlockwise arrow above embellishment', DeepL translation)
- - "⃕": [t: "flèche dans le sens des aiguilles d'une montre au-dessus d'une fioriture"] # 0x20d5 (en: 'clockwise arrow above embellishment', DeepL translation)
- - "⃖": [t: "T diacritique flèche vers la gauche en chef"] # 0x20d6 (en: 'left arrow above embellishment', DeepL: 'flèche gauche au-dessus de l'embellissement')
- - "⃗": [t: "U diacritique flèche vers la droite en chef"] # 0x20d7 (en: 'right arrow above embellishment', DeepL: 'flèche droite au-dessus d'une fioriture')
- - "⃘": [t: "embellissement par superposition d'anneaux"] # 0x20d8 (en: 'ring overlay embellishment', DeepL translation)
- - "⃙": [t: "anneau superposé dans le sens des aiguilles d'une montre"] # 0x20d9 (en: 'clockwise ring overlay embellishment', DeepL translation)
- - "⃚": [t: "emblème de superposition d'anneaux dans le sens inverse des aiguilles d'une montre"] # 0x20da (en: 'anticlockwise ring overlay embellishment', DeepL translation)
- - "⃛": [t: "V diacritique trois points en chef"] # 0x20db (en: 'triple dot', DeepL: 'triple point')
- - "⃜": [t: "W diacritique quatre points en chef"] # 0x20dc (en: 'quadruple dot', DeepL: 'point quadruple')
- - "⃝": [t: "cercle enveloppant embellissement"] # 0x20dd (en: 'enclosing circle embellishment', DeepL translation)
- - "⃞": [t: "emblème carré englobant"] # 0x20de (en: 'enclosing square embellishment', DeepL translation)
- - "⃟": [t: "emblème du diamant qui entoure l'écran"] # 0x20df (en: 'enclosing diamond embellishment', DeepL translation)
- - "⃠": [t: "cercle englobant barre oblique inversée embellissement"] # 0x20e0 (en: 'enclosing circle backslash embellishment', DeepL translation)
- - "⃡": [t: "diacritique flèche bilatérale en chef"] # 0x20e1 (en: 'left right arrow above embellishment', DeepL: 'flèche gauche droite au-dessus de l'embellissement')
- - "⃢": [t: "embellissement de l'écran englobant"] # 0x20e2 (en: 'enclosing screen embellishment', DeepL translation)
- - "⃣": [t: "embellissement de l'enveloppe de la toucheuppercase"] # 0x20e3 (en: 'enclosing keycap embellishment', DeepL translation)
- - "⃤": [t: "triangle pointant vers le haut embellissement"] # 0x20e4 (en: 'enclosing upward pointing triangle embellishment', DeepL translation)
- - "⃥": [t: "solidus inversé ornement superposé"] # 0x20e5 (en: 'reverse solidus overlay embellishment', DeepL translation)
- - "⃦": [t: "double trait vertical embellissement"] # 0x20e6 (en: 'double verticle stroke embellishment', DeepL translation)
- - "⃧": [t: "embellissement du symbole de l'annuité"] # 0x20e7 (en: 'annuity symbol embellishment', DeepL translation)
- - "⃨": [t: "triple underdot"] # 0x20e8 (DeepL translation)
- - "⃩": [t: "pont large au-dessus de l'embellissement"] # 0x20e9 (en: 'wide bridge above embellishment', DeepL translation)
- - "⃪": [t: "vers la gauche flèche superposée embellissement"] # 0x20ea (en: 'leftwards arrow overlay embellishment', DeepL translation)
- - "⃫": [t: "emblème double solidus long"] # 0x20eb (en: 'long double solidus overlay embellishment', DeepL translation)
- - "⃬": [t: "harpon vers la droite avec ardillon vers le bas"] # 0x20ec (en: 'rightwards harpoon with barb downwards embellishment', DeepL translation)
- - "⃭": [t: "harpon vers la gauche avec ardillon vers le bas"] # 0x20ed (en: 'leftwards harpoon with barb downwards embellishment', DeepL translation)
- - "⃮": [t: "flèche gauche en dessous de l'ornement"] # 0x20ee (en: 'left arrow below embellishment', DeepL translation)
- - "⃯": [t: "flèche droite en dessous de l'emblème"] # 0x20ef (en: 'right arrow below embellishment', DeepL translation)
- - "⃰": [t: "astérisque au-dessus d'une fioriture"] # 0x20f0 (en: 'asterisk above embellishment', DeepL translation)
- - "℄": [t: "symbole de la ligne centrale"] # 0x2104 (en: 'center line symbol', DeepL translation)
- - "℅": [t: "symbole anglais care of"] # 0x2105 (en: 'care of', DeepL: 'soin de')
- - "℆": [t: "cada una"] # 0x2106 (DeepL translation)
- - "ℇ": [t: "constante d'euler"] # 0x2107 (en: 'euler's constant')
- - "℈": [t: "scrupules"] # 0x2108 (en: 'scruples', DeepL translation)
- - "℉": [t: "degré fahrenheit"] # 0x2109 (en: 'degrees fahrenheit', DeepL: 'degrés fahrenheit')
- - "ℊ": [t: "g ronde minuscule"] # 0x210a (en: 'script g', DeepL: 'script g')
+ then: [T: "grande barre oblique"] # 0x203c (en: 'large slash', DeepL translation)
+ else: [T: "divisé par"] # 0x203c (en: 'divided by')
+ - "⁅": [T: "crochet gauche avec pique"] # 0x2045 (en: 'left square bracket with quill', DeepL: 'gauche équerre avec plume')
+ - "⁆": [T: "crochet droit avec pique"] # 0x2046 (en: 'right square bracket with quill', DeepL: 'équerre droite avec plume')
+ - "※": [T: "marque de référence"] # 0x203b (en: 'reference mark')
+ - "‿": [T: "tirant souscrit"] # 0x203F (en: 'under tie', DeepL: 'sous la cravate')
+ - "⁀": [T: "tirant en chef"] # 0x2040 (en: 'tie')
+ - "⁎": [T: "astérisque baissé"] # 0x204e (en: 'low asterisk', DeepL: 'astérisque bas')
+ - "⁏": [T: "point virgule réfléchi"] # 0x204f (en: 'reversed semicolon', MathPlayer: 'point-virgule réfléchi', DeepL: 'point-virgule inversé')
+ - "⁐": [T: "resserrer"] # 0x2050 (en: 'close up')
+ - "⁑": [T: "deux astérisques alignés verticalement"] # 0x2051 (en: 'two vertical asterisks', DeepL: 'deux astérisques verticaux')
+ - "⁒": [T: "moins commercial"] # 0x2052 (en: 'commercial minus sign', DeepL: 'signe moins commercial')
+ - "⁗": [T: "quadruple prime"] # 0x2057
+ - "": [T: ""] # 0x2060
+ - "⁰": [T: "à la puissance zéro"] # 0x2070 (en: 'to the zeroth power', DeepL translation)
+ - "ⁱ": [T: "exposant i"] # 0x2071 (en: 'to the eihth power', DeepL: 'à la huitième puissance')
+ - "⁴": [T: "à la quatrième puissance"] # 0x2074 (en: 'to the fourth power', DeepL translation)
+ - "⁵": [T: "à la cinquième puissance"] # 0x2075 (en: 'to the fifth power', DeepL translation)
+ - "⁶": [T: "à la sixième puissance"] # 0x2076 (en: 'to the sixth power', DeepL translation)
+ - "⁷": [T: "à la septième puissance"] # 0x2077 (en: 'to the seventh power', DeepL translation)
+ - "⁸": [T: "à la huitième puissance"] # 0x2078 (en: 'to the eighth power', DeepL translation)
+ - "⁹": [T: "à la neuvième puissance"] # 0x2079 (en: 'to the ninth power', DeepL translation)
+ - "⁺": [T: "exposant signe plus"] # 0x207a (en: 'superscript plus sign')
+ - "⁻": [T: "exposant signe moins"] # 0x207b (en: 'superscript minus', DeepL: 'moins en exposant')
+ - "⁼": [T: "exposant signe égal"] # 0x207c (en: 'superscript equals sign', DeepL: 'signe égal en exposant')
+ - "⁽": [T: "exposant parenthèse gauche"] # 0x207d (en: 'superscript left parenthesis')
+ - "⁾": [T: "exposant parenthèse droite"] # 0x207e (en: 'superscript right parenthesis')
+ - "ⁿ": [T: "exposant n"] # 0x207f (en: 'to the ennth power', DeepL: 'à la puissance énième')
+ - "₀": [T: "indice zéro"] # 0x2080 (en: 'sub zero', DeepL translation)
+ - "₁": [T: "indice un"] # 0x2081 (en: 'sub one', DeepL translation)
+ - "₂": [T: "indice deux"] # 0x2082 (DeepL translation)
+ - "₃": [T: "indice trois"] # 0x2083 (en: 'sub three', DeepL translation)
+ - "₄": [T: "indice quatre"] # 0x2084 (en: 'sub four', DeepL translation)
+ - "₅": [T: "indice cinq"] # 0x2085 (en: 'sub five', DeepL translation)
+ - "₆": [T: "indice six"] # 0x2086 (DeepL translation)
+ - "₇": [T: "indice sept"] # 0x2087 (en: 'sub seven', DeepL translation)
+ - "₈": [T: "indice huit"] # 0x2088 (en: 'sub eight', DeepL translation)
+ - "₉": [T: "indice neuf"] # 0x2089 (en: 'sub nine', DeepL translation)
+ - "₊": [T: "indice signe plus"] # 0x208a (en: 'subscript plus sign')
+ - "₋": [T: "indice signe moins"] # 0x208b (en: 'subscript minus sign')
+ - "₌": [T: "indice signe égal"] # 0x208c (en: 'subscript equals sign', DeepL: 'indice égal')
+ - "₍": [T: "indice parenthèse gauche"] # 0x208d (en: 'subscript left parenthesis')
+ - "₎": [T: "indice parenthèse droite"] # 0x208e (en: 'subscript right parenthesis')
+ - "ₐ": [T: "indice a"] # 0x2090 (en: 'sub A')
+ - "ₑ": [T: "indice e"] # 0x2091 (en: 'sub E', DeepL: 'sub e')
+ - "ₒ": [T: "indice o"] # 0x2092 (en: 'sub O', DeepL: 'sous o')
+ - "ₓ": [T: "indice x"] # 0x2093 (en: 'sub X', DeepL: 'sous x')
+ - "ₕ": [T: "indice h"] # 0x2095 (en: 'sub H', DeepL: 'sous h')
+ - "ₖ": [T: "indice k"] # 0x2096 (en: 'sub K', DeepL: 'sous k')
+ - "ₗ": [T: "indice l"] # 0x2097 (en: 'sub L', DeepL: 'sous l')
+ - "ₘ": [T: "indice m"] # 0x2098 (en: 'sub M', DeepL: 'sous m')
+ - "ₙ": [T: "indice n"] # 0x2099 (en: 'sub N', DeepL: 'sous n')
+ - "ₚ": [T: "indice p"] # 0x209a (en: 'sub P', DeepL: 'sous p')
+ - "ₛ": [T: "indice s"] # 0x209b (en: 'sub S', DeepL: 'sous s')
+ - "ₜ": [T: "indice t"] # 0x209c (en: 'sub T', DeepL: 'sous t')
+ - "₠": [T: "symbole de l'euro-devise"] # 0x20a0 (en: 'european currenty units', DeepL translation)
+ - "₡": [T: "colon"] # 0x20a1 (en: 'colons', DeepL: 'deux-points')
+ - "₢": [T: "cruzeiro"] # 0x20a2
+ - "₣": [T: "franc"] # 0x20a3
+ - "₤": [T: "lire"] # 0x20a4 (en: 'lira')
+ - "₥": [T: "millième"] # 0x20a5 (en: 'mills', DeepL: 'moulins')
+ - "₦": [T: "naira"] # 0x20a6
+ - "₧": [T: "peseta"] # 0x20a7
+ - "₨": [T: "roupie"] # 0x20a8 (en: 'rupees', DeepL: 'roupies')
+ - "₩": [T: "won"] # 0x20a9
+ - "₪": [T: "nouveau chékel"] # 0x20aa (en: 'new sheqels', DeepL: 'nouveaux sheqels')
+ - "₫": [T: "dong"] # 0x20ab
+ - "€": [T: "euro"] # 0x20ac (en: 'euros', DeepL: 'euros')
+ - "₭": [T: "kip"] # 0x20ad
+ - "₮": [T: "tougrik"] # 0x20ae (en: 'tugrik', DeepL: 'tugrik')
+ - "₯": [T: "drachme"] # 0x20af (en: 'drachma')
+ - "₰": [T: "pfennig"] # 0x20b0 (en: 'german pennies', DeepL: 'centimes allemands')
+ - "₱": [T: "peso"] # 0x20b1 (en: 'pesos', DeepL: 'pesos')
+ - "₲": [T: "guarani"] # 0x20b2 (en: 'guaranis', DeepL: 'guaranis')
+ - "₳": [T: "austral"] # 0x20b3 (en: 'australs', DeepL: 'australes')
+ - "₴": [T: "hryvnia"] # 0x20b4 (en: 'hryvnias', DeepL: 'hryvnias')
+ - "₵": [T: "cedi"] # 0x20b5 (en: 'cedis', DeepL: 'cédis')
+ - "₶": [T: "livre tournois"] # 0x20b6 (DeepL translation)
+ - "₷": [T: "spesmilos"] # 0x20b7 (DeepL translation)
+ - "₸": [T: "tenges"] # 0x20b8 (DeepL translation)
+ - "₹": [T: "roupies indiennes"] # 0x20b9 (en: 'indian rupees', DeepL translation)
+ - "₺": [T: "lires turques"] # 0x20ba (en: 'turkish liras', DeepL translation)
+ - "⃐": [T: "embellissement harpon gauche au-dessus"] # 0x20d0 (en: 'left harpoon above embellishment', DeepL: 'harpon gauche au-dessus de l'embellissement')
+ - "⃑": [T: "embellissement harpon droit au-dessus"] # 0x20d1 (en: 'right harpoon above embellishment', DeepL: 'harpon droit au-dessus de l'ornement')
+ - "⃒": [T: "embellissement long trait vertical superposé"] # 0x20d2 (en: 'long vertical line overlay embellishment', DeepL translation)
+ - "⃓": [T: "embellissement court trait vertical superposé"] # 0x20d3 (en: 'short vertical line overlay embellishment', DeepL translation)
+ - "⃔": [T: "embellissement flèche dans le sens inverse des aiguilles d'une montre au-dessus"] # 0x20d4 (en: 'anticlockwise arrow above embellishment', DeepL translation)
+ - "⃕": [T: "embellissement flèche dans le sens des aiguilles d'une montre au-dessus"] # 0x20d5 (en: 'clockwise arrow above embellishment', DeepL translation)
+ - "⃖": [T: "embellissement flèche vers la gauche au-dessus"] # 0x20d6 (en: 'left arrow above embellishment', DeepL: 'flèche gauche au-dessus de l'embellissement')
+ - "⃗": [T: "embellissement flèche vers la droite au-dessus"] # 0x20d7 (en: 'right arrow above embellishment', DeepL: 'flèche droite au-dessus d'une fioriture')
+ - "⃘": [T: "embellissement par superposition d'anneaux"] # 0x20d8 (en: 'ring overlay embellishment', DeepL translation)
+ - "⃙": [T: "embellissement anneau superposé dans le sens des aiguilles d'une montre"] # 0x20d9 (en: 'clockwise ring overlay embellishment', DeepL translation)
+ - "⃚": [T: "embellissement emblème de superposition d'anneaux dans le sens inverse des aiguilles d'une montre"] # 0x20da (en: 'anticlockwise ring overlay embellishment', DeepL translation)
+ - "⃛": [T: "trois points"] # 0x20db (en: 'triple dot', DeepL: 'triple point')
+ - "⃜": [T: "quatre points"] # 0x20dc (en: 'quadruple dot', DeepL: 'point quadruple')
+ - "⃝": [T: "embellissement cercle enveloppant"] # 0x20dd (en: 'enclosing circle embellishment', DeepL translation)
+ - "⃞": [T: "embellissement carré englobant"] # 0x20de (en: 'enclosing square embellishment', DeepL translation)
+ - "⃟": [T: "embellissement diamant entourant"] # 0x20df (en: 'enclosing diamond embellishment', DeepL translation)
+ - "⃠": [T: "embellissement cercle englobant barre oblique inversée"] # 0x20e0 (en: 'enclosing circle backslash embellishment', DeepL translation)
+ - "⃡": [T: "embellissement flèche bilatérale au-dessus"] # 0x20e1 (en: 'left right arrow above embellishment', DeepL: 'flèche gauche droite au-dessus de l'embellissement')
+ - "⃢": [T: "embellissement de l'écran englobant"] # 0x20e2 (en: 'enclosing screen embellishment', DeepL translation)
+ - "⃣": [T: "embellissement de l'enveloppe de la touche verrouiller majuscule"] # 0x20e3 (en: 'enclosing keycap embellishment', DeepL translation)
+ - "⃤": [T: "embellissement triangle pointant vers le haut"] # 0x20e4 (en: 'enclosing upward pointing triangle embellishment', DeepL translation)
+ - "⃥": [T: "embellissement solidus inversé superposé"] # 0x20e5 (en: 'reverse solidus overlay embellishment', DeepL translation)
+ - "⃦": [T: "embellissement double trait vertical"] # 0x20e6 (en: 'double verticle stroke embellishment', DeepL translation)
+ - "⃧": [T: "embellissement symbole de l'annuité"] # 0x20e7 (en: 'annuity symbol embellishment', DeepL translation)
+ - "⃨": [T: "triple underdot"] # 0x20e8 (DeepL translation)
+ - "⃩": [T: "embellissement pont large au-dessus"] # 0x20e9 (en: 'wide bridge above embellishment', DeepL translation)
+ - "⃪": [T: "embellissement flèche vers la gauche superposée"] # 0x20ea (en: 'leftwards arrow overlay embellishment', DeepL translation)
+ - "⃫": [T: "embellissement double solidus long"] # 0x20eb (en: 'long double solidus overlay embellishment', DeepL translation)
+ - "⃬": [T: "embellissement harpon vers la droite avec ardillon vers le bas"] # 0x20ec (en: 'rightwards harpoon with barb downwards embellishment', DeepL translation)
+ - "⃭": [T: "embellissement harpon vers la gauche avec ardillon vers le bas"] # 0x20ed (en: 'leftwards harpoon with barb downwards embellishment', DeepL translation)
+ - "⃮": [T: "embellissement flèche gauche en dessous"] # 0x20ee (en: 'left arrow below embellishment', DeepL translation)
+ - "⃯": [T: "embellissementflèche droite en dessous"] # 0x20ef (en: 'right arrow below embellishment', DeepL translation)
+ - "⃰": [T: "embellissement astérisque au-dessus"] # 0x20f0 (en: 'asterisk above embellishment', DeepL translation)
+ - "℄": [T: "symbole de la ligne centrale"] # 0x2104 (en: 'center line symbol', DeepL translation)
+ - "℅": [T: "soin de"] # 0x2105 (en: 'care of', DeepL: 'soin de')
+ - "℆": [T: "cada una"] # 0x2106 (DeepL translation)
+ - "ℇ": [T: "constante d'euler"] # 0x2107 (en: 'euler's constant')
+ - "℈": [T: "scrupules"] # 0x2108 (en: 'scruples', DeepL translation)
+ - "℉": [T: "degré fahrenheit"] # 0x2109 (en: 'degrees fahrenheit', DeepL: 'degrés fahrenheit')
+ - "ℊ": [T: "g ronde minuscule"] # 0x210a (en: 'script g', DeepL: 'script g')
- "ℌℑℨℭ": # 0x210c, 0x2111, 0x2128, 0x212d
- - spell: "translate('.', 'ℌℑℨℭ', 'HIZC')"
- - t: "gothique" # (en: 'fraktur', DeepL: 'fraktur')
+ - SPELL: "translate('.', 'ℌℑℨℭ', 'HIZC')"
+ - T: "gothique" # (en: 'fraktur', DeepL: 'fraktur')
- "ℍℙℾℿ": # 0x210d, 0x2119, 0x213e, 0x213f
- - spell: "translate('.', 'ℍℙℾℿ', 'HPΓΠ')"
- - t: "double barre" # (en: 'double struck', DeepL: 'double barre')
+ - SPELL: "translate('.', 'ℍℙℾℿ', 'HPΓΠ')"
+ - T: "double barre" # (en: 'double struck', DeepL: 'double barre')
- - "ℎ": [t: "constante de planck"] # 0x210e (en: 'planck constant')
- - "ℏ": [t: "constante de planck sur deux pi"] # 0x210f (en: 'h bar')
+ - "ℎ": [T: "constante de planck"] # 0x210e (en: 'planck constant')
+ - "ℏ": [T: "constante de planck sur deux pi"] # 0x210f (en: 'h bar')
- "ℐℒ℘ℬℰℱℳ": # 0x2110, 0x2112, 0x2118, 0x2130, 0x2131, 0x2133
- - spell: "translate('.', 'ℐℒ℘ℬℰℱℳ', 'ILPBEFM')"
- - t: "script" # (en: 'script')
-
- - "℔": [t: "symbole l b barré"] # 0x2114 (en: 'pounds', DeepL: 'livres')
- - "№": [t: "symbole numéro"] # 0x2116 (en: 'number')
- - "℥": [t: "symbole once"] # 0x2125 (en: 'ounces')
- - "Ω": [t: "ohm"] # 0x2126 (en: 'ohms')
- - "℧": [t: "ohm culbuté"] # 0x2127 (en: 'mhos')
- - "℩": [t: "iota culbuté"] # 0x2129 (en: 'turned iota', DeepL: 'tourné iota')
- - "K": [t: "degré kelvin"] # 0x212a (en: 'kelvin')
- - "Å": [t: "angstroms"] # 0x212b
- - "ℯ": [t: "e ronde minuscule"] # 0x212f (en: 'script e', DeepL: 'script e')
+ - SPELL: "translate('.', 'ℐℒ℘ℬℰℱℳ', 'ILPBEFM')"
+ - T: "script" # (en: 'script')
+
+ - "ℓ": [T: "l minuscule script"] # 0x2113 (en: 'script l', MathPlayer: 'l ronde minuscule', DeepL: 'script l')
+ - "℔": [T: "symbole l b barré"] # 0x2114 (en: 'pounds', DeepL: 'livres')
+ - "№": [T: "symbole numéro"] # 0x2116 (en: 'number')
+ - "℥": [T: "symbole once"] # 0x2125 (en: 'ounces')
+ - "Ω": [T: "ohm"] # 0x2126 (en: 'ohms')
+ - "℧": [T: "ohm culbuté"] # 0x2127 (en: 'mhos')
+ - "℩": [T: "iota culbuté"] # 0x2129 (en: 'turned iota', DeepL: 'tourné iota')
+ - "K": [T: "degré kelvin"] # 0x212a (en: 'kelvin')
+ - "Å": [T: "angstroms"] # 0x212b
+ - "ℯ": [T: "e ronde minuscule"] # 0x212f (en: 'script e', DeepL: 'script e')
# coalesced some chars that use cap letters
- "Ⅎ℺⅁⅂⅃⅄": # 0x2132, 0x213a, 0x2141, 0x2142, 0x2143, 0x2144
- - spell: "translate('.', 'Ⅎ℺⅁⅂⅃⅄', 'FQGLLY')"
+ - SPELL: "translate('.', 'Ⅎ℺⅁⅂⅃⅄', 'FQGLLY')"
- test:
- if: "'.' = '℺'"
- then: [t: "tourné"] # (en: 'rotated', DeepL translation)
+ then: [T: "tourné"] # (en: 'rotated', DeepL translation)
- else_if: "'.' = 'Ⅎ'"
- then: [t: "tourné"] # (en: 'turned', DeepL translation)
+ then: [T: "tourné"] # (en: 'turned', DeepL translation)
- else_if: "'.' = '⅃'"
- then: [t: "tourné sans-serif"] # (en: 'reversed sans-serif', DeepL translation)
- else: [t: "tourné sans-serif"] # (en: 'turned sans-serif', DeepL: 'tourné sans empattement')
-
- - "ℴ": [t: "o ronde minuscule"] # 0x2134 (en: 'script o', DeepL: 'script o')
- - "ℵ": [t: "alef"] # 0x2135 (en: 'first transfinite cardinal')
- - "ℶ": [t: "bèt"] # 0x2136 (en: 'second transfinite cardinal')
- - "ℷ": [t: "guimel"] # 0x2137 (en: 'third transfinite cardinal')
- - "ℸ": [t: "dalèt"] # 0x2138 (en: 'fourth transfinite cardinal')
- - "ℼ": [t: "pi ajouré"] # 0x213c (en: 'double struck pi', DeepL: 'double pi frappé')
- - "ℽ": [t: "gamma ajouré"] # 0x213d (en: 'double struck gamma', DeepL: 'double gamma frappé')
- - "⅀": [t: "sommation"] # 0x2140 (en: 'double struck n-ary summation', DeepL: 'somme n-aire doublement frappée')
- - "⅋": [t: "perluète culbutée"] # 0x214b (en: 'turned ampersand', DeepL: 'esperluette tournée')
- - "⅌": [t: "symbole per"] # 0x214c (en: 'per', DeepL: 'per')
- - "ⅎ": [t: "minuscule f culbuté"] # 0x214e (en: 'turned F', DeepL: 'tourné f')
- - "¼": [t: "un quart"] # 0x00bc (en: 'one quarter')
- - "½": [t: "un demi"] # 0x00bd (en: 'one half')
- - "¾": [t: "trois quarts"] # 0x00be (en: 'three quarters')
- - "⅐": [t: "un septième"] # 0x2150 (en: 'one seventh')
- - "⅑": [t: "un neuvième"] # 0x2151 (en: 'one ninth', DeepL: 'une neuvième')
- - "⅒": [t: "un dixième"] # 0x2152 (en: 'one tenth')
- - "⅓": [t: "un tiers"] # 0x2153 (en: 'one third')
- - "⅔": [t: "deux tiers"] # 0x2154 (en: 'two thirds')
- - "⅕": [t: "un cinquième"] # 0x2155 (en: 'one fifth')
- - "⅖": [t: "deux cinquièmes"] # 0x2156 (en: 'two fifths')
- - "⅗": [t: "trois cinquièmes"] # 0x2157 (en: 'three fifths')
- - "⅘": [t: "quatre cinquièmes"] # 0x2158 (en: 'four fifths')
- - "⅙": [t: "un sixième"] # 0x2159 (en: 'one sixth')
- - "⅚": [t: "cinq sixièmes"] # 0x215a (en: 'five sixths')
- - "⅛": [t: "un huitième"] # 0x215b (en: 'one eighth')
- - "⅜": [t: "trois huitièmes"] # 0x215c (en: 'three eighths')
- - "⅝": [t: "cinq huitièmes"] # 0x215d (en: 'five eighths')
- - "⅞": [t: "sept huitièmes"] # 0x215e (en: 'seven eighths')
- - "⅟": [t: "numérateur un"] # 0x215f (en: 'one over', DeepL: 'un au-dessus')
- - "Ⅰ": [t: "Ⅰ"] # 0x2160 (en: 'I', DeepL translation)
- - "Ⅱ": [t: "i i"] # 0x2161 (en: 'I I', DeepL translation)
- - "Ⅲ": [t: "i i i"] # 0x2162 (en: 'I I I', DeepL translation)
- - "Ⅳ": [t: "i v"] # 0x2163 (en: 'I V', DeepL translation)
- - "Ⅴ": [t: "Ⅴ"] # 0x2164 (en: 'V', DeepL translation)
- - "Ⅵ": [t: "v i"] # 0x2165 (en: 'V I', DeepL translation)
- - "Ⅶ": [t: "v i i"] # 0x2166 (en: 'V I I', DeepL translation)
- - "Ⅷ": [t: "v i i i"] # 0x2167 (en: 'V I I I', DeepL translation)
- - "Ⅸ": [t: "i x"] # 0x2168 (en: 'I X', DeepL translation)
- - "Ⅹ": [t: "Ⅹ"] # 0x2169 (en: 'X', DeepL translation)
- - "Ⅺ": [t: "x i"] # 0x216a (en: 'X I', DeepL translation)
- - "Ⅻ": [t: "x i i"] # 0x216b (en: 'X I I', DeepL translation)
- - "Ⅼ": [t: "Ⅼ"] # 0x216c (en: 'L', DeepL translation)
- - "Ⅽ": [t: "Ⅽ"] # 0x216d (en: 'C', DeepL translation)
- - "Ⅾ": [t: "Ⅾ"] # 0x216e (en: 'D', DeepL translation)
- - "Ⅿ": [t: "Ⅿ"] # 0x216f (en: 'M', DeepL translation)
- - "ⅰ": [t: "ⅰ"] # 0x2170 (en: 'I', DeepL translation)
- - "ⅱ": [t: "i i"] # 0x2171 (en: 'I I', DeepL translation)
- - "ⅲ": [t: "i i i"] # 0x2172 (en: 'I I I', DeepL translation)
- - "ⅳ": [t: "i v"] # 0x2173 (en: 'I V', DeepL translation)
- - "ⅴ": [t: "ⅴ"] # 0x2174 (en: 'V', DeepL translation)
- - "ⅵ": [t: "v i"] # 0x2175 (en: 'V I', DeepL translation)
- - "ⅶ": [t: "v i i"] # 0x2176 (en: 'V I I', DeepL translation)
- - "ⅷ": [t: "v i i i"] # 0x2177 (en: 'V I I I', DeepL translation)
- - "ⅸ": [t: "i x"] # 0x2178 (en: 'I X', DeepL translation)
- - "ⅹ": [t: "ⅹ"] # 0x2179 (en: 'X', DeepL translation)
- - "ⅺ": [t: "x i"] # 0x217a (en: 'X I', DeepL translation)
- - "ⅻ": [t: "x i i"] # 0x217b (en: 'X I I', DeepL translation)
- - "ⅼ": [t: "ⅼ"] # 0x217c (en: 'L', DeepL translation)
- - "ⅽ": [t: "ⅽ"] # 0x217d (en: 'C', DeepL translation)
- - "ⅾ": [t: "ⅾ"] # 0x217e (en: 'D', DeepL translation)
- - "ⅿ": [t: "ⅿ"] # 0x217f (en: 'M', DeepL translation)
- - "↉": [t: "zero tiers"] # 0x2189 (en: 'zero thirds', DeepL: 'zéro tiers')
- - "←": [t: "flèche vers la gauche"] # 0x2190 (en: 'leftwards arrow', SRE: 'flèche gauche')
- - "↑": [t: "flèche vers le haut"] # 0x2191 (en: 'upwards arrow')
- - "↓": [t: "flèche vers le bas"] # 0x2193 (en: 'downwards arrow')
- - "↔": [t: "flèche bilatérale"] # 0x2194 (en: 'left right arrow')
- - "↕": [t: "flèche haut et bas"] # 0x2195 (en: 'up down arrow')
- - "↖": [t: "flèche nord-ouest"] # 0x2196 (en: 'north west arrow', SRE: 'flèche nord ouest')
+ then: [T: "tourné sans-serif"] # (en: 'reversed sans-serif', DeepL translation)
+ else: [T: "tourné sans-serif"] # (en: 'turned sans-serif', DeepL: 'tourné sans empattement')
+
+ - "ℴ": [T: "o ronde minuscule"] # 0x2134 (en: 'script o', DeepL: 'script o')
+ - "ℵ": [T: "alef"] # 0x2135 (en: 'first transfinite cardinal')
+ - "ℶ": [T: "bèt"] # 0x2136 (en: 'second transfinite cardinal')
+ - "ℷ": [T: "guimel"] # 0x2137 (en: 'third transfinite cardinal')
+ - "ℸ": [T: "dalèt"] # 0x2138 (en: 'fourth transfinite cardinal')
+ - "ℼ": [T: "pi ajouré"] # 0x213c (en: 'double struck pi', DeepL: 'double pi frappé')
+ - "ℽ": [T: "gamma ajouré"] # 0x213d (en: 'double struck gamma', DeepL: 'double gamma frappé')
+ - "⅀": [T: "sommation"] # 0x2140 (en: 'double struck n-ary summation', DeepL: 'somme n-aire doublement frappée')
+ - "⅋": [T: "esperluette culbutée"] # 0x214b (en: 'turned ampersand', DeepL: 'esperluette tournée')
+ - "⅌": [T: "symbole per"] # 0x214c (en: 'per', DeepL: 'per')
+ - "ⅎ": [T: "f minuscule culbuté"] # 0x214e (en: 'turned F', DeepL: 'tourné f')
+ - "¼": [T: "un quart"] # 0x00bc (en: 'one quarter')
+ - "½": [T: "un demi"] # 0x00bd (en: 'one half')
+ - "¾": [T: "trois quarts"] # 0x00be (en: 'three quarters')
+ - "⅐": [T: "un septième"] # 0x2150 (en: 'one seventh')
+ - "⅑": [T: "un neuvième"] # 0x2151 (en: 'one ninth', DeepL: 'une neuvième')
+ - "⅒": [T: "un dixième"] # 0x2152 (en: 'one tenth')
+ - "⅓": [T: "un tiers"] # 0x2153 (en: 'one third')
+ - "⅔": [T: "deux tiers"] # 0x2154 (en: 'two thirds')
+ - "⅕": [T: "un cinquième"] # 0x2155 (en: 'one fifth')
+ - "⅖": [T: "deux cinquièmes"] # 0x2156 (en: 'two fifths')
+ - "⅗": [T: "trois cinquièmes"] # 0x2157 (en: 'three fifths')
+ - "⅘": [T: "quatre cinquièmes"] # 0x2158 (en: 'four fifths')
+ - "⅙": [T: "un sixième"] # 0x2159 (en: 'one sixth')
+ - "⅚": [T: "cinq sixièmes"] # 0x215a (en: 'five sixths')
+ - "⅛": [T: "un huitième"] # 0x215b (en: 'one eighth')
+ - "⅜": [T: "trois huitièmes"] # 0x215c (en: 'three eighths')
+ - "⅝": [T: "cinq huitièmes"] # 0x215d (en: 'five eighths')
+ - "⅞": [T: "sept huitièmes"] # 0x215e (en: 'seven eighths')
+ - "⅟": [T: "numérateur un"] # 0x215f (en: 'one over', DeepL: 'un au-dessus')
+ - "Ⅰ": [T: "Ⅰ"] # 0x2160 (en: 'I', DeepL translation)
+ - "Ⅱ": [T: "i i"] # 0x2161 (en: 'I I', DeepL translation)
+ - "Ⅲ": [T: "i i i"] # 0x2162 (en: 'I I I', DeepL translation)
+ - "Ⅳ": [T: "i v"] # 0x2163 (en: 'I V', DeepL translation)
+ - "Ⅴ": [T: "Ⅴ"] # 0x2164 (en: 'V', DeepL translation)
+ - "Ⅵ": [T: "v i"] # 0x2165 (en: 'V I', DeepL translation)
+ - "Ⅶ": [T: "v i i"] # 0x2166 (en: 'V I I', DeepL translation)
+ - "Ⅷ": [T: "v i i i"] # 0x2167 (en: 'V I I I', DeepL translation)
+ - "Ⅸ": [T: "i x"] # 0x2168 (en: 'I X', DeepL translation)
+ - "Ⅹ": [T: "Ⅹ"] # 0x2169 (en: 'X', DeepL translation)
+ - "Ⅺ": [T: "x i"] # 0x216a (en: 'X I', DeepL translation)
+ - "Ⅻ": [T: "x i i"] # 0x216b (en: 'X I I', DeepL translation)
+ - "Ⅼ": [T: "Ⅼ"] # 0x216c (en: 'L', DeepL translation)
+ - "Ⅽ": [T: "Ⅽ"] # 0x216d (en: 'C', DeepL translation)
+ - "Ⅾ": [T: "Ⅾ"] # 0x216e (en: 'D', DeepL translation)
+ - "Ⅿ": [T: "Ⅿ"] # 0x216f (en: 'M', DeepL translation)
+ - "ⅰ": [T: "ⅰ"] # 0x2170 (en: 'I', DeepL translation)
+ - "ⅱ": [T: "i i"] # 0x2171 (en: 'I I', DeepL translation)
+ - "ⅲ": [T: "i i i"] # 0x2172 (en: 'I I I', DeepL translation)
+ - "ⅳ": [T: "i v"] # 0x2173 (en: 'I V', DeepL translation)
+ - "ⅴ": [T: "ⅴ"] # 0x2174 (en: 'V', DeepL translation)
+ - "ⅵ": [T: "v i"] # 0x2175 (en: 'V I', DeepL translation)
+ - "ⅶ": [T: "v i i"] # 0x2176 (en: 'V I I', DeepL translation)
+ - "ⅷ": [T: "v i i i"] # 0x2177 (en: 'V I I I', DeepL translation)
+ - "ⅸ": [T: "i x"] # 0x2178 (en: 'I X', DeepL translation)
+ - "ⅹ": [T: "ⅹ"] # 0x2179 (en: 'X', DeepL translation)
+ - "ⅺ": [T: "x i"] # 0x217a (en: 'X I', DeepL translation)
+ - "ⅻ": [T: "x i i"] # 0x217b (en: 'X I I', DeepL translation)
+ - "ⅼ": [T: "ⅼ"] # 0x217c (en: 'L', DeepL translation)
+ - "ⅽ": [T: "ⅽ"] # 0x217d (en: 'C', DeepL translation)
+ - "ⅾ": [T: "ⅾ"] # 0x217e (en: 'D', DeepL translation)
+ - "ⅿ": [T: "ⅿ"] # 0x217f (en: 'M', DeepL translation)
+ - "↉": [T: "zéro tiers"] # 0x2189 (en: 'zero thirds', DeepL: 'zéro tiers')
+ - "←": [T: "flèche vers la gauche"] # 0x2190 (en: 'leftwards arrow', SRE: 'flèche gauche')
+ - "↑": [T: "flèche vers le haut"] # 0x2191 (en: 'upwards arrow')
+ - "→": [T: "flèche vers la droite"] # 0x2192 (en: 'rightwards arrow', SRE: 'flèche droite')
+ - "↓": [T: "flèche vers le bas"] # 0x2193 (en: 'downwards arrow')
+ - "↔": [T: "flèche bilatérale"] # 0x2194 (en: 'left right arrow')
+ - "↕": [T: "flèche haut et bas"] # 0x2195 (en: 'up down arrow')
+ - "↖": [T: "flèche nord-ouest"] # 0x2196 (en: 'north west arrow', SRE: 'flèche nord ouest')
- "↗": # 0x2197
- test:
if: "ancestor::*[2][self::m:limit]"
- then: [t: "approche par le bas"] # (en: 'approaches from below', DeepL translation)
- else: [t: "flèche nord-est"] # (en: 'north east arrow', SRE: 'flèche nord est')
+ then: [T: "approche par le bas"] # (en: 'approaches from below', DeepL translation)
+ else: [T: "flèche nord-est"] # (en: 'north east arrow', SRE: 'flèche nord est')
- "↘": # 0x2198
- test:
if: "ancestor::*[2][self::m:limit]"
- then: [t: "approche par le haut"] # (en: 'approaches from above', DeepL translation)
- else: [t: "flèche sud-est"] # (en: 'south east arrow', SRE: 'flèche sud est')
-
- - "↙": [t: "flèche sud-ouest"] # 0x2199 (en: 'south west arrow', SRE: 'flèche sud ouest')
- - "↚": [t: "flèche barrée gauche"] # 0x219a (en: 'leftwards arrow with stroke', MathPlayer: 'flèche barrée vers la gauche', DeepL: 'flèche gauche avec trait')
- - "↛": [t: "flèche barrée droite"] # 0x219b (en: 'rightwards arrow with stroke', MathPlayer: 'flèche barrée vers la droite', DeepL: 'flèche vers la droite avec trait')
- - "↜": [t: "flèche ondulée vers la gauche"] # 0x219c (en: 'leftwards wave arrow', SRE: 'flèche ondulée gauche')
- - "↝": [t: "flèche ondulée vers la droite"] # 0x219d (en: 'rightwards wave arrow', SRE: 'flèche ondulée droite')
- - "↞": [t: "flèche à deux pointes gauche"] # 0x219e (en: 'leftwards two headed arrow', MathPlayer: 'flèche à deux pointes vers la gauche', DeepL: 'flèche à deux têtes vers la gauche')
- - "↟": [t: "flèche à deux pointes vers le haut"] # 0x219f (en: 'upwards two headed arrow')
- - "↠": [t: "flèche à deux pointes droite"] # 0x21a0 (en: 'rightwards two headed arrow', MathPlayer: 'flèche à deux pointes vers la droite', DeepL: 'vers la droite flèche à deux têtes')
- - "↡": [t: "flèche à deux pointes vers le bas"] # 0x21a1 (en: 'downwards two headed arrow')
- - "↢": [t: "flèche empennée gauche"] # 0x21a2 (en: 'leftwards arrow with tail', MathPlayer: 'flèche empennée vers la gauche', DeepL: 'flèche gauche avec queue')
- - "↣": [t: "flèche empennée droite"] # 0x21a3 (en: 'rightwards arrow with tail', MathPlayer: 'flèche empennée vers la droite', DeepL: 'flèche droite avec empennage')
- - "↤": [t: "flèche d'un taquet gauche"] # 0x21a4 (en: 'leftwards arrow from bar', MathPlayer: 'flèche d'un taquet vers la gauche', DeepL: 'flèche vers la gauche à partir de la barre')
- - "↥": [t: "flèche d'un taquet vers le haut"] # 0x21a5 (en: 'upwards arrow from bar')
- - "↦": [t: "flèche d'un taquet droite"] # 0x21a6 (en: 'rightwards arrow from bar', MathPlayer: 'flèche d'un taquet vers la droite', DeepL: 'flèche vers la droite à partir d'une barre')
- - "↧": [t: "flèche d'un taquet vers le bas"] # 0x21a7 (en: 'downwards arrow from bar')
- - "↨": [t: "flèche haut bas sur base"] # 0x21a8 (en: 'up down arrow with base', MathPlayer: 'flèche haut-bas sur base', DeepL: 'flèche haut-bas avec base')
- - "↩": [t: "flèche avec crochet gauche"] # 0x21a9 (en: 'leftwards arrow with hook', MathPlayer: 'flèche vers la gauche avec crochet', DeepL: 'flèche gauche avec crochet')
- - "↪": [t: "flèche vers la droite avec crochet"] # 0x21aa (en: 'rightwards arrow with hook', SRE: 'flèche avec crochet droite')
- - "↫": [t: "flèche vers la gauche avec boucle"] # 0x21ab (en: 'leftwards arrow with loop', SRE: 'flèche avec boucle gauche')
- - "↬": [t: "flèche vers la droite avec boucle"] # 0x21ac (en: 'rightwards arrow with loop', SRE: 'flèche avec boucle droite')
- - "↭": [t: "flèche ondulée bilatérale"] # 0x21ad (en: 'left right wave arrow')
- - "↮": [t: "flèche barrée bilatérale"] # 0x21ae (en: 'left right arrow with stroke')
- - "↯": [t: "flèche vers le bas en zigzag"] # 0x21af (en: 'downwards zigzag arrow')
- - "↰": [t: "flèche vers le haut avec pointe vers la gauche"] # 0x21b0 (en: 'upwards arrow with tip leftwards', SRE: 'flèche vers le haut avec pointe gauche')
- - "↱": [t: "flèche vers le haut avec pointe vers la droite"] # 0x21b1 (en: 'upwards arrow with tip rightwards', SRE: 'flèche vers le haut avec pointe droite')
- - "↲": [t: "flèche vers le bas avec pointe vers la gauche"] # 0x21b2 (en: 'downwards arrow with tip leftwards', SRE: 'flèche vers le bas avec pointe gauche')
- - "↳": [t: "flèche vers le bas avec pointe vers la droite"] # 0x21b3 (en: 'downwards arrow with tip rightwards', SRE: 'flèche vers le bas avec pointe droite')
- - "↴": [t: "flèche vers la droite avec coin vers le bas"] # 0x21b4 (en: 'rightwards arrow with corner downwards', SRE: 'flèche vers le bas avec coin droit')
- - "↵": [t: "flèche vers le bas avec coin vers la gauche"] # 0x21b5 (en: 'downwards arrow with corner leftwards', SRE: 'flèche vers le bas avec coin gauche')
- - "↶": [t: "flèche semi circulaire en sens positif"] # 0x21b6 (en: 'anticlockwise top semicircle arrow', MathPlayer: 'flèche semi-circulaire en sens positif', DeepL: 'flèche du demi-cercle supérieur dans le sens inverse des aiguilles d'une montre')
- - "↷": [t: "flèche semi circulaire en sens négatif"] # 0x21b7 (en: 'clockwise top semicircle arrow', MathPlayer: 'flèche semi-circulaire en sens négatif', DeepL: 'flèche du demi-cercle supérieur dans le sens des aiguilles d'une montre')
- - "↸": [t: "flèche nord ouest vers une barre horizontale longue"] # 0x21b8 (en: 'north west arrow to long bar', MathPlayer: 'flèche nord-ouest jusqu'à une barre longue', DeepL: 'flèche nord-ouest vers la barre longue')
- - "↹": [t: "flèche gauche vers un taquet sur flèche droite vers un taquet"] # 0x21b9 (en: 'leftwards arrow to bar over rightwards arrow to bar', MathPlayer: 'flèche vers la gauche jusqu'à un taquet par-dessus flèche vers la droite jusqu'à un taquet', DeepL: 'flèche gauche vers la barre sur flèche droite vers la barre')
- - "↺": [t: "flèche en sens positif à cercle ouvert"] # 0x21ba (en: 'anticlockwise open circle arrow')
- - "↻": [t: "flèche en sens négatif à cercle ouvert"] # 0x21bb (en: 'clockwise open circle arrow')
- - "↼": [t: "harpon gauche avec dent dressée"] # 0x21bc (en: 'left harpoon up', MathPlayer: 'harpon vers la gauche avec dent vers le haut', DeepL: 'harpon gauche en haut')
- - "↽": [t: "harpon gauche avec dent baissée"] # 0x21bd (en: 'left harpoon down', MathPlayer: 'harpon vers la gauche avec dent vers bas', DeepL: 'harpon gauche en bas')
- - "↾": [t: "harpon vers le haut avec dent droite"] # 0x21be (en: 'up harpoon right', MathPlayer: 'harpon vers le haut avec dent vers la droite', DeepL: 'harpon vers le haut à droite')
- - "↿": [t: "harpon vers le haut avec dent gauche"] # 0x21bf (en: 'up harpoon left', MathPlayer: 'harpon vers le haut avec dent vers la gauche', DeepL: 'harpon vers le haut à gauche')
- - "⇀": [t: "harpon droit avec dent dressée"] # 0x21c0 (en: 'right harpoon up', MathPlayer: 'harpon vers la droite avec dent vers le haut', DeepL: 'harpon droit vers le haut')
- - "⇁": [t: "harpon droit avec dent baissée"] # 0x21c1 (en: 'right harpoon down', MathPlayer: 'harpon vers la droite avec dent vers le bas', DeepL: 'à droite harpon vers le bas')
- - "⇂": [t: "harpon vers le bas avec dent droite"] # 0x21c2 (en: 'down harpoon right', MathPlayer: 'harpon vers le bas avec dent vers la droite', DeepL: 'harpon vers le bas à droite')
- - "⇃": [t: "harpon vers le bas avec dent gauche"] # 0x21c3 (en: 'down harpoon left', MathPlayer: 'harpon vers le bas avec dent vers la gauche', DeepL: 'harpon vers le bas à gauche')
- - "⇄": [t: "flèche vers le haut par dessus flèche gauche"] # 0x21c4 (en: 'rightwards arrow over leftwards arrow', MathPlayer: 'flèche vers le haut par-dessus flèche vers la gauche', DeepL: 'flèche vers la droite au-dessus de la flèche vers la gauche')
- - "⇅": [t: "flèche vers le haut à gauche d'une flèche vers le bas"] # 0x21c5 (en: 'upwards arrow leftwards of downwards arrow')
- - "⇆": [t: "flèche gauche par dessus flèche droite"] # 0x21c6 (en: 'leftwards arrow over rightwards arrow', MathPlayer: 'flèche vers la gauche par-dessus flèche vers la droite', DeepL: 'flèche vers la gauche sur flèche vers la droite')
- - "⇇": [t: "paire de flèches gauche"] # 0x21c7 (en: 'leftwards paired arrows', MathPlayer: 'paire de flèches vers la gauche', DeepL: 'flèches jumelées vers la gauche')
- - "⇈": [t: "paire de flèches vers le haut"] # 0x21c8 (en: 'upwards paired arrows')
- - "⇉": [t: "paire de flèches droite"] # 0x21c9 (en: 'rightwards paired arrows', MathPlayer: 'paire de flèches vers la droite', DeepL: 'flèches jumelées vers la droite')
- - "⇊": [t: "paire de flèches vers le bas"] # 0x21ca (en: 'downwards paired arrows')
- - "⇋": [t: "harpon gauche par dessus harpon droit"] # 0x21cb (en: 'left harpoon over right harpoon', MathPlayer: 'harpon vers la gauche par-dessus harpon vers la droite', DeepL: 'harpon gauche sur harpon droit')
- - "⇌": [t: "harpon droit par dessus harpon gauche"] # 0x21cc (en: 'right harpoon over left harpoon', MathPlayer: 'harpon vers la droite par-dessus harpon vers la gauche', DeepL: 'harpon droit sur harpon gauche')
- - "⇍": [t: "double flèche barrée gauche"] # 0x21cd (en: 'leftwards double arrow with stroke', MathPlayer: 'double flèche barrée vers la gauche', DeepL: 'flèche double gauche avec trait')
- - "⇎": [t: "double flèche barrée bilatérale"] # 0x21ce (en: 'left right double arrow with stroke')
- - "⇏": [t: "double flèche barrée droite"] # 0x21cf (en: 'rightwards double arrow with stroke', MathPlayer: 'double flèche barrée vers la droite', DeepL: 'flèche double droite avec trait')
- - "⇐": [t: "double flèche gauche"] # 0x21d0 (en: 'leftwards double arrow', MathPlayer: 'double flèche vers la gauche', DeepL: 'flèche double vers la gauche')
- - "⇑": [t: "double flèche vers le haut"] # 0x21d1 (en: 'upwards double arrow')
- - "⇓": [t: "double flèche vers le bas"] # 0x21d3 (en: 'downwards double arrow')
- - "⇔": [t: "double flèche bilatérale"] # 0x21d4 (en: 'if and only if')
- - "⇕": [t: "double flèche haut bas"] # 0x21d5 (en: 'up down double arrow', MathPlayer: 'double flèche haut-bas', DeepL: 'haut-bas double flèche')
- - "⇖": [t: "double flèche nord ouest"] # 0x21d6 (en: 'north west double arrow', MathPlayer: 'double flèche nord-ouest', DeepL: 'flèche double nord-ouest')
- - "⇗": [t: "double flèche nord est"] # 0x21d7 (en: 'north east double arrow', MathPlayer: 'double flèche nord-est', DeepL: 'flèche double nord-est')
- - "⇘": [t: "double flèche sud est"] # 0x21d8 (en: 'south east double arrow', MathPlayer: 'double flèche sud-est', DeepL: 'flèche double sud-est')
- - "⇙": [t: "double flèche sud ouest"] # 0x21d9 (en: 'south west double arrow', MathPlayer: 'double flèche sud-ouest', DeepL: 'flèche double sud-ouest')
- - "⇚": [t: "triple flèche gauche"] # 0x21da (en: 'leftwards triple arrow', MathPlayer: 'triple flèche vers la gauche', DeepL: 'flèche triple vers la gauche')
- - "⇛": [t: "triple flèche droite"] # 0x21db (en: 'rightwards triple arrow', MathPlayer: 'triple flèche vers la droite', DeepL: 'vers la droite triple flèche')
- - "⇜": [t: "flèche en tire bouchon gauche"] # 0x21dc (en: 'leftwards squiggle arrow', MathPlayer: 'flèche vers la gauche en tire-bouchon', DeepL: 'flèche gribouillée vers la gauche')
- - "⇝": [t: "flèche en tire bouchon droite"] # 0x21dd (en: 'rightwards squiggle arrow', MathPlayer: 'flèche vers la droite en tire-bouchon', DeepL: 'flèche vers la droite avec gribouillis')
- - "⇞": [t: "flèche vers le haut avec double barre"] # 0x21de (en: 'upwards arrow with double stroke')
- - "⇟": [t: "flèche vers le bas avec double barre"] # 0x21df (en: 'downwards arrow with double stroke')
- - "⇠": [t: "flèche pointillée gauche"] # 0x21e0 (en: 'leftwards dashed arrow', MathPlayer: 'flèche pointillée vers la gauche', DeepL: 'flèche en pointillé vers la gauche')
- - "⇡": [t: "flèche pointillée vers le haut"] # 0x21e1 (en: 'upwards dashed arrow')
- - "⇢": [t: "flèche pointillée droite"] # 0x21e2 (en: 'rightwards dashed arrow', MathPlayer: 'flèche pointillée vers la droite', DeepL: 'flèche en pointillé vers la droite')
- - "⇣": [t: "flèche pointillée vers le bas"] # 0x21e3 (en: 'downwards dashed arrow')
- - "⇤": [t: "flèche gauche vers un taquet"] # 0x21e4 (en: 'leftwards arrow to bar', MathPlayer: 'flèche vers la gauche jusqu'à un taquet', DeepL: 'flèche gauche vers la barre')
- - "⇥": [t: "flèche droite vers un taquet"] # 0x21e5 (en: 'rightwards arrow to bar', MathPlayer: 'flèche vers la droite jusqu'à un taquet', DeepL: 'flèche vers la droite jusqu'à la barre')
- - "⇦": [t: "flèche blanche vers la gauche"] # 0x21e6 (en: 'leftwards white arrow', SRE: 'flèche blanche gauche')
- - "⇧": [t: "flèche blanche vers le haut"] # 0x21e7 (en: 'upwards white arrow')
- - "⇨": [t: "flèche blanche vers la droite"] # 0x21e8 (en: 'rightwards white arrow', SRE: 'flèche blanche droite')
- - "⇩": [t: "flèche blanche vers le bas"] # 0x21e9 (en: 'downwards white arrow')
- - "⇪": [t: "flèche blanche vers le haut à partir d'un taquet"] # 0x21ea (en: 'upwards white arrow from bar')
- - "⇫": [t: "flèche blanche vers le haut sur socle"] # 0x21eb (en: 'upwards white arrow on pedestal', DeepL: 'flèche blanche vers le haut sur un socle')
- - "⇬": [t: "flèche blanche vers le haut sur socle et trait horizontal"] # 0x21ec (en: 'upwards white arrow on pedestal with horizontal bar', DeepL: 'flèche blanche vers le haut sur socle avec barre horizontale')
- - "⇭": [t: "flèche blanche vers le haut sur socle et barre verticale"] # 0x21ed (en: 'upwards white arrow on pedestal with vertical bar', DeepL: 'flèche blanche vers le haut sur un socle avec une barre verticale')
- - "⇮": [t: "double flèche blanche vers le haut"] # 0x21ee (en: 'upwards white double arrow', DeepL: 'flèche double blanche vers le haut')
- - "⇯": [t: "double flèche blanche vers le haut sur socle"] # 0x21ef (en: 'upwards white double arrow on pedestal', DeepL: 'double flèche blanche vers le haut sur un socle')
- - "⇰": [t: "flèche blanche vers la droite appuyée sur mur"] # 0x21f0 (en: 'rightwards white arrow from wall', DeepL: 'vers la droite flèche blanche du mur')
- - "⇱": [t: "flèche nord ouest en encoignure"] # 0x21f1 (en: 'north west arrow to corner', DeepL: 'flèche nord-ouest à l'angle')
- - "⇲": [t: "flèche sud est en encoignure"] # 0x21f2 (en: 'south east arrow to corner', DeepL: 'flèche sud-est vers le coin')
- - "⇳": [t: "flèche blanche vers le haut et le bas"] # 0x21f3 (en: 'up down white arrow', DeepL: 'flèche blanche haut-bas')
- - "⇴": [t: "flèche vers la droite à petit cercle"] # 0x21f4 (en: 'right arrow with small circle', DeepL: 'flèche droite avec petit cercle')
- - "⇵": [t: "flèche descendante à gauche d'une flèche montante"] # 0x21f5 (en: 'downwards arrow leftwards of upwards arrow')
- - "⇶": [t: "trois flèches vers la droite"] # 0x21f6 (en: 'three rightwards arrows')
- - "⇷": [t: "flèche vers la gauche barrée verticalement"] # 0x21f7 (en: 'leftwards arrow with vertical stroke', DeepL: 'flèche vers la gauche avec trait vertical')
- - "⇸": [t: "flèche vers la droite barrée verticalement"] # 0x21f8 (en: 'rightwards arrow with vertical stroke', DeepL: 'flèche vers la droite avec trait vertical')
- - "⇹": [t: "flèche vers la droite et la gauche barrée verticalement"] # 0x21f9 (en: 'left right arrow with vertical stroke', DeepL: 'flèche gauche droite avec trait vertical')
- - "⇺": [t: "flèche vers la gauche barrée deux fois verticalement"] # 0x21fa (en: 'leftwards arrow with double vertical stroke', DeepL: 'flèche vers la gauche avec double trait vertical')
- - "⇻": [t: "flèche vers la droite barrée deux fois verticalement"] # 0x21fb (en: 'rightwards arrow with double vertical stroke', DeepL: 'flèche vers la droite avec double trait vertical')
- - "⇼": [t: "flèche bilatérale barrée deux fois verticalement"] # 0x21fc (en: 'left right arrow with double vertical stroke', DeepL: 'flèche gauche droite avec double trait vertical')
- - "⇽": [t: "flèche à tête creuse gauche"] # 0x21fd (en: 'leftwards open headed arrow', MathPlayer: 'flèche à tête creuse vers la gauche', DeepL: 'flèche ouverte vers la gauche')
- - "⇾": [t: "flèche à tête creuse droite"] # 0x21fe (en: 'rightwards open headed arrow', MathPlayer: 'flèche à tête creuse vers la droite', DeepL: 'flèche ouverte vers la droite')
- - "⇿": [t: "flèche à tête creuse bilatérale"] # 0x21ff (en: 'left right open headed arrow')
- - "∀": [t: "pour tous"] # 0x2200 (en: 'for all')
+ then: [T: "approche par le haut"] # (en: 'approaches from above', DeepL translation)
+ else: [T: "flèche sud-est"] # (en: 'south east arrow', SRE: 'flèche sud est')
+
+ - "↙": [T: "flèche sud-ouest"] # 0x2199 (en: 'south west arrow', SRE: 'flèche sud ouest')
+ - "↚": [T: "flèche barrée gauche"] # 0x219a (en: 'leftwards arrow with stroke', MathPlayer: 'flèche barrée vers la gauche', DeepL: 'flèche gauche avec trait')
+ - "↛": [T: "flèche barrée droite"] # 0x219b (en: 'rightwards arrow with stroke', MathPlayer: 'flèche barrée vers la droite', DeepL: 'flèche vers la droite avec trait')
+ - "↜": [T: "flèche ondulée vers la gauche"] # 0x219c (en: 'leftwards wave arrow', SRE: 'flèche ondulée gauche')
+ - "↝": [T: "flèche ondulée vers la droite"] # 0x219d (en: 'rightwards wave arrow', SRE: 'flèche ondulée droite')
+ - "↞": [T: "flèche à deux pointes gauche"] # 0x219e (en: 'leftwards two headed arrow', MathPlayer: 'flèche à deux pointes vers la gauche', DeepL: 'flèche à deux têtes vers la gauche')
+ - "↟": [T: "flèche à deux pointes vers le haut"] # 0x219f (en: 'upwards two headed arrow')
+ - "↠": [T: "flèche à deux pointes droite"] # 0x21a0 (en: 'rightwards two headed arrow', MathPlayer: 'flèche à deux pointes vers la droite', DeepL: 'vers la droite flèche à deux têtes')
+ - "↡": [T: "flèche à deux pointes vers le bas"] # 0x21a1 (en: 'downwards two headed arrow')
+ - "↢": [T: "flèche empennée gauche"] # 0x21a2 (en: 'leftwards arrow with tail', MathPlayer: 'flèche empennée vers la gauche', DeepL: 'flèche gauche avec queue')
+ - "↣": [T: "flèche empennée droite"] # 0x21a3 (en: 'rightwards arrow with tail', MathPlayer: 'flèche empennée vers la droite', DeepL: 'flèche droite avec empennage')
+ - "↤": [T: "flèche d'un taquet gauche"] # 0x21a4 (en: 'leftwards arrow from bar', MathPlayer: 'flèche d'un taquet vers la gauche', DeepL: 'flèche vers la gauche à partir de la barre')
+ - "↥": [T: "flèche d'un taquet vers le haut"] # 0x21a5 (en: 'upwards arrow from bar')
+ - "↦": [T: "flèche d'un taquet droite"] # 0x21a6 (en: 'rightwards arrow from bar', MathPlayer: 'flèche d'un taquet vers la droite', DeepL: 'flèche vers la droite à partir d'une barre')
+ - "↧": [T: "flèche d'un taquet vers le bas"] # 0x21a7 (en: 'downwards arrow from bar')
+ - "↨": [T: "flèche haut bas sur base"] # 0x21a8 (en: 'up down arrow with base', MathPlayer: 'flèche haut-bas sur base', DeepL: 'flèche haut-bas avec base')
+ - "↩": [T: "flèche avec crochet gauche"] # 0x21a9 (en: 'leftwards arrow with hook', MathPlayer: 'flèche vers la gauche avec crochet', DeepL: 'flèche gauche avec crochet')
+ - "↪": [T: "flèche vers la droite avec crochet"] # 0x21aa (en: 'rightwards arrow with hook', SRE: 'flèche avec crochet droite')
+ - "↫": [T: "flèche vers la gauche avec boucle"] # 0x21ab (en: 'leftwards arrow with loop', SRE: 'flèche avec boucle gauche')
+ - "↬": [T: "flèche vers la droite avec boucle"] # 0x21ac (en: 'rightwards arrow with loop', SRE: 'flèche avec boucle droite')
+ - "↭": [T: "flèche ondulée bilatérale"] # 0x21ad (en: 'left right wave arrow')
+ - "↮": [T: "flèche barrée bilatérale"] # 0x21ae (en: 'left right arrow with stroke')
+ - "↯": [T: "flèche vers le bas en zigzag"] # 0x21af (en: 'downwards zigzag arrow')
+ - "↰": [T: "flèche vers le haut avec pointe vers la gauche"] # 0x21b0 (en: 'upwards arrow with tip leftwards', SRE: 'flèche vers le haut avec pointe gauche')
+ - "↱": [T: "flèche vers le haut avec pointe vers la droite"] # 0x21b1 (en: 'upwards arrow with tip rightwards', SRE: 'flèche vers le haut avec pointe droite')
+ - "↲": [T: "flèche vers le bas avec pointe vers la gauche"] # 0x21b2 (en: 'downwards arrow with tip leftwards', SRE: 'flèche vers le bas avec pointe gauche')
+ - "↳": [T: "flèche vers le bas avec pointe vers la droite"] # 0x21b3 (en: 'downwards arrow with tip rightwards', SRE: 'flèche vers le bas avec pointe droite')
+ - "↴": [T: "flèche vers la droite avec coin vers le bas"] # 0x21b4 (en: 'rightwards arrow with corner downwards', SRE: 'flèche vers le bas avec coin droit')
+ - "↵": [T: "flèche vers le bas avec coin vers la gauche"] # 0x21b5 (en: 'downwards arrow with corner leftwards', SRE: 'flèche vers le bas avec coin gauche')
+ - "↶": [T: "flèche semi circulaire en sens positif"] # 0x21b6 (en: 'anticlockwise top semicircle arrow', MathPlayer: 'flèche semi-circulaire en sens positif', DeepL: 'flèche du demi-cercle supérieur dans le sens inverse des aiguilles d'une montre')
+ - "↷": [T: "flèche semi circulaire en sens négatif"] # 0x21b7 (en: 'clockwise top semicircle arrow', MathPlayer: 'flèche semi-circulaire en sens négatif', DeepL: 'flèche du demi-cercle supérieur dans le sens des aiguilles d'une montre')
+ - "↸": [T: "flèche nord ouest vers une barre horizontale longue"] # 0x21b8 (en: 'north west arrow to long bar', MathPlayer: 'flèche nord-ouest jusqu'à une barre longue', DeepL: 'flèche nord-ouest vers la barre longue')
+ - "↹": [T: "flèche gauche vers un taquet sur flèche droite vers un taquet"] # 0x21b9 (en: 'leftwards arrow to bar over rightwards arrow to bar', MathPlayer: 'flèche vers la gauche jusqu'à un taquet par-dessus flèche vers la droite jusqu'à un taquet', DeepL: 'flèche gauche vers la barre sur flèche droite vers la barre')
+ - "↺": [T: "flèche en sens positif à cercle ouvert"] # 0x21ba (en: 'anticlockwise open circle arrow')
+ - "↻": [T: "flèche en sens négatif à cercle ouvert"] # 0x21bb (en: 'clockwise open circle arrow')
+ - "↼": [T: "harpon gauche avec dent vers le haut"] # 0x21bc (en: 'left harpoon up', MathPlayer: 'harpon vers la gauche avec dent vers le haut', DeepL: 'harpon gauche en haut')
+ - "↽": [T: "harpon gauche avec dent vers le bas"] # 0x21bd (en: 'left harpoon down', MathPlayer: 'harpon vers la gauche avec dent vers bas', DeepL: 'harpon gauche en bas')
+ - "↾": [T: "harpon vers le haut avec dent vers la droite"] # 0x21be (en: 'up harpoon right', MathPlayer: 'harpon vers le haut avec dent vers la droite', DeepL: 'harpon vers le haut à droite')
+ - "↿": [T: "harpon vers le haut avec dent vers la gauche"] # 0x21bf (en: 'up harpoon left', MathPlayer: 'harpon vers le haut avec dent vers la gauche', DeepL: 'harpon vers le haut à gauche')
+ - "⇀": [T: "harpon droit avec dent vers le haut"] # 0x21c0 (en: 'right harpoon up', MathPlayer: 'harpon vers la droite avec dent vers le haut', DeepL: 'harpon droit vers le haut')
+ - "⇁": [T: "harpon droit avec dent vers le bas"] # 0x21c1 (en: 'right harpoon down', MathPlayer: 'harpon vers la droite avec dent vers le bas', DeepL: 'à droite harpon vers le bas')
+ - "⇂": [T: "harpon vers le bas avec dent vers la droite"] # 0x21c2 (en: 'down harpoon right', MathPlayer: 'harpon vers le bas avec dent vers la droite', DeepL: 'harpon vers le bas à droite')
+ - "⇃": [T: "harpon vers le bas avec dent vers la gauche"] # 0x21c3 (en: 'down harpoon left', MathPlayer: 'harpon vers le bas avec dent vers la gauche', DeepL: 'harpon vers le bas à gauche')
+ - "⇄": [T: "flèche vers la droite par dessus flèche vers la gauche"] # 0x21c4 (en: 'rightwards arrow over leftwards arrow', MathPlayer: 'flèche vers le haut par-dessus flèche vers la gauche', DeepL: 'flèche vers la droite au-dessus de la flèche vers la gauche')
+ - "⇅": [T: "flèche vers le haut à gauche d'une flèche vers le bas"] # 0x21c5 (en: 'upwards arrow leftwards of downwards arrow')
+ - "⇆": [T: "flèche vers la gauche par dessus flèche vers la droite"] # 0x21c6 (en: 'leftwards arrow over rightwards arrow', MathPlayer: 'flèche vers la gauche par-dessus flèche vers la droite', DeepL: 'flèche vers la gauche sur flèche vers la droite')
+ - "⇇": [T: "paire de flèches vers la gauche"] # 0x21c7 (en: 'leftwards paired arrows', MathPlayer: 'paire de flèches vers la gauche', DeepL: 'flèches jumelées vers la gauche')
+ - "⇈": [T: "paire de flèches vers le haut"] # 0x21c8 (en: 'upwards paired arrows')
+ - "⇉": [T: "paire de flèches vers la droite"] # 0x21c9 (en: 'rightwards paired arrows', MathPlayer: 'paire de flèches vers la droite', DeepL: 'flèches jumelées vers la droite')
+ - "⇊": [T: "paire de flèches vers le bas"] # 0x21ca (en: 'downwards paired arrows')
+ - "⇋": [T: "harpon gauche par dessus harpon droit"] # 0x21cb (en: 'left harpoon over right harpoon', MathPlayer: 'harpon vers la gauche par-dessus harpon vers la droite', DeepL: 'harpon gauche sur harpon droit')
+ - "⇌": [T: "harpon droit par dessus harpon gauche"] # 0x21cc (en: 'right harpoon over left harpoon', MathPlayer: 'harpon vers la droite par-dessus harpon vers la gauche', DeepL: 'harpon droit sur harpon gauche')
+ - "⇍": [T: "double flèche barrée gauche"] # 0x21cd (en: 'leftwards double arrow with stroke', MathPlayer: 'double flèche barrée vers la gauche', DeepL: 'flèche double gauche avec trait')
+ - "⇎": [T: "double flèche barrée bilatérale"] # 0x21ce (en: 'left right double arrow with stroke')
+ - "⇏": [T: "double flèche barrée droite"] # 0x21cf (en: 'rightwards double arrow with stroke', MathPlayer: 'double flèche barrée vers la droite', DeepL: 'flèche double droite avec trait')
+ - "⇐": [T: "double flèche vers la gauche"] # 0x21d0 (en: 'leftwards double arrow', MathPlayer: 'double flèche vers la gauche', DeepL: 'flèche double vers la gauche')
+ - "⇑": [T: "double flèche vers le haut"] # 0x21d1 (en: 'upwards double arrow')
+ - "⇒": [T: "double flèche vers la droite"] # 0x21d2 (en: 'implies', MathPlayer: 'double flèche vers la droite', DeepL: 'implique')
+ - "⇓": [T: "double flèche vers le bas"] # 0x21d3 (en: 'downwards double arrow')
+ - "⇔": [T: "double flèche bilatérale"] # 0x21d4 (en: 'if and only if')
+ - "⇕": [T: "double flèche haut bas"] # 0x21d5 (en: 'up down double arrow', MathPlayer: 'double flèche haut-bas', DeepL: 'haut-bas double flèche')
+ - "⇖": [T: "double flèche nord ouest"] # 0x21d6 (en: 'north west double arrow', MathPlayer: 'double flèche nord-ouest', DeepL: 'flèche double nord-ouest')
+ - "⇗": [T: "double flèche nord est"] # 0x21d7 (en: 'north east double arrow', MathPlayer: 'double flèche nord-est', DeepL: 'flèche double nord-est')
+ - "⇘": [T: "double flèche sud est"] # 0x21d8 (en: 'south east double arrow', MathPlayer: 'double flèche sud-est', DeepL: 'flèche double sud-est')
+ - "⇙": [T: "double flèche sud ouest"] # 0x21d9 (en: 'south west double arrow', MathPlayer: 'double flèche sud-ouest', DeepL: 'flèche double sud-ouest')
+ - "⇚": [T: "triple flèche gauche"] # 0x21da (en: 'leftwards triple arrow', MathPlayer: 'triple flèche vers la gauche', DeepL: 'flèche triple vers la gauche')
+ - "⇛": [T: "triple flèche droite"] # 0x21db (en: 'rightwards triple arrow', MathPlayer: 'triple flèche vers la droite', DeepL: 'vers la droite triple flèche')
+ - "⇜": [T: "flèche en tire bouchon gauche"] # 0x21dc (en: 'leftwards squiggle arrow', MathPlayer: 'flèche vers la gauche en tire-bouchon', DeepL: 'flèche gribouillée vers la gauche')
+ - "⇝": [T: "flèche en tire bouchon droite"] # 0x21dd (en: 'rightwards squiggle arrow', MathPlayer: 'flèche vers la droite en tire-bouchon', DeepL: 'flèche vers la droite avec gribouillis')
+ - "⇞": [T: "flèche vers le haut avec double barre"] # 0x21de (en: 'upwards arrow with double stroke')
+ - "⇟": [T: "flèche vers le bas avec double barre"] # 0x21df (en: 'downwards arrow with double stroke')
+ - "⇠": [T: "flèche pointillée vers la gauche"] # 0x21e0 (en: 'leftwards dashed arrow', MathPlayer: 'flèche pointillée vers la gauche', DeepL: 'flèche en pointillé vers la gauche')
+ - "⇡": [T: "flèche pointillée vers le haut"] # 0x21e1 (en: 'upwards dashed arrow')
+ - "⇢": [T: "flèche pointillée vers la droite"] # 0x21e2 (en: 'rightwards dashed arrow', MathPlayer: 'flèche pointillée vers la droite', DeepL: 'flèche en pointillé vers la droite')
+ - "⇣": [T: "flèche pointillée vers le bas"] # 0x21e3 (en: 'downwards dashed arrow')
+ - "⇤": [T: "flèche gauche vers un taquet"] # 0x21e4 (en: 'leftwards arrow to bar', MathPlayer: 'flèche vers la gauche jusqu'à un taquet', DeepL: 'flèche gauche vers la barre')
+ - "⇥": [T: "flèche droite vers un taquet"] # 0x21e5 (en: 'rightwards arrow to bar', MathPlayer: 'flèche vers la droite jusqu'à un taquet', DeepL: 'flèche vers la droite jusqu'à la barre')
+ - "⇦": [T: "flèche blanche vers la gauche"] # 0x21e6 (en: 'leftwards white arrow', SRE: 'flèche blanche gauche')
+ - "⇧": [T: "flèche blanche vers le haut"] # 0x21e7 (en: 'upwards white arrow')
+ - "⇨": [T: "flèche blanche vers la droite"] # 0x21e8 (en: 'rightwards white arrow', SRE: 'flèche blanche droite')
+ - "⇩": [T: "flèche blanche vers le bas"] # 0x21e9 (en: 'downwards white arrow')
+ - "⇪": [T: "flèche blanche vers le haut à partir d'un taquet"] # 0x21ea (en: 'upwards white arrow from bar')
+ - "⇫": [T: "flèche blanche vers le haut sur socle"] # 0x21eb (en: 'upwards white arrow on pedestal', DeepL: 'flèche blanche vers le haut sur un socle')
+ - "⇬": [T: "flèche blanche vers le haut sur socle et trait horizontal"] # 0x21ec (en: 'upwards white arrow on pedestal with horizontal bar', DeepL: 'flèche blanche vers le haut sur socle avec barre horizontale')
+ - "⇭": [T: "flèche blanche vers le haut sur socle et barre verticale"] # 0x21ed (en: 'upwards white arrow on pedestal with vertical bar', DeepL: 'flèche blanche vers le haut sur un socle avec une barre verticale')
+ - "⇮": [T: "double flèche blanche vers le haut"] # 0x21ee (en: 'upwards white double arrow', DeepL: 'flèche double blanche vers le haut')
+ - "⇯": [T: "double flèche blanche vers le haut sur socle"] # 0x21ef (en: 'upwards white double arrow on pedestal', DeepL: 'double flèche blanche vers le haut sur un socle')
+ - "⇰": [T: "flèche blanche vers la droite appuyée sur mur"] # 0x21f0 (en: 'rightwards white arrow from wall', DeepL: 'vers la droite flèche blanche du mur')
+ - "⇱": [T: "flèche nord ouest en encoignure"] # 0x21f1 (en: 'north west arrow to corner', DeepL: 'flèche nord-ouest à l'angle')
+ - "⇲": [T: "flèche sud est en encoignure"] # 0x21f2 (en: 'south east arrow to corner', DeepL: 'flèche sud-est vers le coin')
+ - "⇳": [T: "flèche blanche vers le haut et le bas"] # 0x21f3 (en: 'up down white arrow', DeepL: 'flèche blanche haut-bas')
+ - "⇴": [T: "flèche vers la droite à petit cercle"] # 0x21f4 (en: 'right arrow with small circle', DeepL: 'flèche droite avec petit cercle')
+ - "⇵": [T: "flèche vers le bas à gauche d'une flèche vers le haut"] # 0x21f5 (en: 'downwards arrow leftwards of upwards arrow')
+ - "⇶": [T: "trois flèches vers la droite"] # 0x21f6 (en: 'three rightwards arrows')
+ - "⇷": [T: "flèche vers la gauche barrée verticalement"] # 0x21f7 (en: 'leftwards arrow with vertical stroke', DeepL: 'flèche vers la gauche avec trait vertical')
+ - "⇸": [T: "flèche vers la droite barrée verticalement"] # 0x21f8 (en: 'rightwards arrow with vertical stroke', DeepL: 'flèche vers la droite avec trait vertical')
+ - "⇹": [T: "flèche vers la droite et la gauche barrée verticalement"] # 0x21f9 (en: 'left right arrow with vertical stroke', DeepL: 'flèche gauche droite avec trait vertical')
+ - "⇺": [T: "flèche vers la gauche barrée deux fois verticalement"] # 0x21fa (en: 'leftwards arrow with double vertical stroke', DeepL: 'flèche vers la gauche avec double trait vertical')
+ - "⇻": [T: "flèche vers la droite barrée deux fois verticalement"] # 0x21fb (en: 'rightwards arrow with double vertical stroke', DeepL: 'flèche vers la droite avec double trait vertical')
+ - "⇼": [T: "flèche bilatérale barrée deux fois verticalement"] # 0x21fc (en: 'left right arrow with double vertical stroke', DeepL: 'flèche gauche droite avec double trait vertical')
+ - "⇽": [T: "flèche à tête creuse vers la gauche"] # 0x21fd (en: 'leftwards open headed arrow', MathPlayer: 'flèche à tête creuse vers la gauche', DeepL: 'flèche ouverte vers la gauche')
+ - "⇾": [T: "flèche à tête creuse vers la droite"] # 0x21fe (en: 'rightwards open headed arrow', MathPlayer: 'flèche à tête creuse vers la droite', DeepL: 'flèche ouverte vers la droite')
+ - "⇿": [T: "flèche à tête creuse bilatérale"] # 0x21ff (en: 'left right open headed arrow')
+ - "∀": [T: "pour tous"] # 0x2200 (en: 'for all')
- "∁": # 0x2201
- test:
if: "$Verbosity!='Terse'"
- then: [t: "le"] # (en: 'the', DeepL translation)
- - t: "complément" # (en: 'complement of')
- - "∃": [t: "il existe"] # 0x2203 (en: 'there exists')
- - "∄": [t: "il n'existe pas"] # 0x2204 (en: 'there does not exist')
- - "∅": [t: "ensemble vide"] # 0x2205 (en: 'empty set')
- - "∇": [t: "nabla"] # 0x2207 (en: 'nahblah', DeepL: 'nahblah')
- - "∋": [t: "contient comme élément"] # 0x220b (en: 'contains the member')
- - "∌": [t: "ne contient pas comme élément"] # 0x220c (en: 'does not contain the member')
- - "∍": [t: "contient comme élément"] # 0x220d (en: 'contains the member')
- - "∎": [t: "ce qu'il fallait démontrer"] # 0x220e (en: 'end of proof')
- - "∏": [t: "produit"] # 0x220f (en: 'product')
- - "∐": [t: "coproduit"] # 0x2210 (en: 'coproduct')
- - "∑": [t: "sommation"] # 0x2211 (en: 'sum')
- - "−": [t: "moins"] # 0x2212 (en: 'minus')
- - "∓": [t: "moins ou plus"] # 0x2213 (en: 'minus or plus', MathPlayer: 'moins-ou-plus')
- - "∔": [t: "plus pointé"] # 0x2214 (en: 'dot plus')
- - "∕": [t: "division"] # 0x2215 (en: 'divided by')
- - "∖": [t: "différence d'ensembles"] # 0x2216 (en: 'set minus')
- - "∗": [t: "opérateur astérisque"] # 0x2217 (en: 'times')
- - "∘": [t: "opérateur rond"] # 0x2218 (en: 'composed with')
+ then: [T: "le"] # (en: 'the', DeepL translation)
+ - T: "complément" # (en: 'complement of')
+ - "∂": # 0x2202
+ - test:
+ if: "$Verbosity='Terse'"
+ then: [T: "partielle"] # (en: 'partial', DeepL translation)
+ else: [T: "dérivée partielle"] # (en: 'partial derivative', DeepL: 'dérivé partiel')
+ - "∃": [T: "il existe"] # 0x2203 (en: 'there exists')
+ - "∄": [T: "il n'existe pas"] # 0x2204 (en: 'there does not exist')
+ - "∅": [T: "ensemble vide"] # 0x2205 (en: 'empty set')
+ - "∆": # 0x2206
+ - test:
+ if: "following-sibling::*"
+ then_test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "le lahplahsien de"] # "LahPlahsian" sounds better than "laplacian" in speech engines tested (en: 'the LahPlahsian of', DeepL translation)
+ else: [T: "incrément"] # (en: 'LahPlahsian')
+ else: [T: "incrément"] # (en: 'LahPlahsian')
+
+ - "∇": [T: "nabla"] # 0x2207 (en: 'nahblah', DeepL: 'nahblah')
+ - "∉": # 0x2209
+ # rule is identical to 0x2208
+ - test:
+ if: "$SpeechStyle != 'ClearSpeak'"
+ then: [T: "n'est pas un élément de"] # (en: 'is not an element of', DeepL translation)
+ # Several options for speaking elements in ClearSpeak -- they split between being inside a set or not and then the option
+ else_test:
+ if: "../../self::m:set or ../../../self::m:set" # inside a set
+ then_test:
+ - if: $ClearSpeak_SetMemberSymbol = 'Auto' or $ClearSpeak_SetMemberSymbol = 'In'
+ then: [T: "pas dans"] # (en: 'not in', DeepL translation)
+ - else_if: $ClearSpeak_SetMemberSymbol = 'Member'
+ then: [T: "pas membre de"] # (en: 'not member of', DeepL translation)
+ - else_if: $ClearSpeak_SetMemberSymbol = 'Element'
+ then: [T: "pas élément de"] # (en: 'not element of', DeepL translation)
+ - else: [T: "n'appartient pas à"] # $ClearSpeak_SetMemberSymbol = 'Belongs' (en: 'not belonging to')
+ else_test:
+ - if: $ClearSpeak_SetMemberSymbol = 'Auto' or $ClearSpeak_SetMemberSymbol = 'Member'
+ then: [T: "n'est pas membre de"] # (en: 'is not a member of', DeepL translation)
+ - else_if: $ClearSpeak_SetMemberSymbol = 'Element'
+ then: [T: "n'est pas un élément de"] # (en: 'is not an element of', DeepL translation)
+ - else_if: $ClearSpeak_SetMemberSymbol = 'In'
+ then: [T: "n'est pas dans"] # (en: 'is not in', DeepL translation)
+ - else: [T: "n'appartient pas à"] # $ClearSpeak_SetMemberSymbol = 'Belongs' (en: 'does not belong to')
+ - "∊": # 0x220a
+ - test:
+ if: "$SpeechStyle != 'ClearSpeak'"
+ then:
+ - test:
+ if: "$Verbosity!='Terse' and not(parent::m:set)" # "the set x is an element of ..." sounds bad
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "appartient à" # (en: 'an element of')
+ # Several options for speaking elements in ClearSpeak -- they split between being inside a set or not and then the option
+ else_test:
+ if: "../../self::m:set or ../../../self::m:set" # inside a set
+ then_test:
+ - if: $ClearSpeak_SetMemberSymbol = 'Auto' or $ClearSpeak_SetMemberSymbol = 'In'
+ then: [T: "en"] # (en: 'in', DeepL translation)
+ - else_if: $ClearSpeak_SetMemberSymbol = 'Member'
+ then: [T: "membre de"] # (en: 'member of', DeepL translation)
+ - else_if: $ClearSpeak_SetMemberSymbol = 'Element'
+ then: [T: "élément de"] # (en: 'element of', DeepL translation)
+ - else: [T: "appartient à"] # $ClearSpeak_SetMemberSymbol = 'Belongs' (en: 'belonging to')
+ else_test:
+ - if: $ClearSpeak_SetMemberSymbol = 'Auto' or $ClearSpeak_SetMemberSymbol = 'Member'
+ then: [T: "est un membre de"] # (en: 'is a member of', DeepL translation)
+ - else_if: $ClearSpeak_SetMemberSymbol = 'Element'
+ then: [T: "est un élément de"] # (en: 'is an element of', DeepL translation)
+ - else_if: $ClearSpeak_SetMemberSymbol = 'In'
+ then: [T: "est dans"] # (en: 'is in', DeepL translation)
+ - else: [T: "appartient à"] # $ClearSpeak_SetMemberSymbol = 'Belongs' (en: 'belongs to')
+ - "∋": [T: "contient comme élément"] # 0x220b (en: 'contains the member')
+ - "∌": [T: "ne contient pas comme élément"] # 0x220c (en: 'does not contain the member')
+ - "∍": [T: "contient comme élément"] # 0x220d (en: 'contains the member')
+ - "∎": [T: "ce qu'il fallait démontrer"] # 0x220e (en: 'end of proof')
+ - "∏": [T: "produit"] # 0x220f (en: 'product')
+ - "∐": [T: "coproduit"] # 0x2210 (en: 'coproduct')
+ - "∑": [T: "sommation"] # 0x2211 (en: 'sum')
+ - "−": [T: "moins"] # 0x2212 (en: 'minus')
+ - "∓": [T: "moins ou plus"] # 0x2213 (en: 'minus or plus', MathPlayer: 'moins-ou-plus')
+ - "∔": [T: "plus pointé"] # 0x2214 (en: 'dot plus')
+ - "∕": [T: "division"] # 0x2215 (en: 'divided by')
+ - "∖": [T: "différence d'ensembles"] # 0x2216 (en: 'set minus')
+ - "∗": [T: "opérateur astérisque"] # 0x2217 (en: 'times')
+ - "∘": [T: "opérateur rond"] # 0x2218 (en: 'composed with')
- "∙": # 0x2219
- test:
if: "@data-chem-formula-op"
- then: [t: "point"] # (en: 'dot', DeepL translation)
- else: [t: "point médian"] # (en: 'times')
+ then: [T: "point"] # (en: 'dot', DeepL translation)
+ else: [T: "fois"] # (en: 'times')
+ - "√": # 0x221a
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "la"] # (en: 'the', DeepL translation)
+ - T: "racine carrée" # (en: 'square root of')
- "∛": # 0x221b
- test:
if: "$Verbosity!='Terse'"
- then: [t: "le"] # (en: 'the', DeepL translation)
- - t: "racine cubique" # (en: 'cube root of')
+ then: [T: "la"] # (en: 'the', DeepL translation)
+ - T: "racine cubique" # (en: 'cube root of')
- "∜": # 0x221c
- test:
if: "$Verbosity!='Terse'"
- then: [t: "le"] # (en: 'the', DeepL translation)
- - t: "racine quatrième" # (en: 'fourth root of')
- - "∞": [t: "infini"] # 0x221e (en: 'infinity')
- - "∟": [t: "angle droit"] # 0x221f (en: 'right angle')
- - "∠": [t: "angle"] # 0x2220
- - "∡": [t: "angle mesuré"] # 0x2221 (en: 'measured angle')
- - "∢": [t: "angle sphérique"] # 0x2222 (en: 'spherical angle')
- - "∣": [t: "est un diviseur de"] # 0x2223 (en: 'divides')
- - "∤": [t: "n'est pas un diviseur de"] # 0x2224 (en: 'does not divide')
- - "∧": [t: "et logique"] # 0x2227 (en: 'and')
- - "∨": [t: "ou logique"] # 0x2228 (en: 'or')
- - "∩": [t: "\uF8FEintersection"] # 0x2229
- - "∪": [t: "\uF8FEunion"] # 0x222a
- - "∫": [t: "\uF8FEintégrale"] # 0x222b (en: 'integral')
- - "∬": [t: "\uF8FEintégrale double"] # 0x222c (en: 'double integral')
- - "∭": [t: "\uF8FEintégrale triple"] # 0x222d (en: 'triple integral')
- - "∮": [t: "\uF8FEintégrale de contour"] # 0x222e (en: 'contour integral')
- - "∯": [t: "\uF8FEintégrale de surface"] # 0x222f (en: 'surface integral')
- - "∰": [t: "\uF8FEintégrale de volume"] # 0x2230 (en: 'volume integral')
- - "∱": [t: "\uF8FEintégrale en sens négatif"] # 0x2231 (en: 'clockwise integral')
- - "∲": [t: "\uF8FEintégrale de contour en sens négatif"] # 0x2232 (en: 'clockwise contour integral')
- - "∳": [t: "\uF8FEintégrale de contour en sens positif"] # 0x2233 (en: 'anticlockwise contour integral')
- - "∴": [t: "par conséquent"] # 0x2234 (en: 'therefore')
- - "∵": [t: "parce que"] # 0x2235 (en: 'because')
- - "∷": [t: "proportion"] # 0x2237 (en: 'as')
- - "∸": [t: "moins pointé"] # 0x2238 (en: 'dot minus')
- - "∹": [t: "excès"] # 0x2239 (en: 'has excess compared to')
+ then: [T: "la"] # (en: 'the', DeepL translation)
+ - T: "racine quatrième" # (en: 'fourth root of')
+ - "∝": # 0x221d
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "proportionnel à" # (en: 'proportional to')
+ - "∞": [T: "infini"] # 0x221e (en: 'infinity')
+ - "∟": [T: "angle droit"] # 0x221f (en: 'right angle')
+ - "∠": [T: "angle"] # 0x2220
+ - "∡": [T: "angle mesuré"] # 0x2221 (en: 'measured angle')
+ - "∢": [T: "angle sphérique"] # 0x2222 (en: 'spherical angle')
+ - "∣": [T: "est un diviseur de"] # 0x2223 (en: 'divides')
+ - "∤": [T: "n'est pas un diviseur de"] # 0x2224 (en: 'does not divide')
+ - "∧": [T: "et logique"] # 0x2227 (en: 'and')
+ - "∨": [T: "ou logique"] # 0x2228 (en: 'or')
+ - "∩": [T: "\uF8FEintersection"] # 0x2229
+ - "∪": [T: "\uF8FEunion"] # 0x222a
+ - "∫": [T: "\uF8FEintégrale"] # 0x222b (en: 'integral')
+ - "∬": [T: "\uF8FEintégrale double"] # 0x222c (en: 'double integral')
+ - "∭": [T: "\uF8FEintégrale triple"] # 0x222d (en: 'triple integral')
+ - "∮": [T: "\uF8FEintégrale de contour"] # 0x222e (en: 'contour integral')
+ - "∯": [T: "\uF8FEintégrale de surface"] # 0x222f (en: 'surface integral')
+ - "∰": [T: "\uF8FEintégrale de volume"] # 0x2230 (en: 'volume integral')
+ - "∱": [T: "\uF8FEintégrale en sens horaire"] # 0x2231 (en: 'clockwise integral')
+ - "∲": [T: "\uF8FEintégrale de contour en sens horaire"] # 0x2232 (en: 'clockwise contour integral')
+ - "∳": [T: "\uF8FEintégrale de contour en sens antihoraire"] # 0x2233 (en: 'anticlockwise contour integral')
+ - "∴": [T: "par conséquent"] # 0x2234 (en: 'therefore')
+ - "∵": [T: "parce que"] # 0x2235 (en: 'because')
+ - "∶": # 0x2236
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "rapport" # (en: 'to')
+ - "∷": [T: "proportion"] # 0x2237 (en: 'as')
+ - "∸": [T: "moins pointé"] # 0x2238 (en: 'dot minus')
+ - "∹": [T: "excès"] # 0x2239 (en: 'has excess compared to')
- "∺": # 0x223a
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "proportion géométrique" # (en: 'geometrically proportional to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "proportion géométrique" # (en: 'geometrically proportional to')
- "∻": # 0x223b
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "homothétique" # (en: 'homothetic to')
- - "∼": [t: "opérateur tilde"] # 0x223c (en: 'varies with')
- - "∽": [t: "opérateur tilde renversé"] # 0x223d (en: 'reversed tilde')
- - "∿": [t: "sinusoïde"] # 0x223f (en: 'sine wave')
- - "≀": [t: "produit couronne"] # 0x2240 (en: 'wreath product')
- - "≁": [t: "non tilde"] # 0x2241 (en: 'not tilde')
- - "≂": [t: "moins tilde"] # 0x2242 (en: 'minus tilde')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "homothétique" # (en: 'homothetic to')
+ - "∼": [T: "opérateur tilde"] # 0x223c (en: 'varies with')
+ - "∽": [T: "opérateur tilde renversé"] # 0x223d (en: 'reversed tilde')
+ - "∾": # 0x223e
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "s couché renversé" # (en: 'most positive')
+ - "∿": [T: "sinusoïde"] # 0x223f (en: 'sine wave')
+ - "≀": [T: "produit couronne"] # 0x2240 (en: 'wreath product')
+ - "≁": [T: "non tilde"] # 0x2241 (en: 'not tilde')
+ - "≂": [T: "moins tilde"] # 0x2242 (en: 'minus tilde')
- "≃": # 0x2243
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "asymptotiquement égal à" # (en: 'asymptotically equal to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "asymptotiquement égal à" # (en: 'asymptotically equal to')
- "≄": # 0x2244
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "non asymptotiquement égal à" # (en: 'not asymptotically equal to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "non asymptotiquement égal à" # (en: 'not asymptotically equal to')
- "≅": # 0x2245
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "approximativement égal à" # (en: 'congruent to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "approximativement égal à" # (en: 'congruent to')
- "≆": # 0x2246
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "approximativement mais non strictement égal à" # (en: 'approximately but not actually equal to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "approximativement mais non strictement égal à" # (en: 'approximately but not actually equal to')
- "≇": # 0x2247
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "ni approximativement ni strictement égal à" # (en: 'not congruent to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "ni approximativement ni strictement égal à" # (en: 'not congruent to')
- "≈": # 0x2248
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "presque égal à" # (en: 'approximately equal to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "presque égal à" # (en: 'approximately equal to')
- "≉": # 0x2249
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "non presque égal à" # (en: 'not approximately equal to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "non presque égal à" # (en: 'not approximately equal to')
- "≊": # 0x224a
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "presque égal ou égal à" # (en: 'approximately equal or equal to')
- - "≋": [t: "triple tilde"] # 0x224b
- - "≌": [t: "entièrement égal à"] # 0x224c (en: 'are all equal to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "presque égal ou égal à" # (en: 'approximately equal or equal to')
+ - "≋": [T: "triple tilde"] # 0x224b
+ - "≌": [T: "entièrement égal à"] # 0x224c (en: 'are all equal to')
- "≍": # 0x224d
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "équivalent à" # (en: 'equivalent to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "équivalent à" # (en: 'equivalent to')
- "≎": # 0x224e
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "géométriquement équivalent à" # (en: 'geometrically equivalent to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "géométriquement équivalent à" # (en: 'geometrically equivalent to')
- "≏": # 0x224f
- test:
if: "$Verbosity!='Terse'"
- then: [t: "le"] # (en: 'the', DeepL translation)
- - t: "différence entre" # (en: 'difference between')
- - "≐": [t: "tend vers la limite"] # 0x2250 (en: 'approaches the limit')
+ then: [T: "la"] # (en: 'the', DeepL translation)
+ - T: "différence entre" # (en: 'difference between')
+ - "≐": [T: "tend vers la limite"] # 0x2250 (en: 'approaches the limit')
- "≑": # 0x2251
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "géométriquement égal à" # (en: 'geometrically equal to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "géométriquement égal à" # (en: 'geometrically equal to')
- "≒": # 0x2252
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "approximativement égal à ou image de" # (en: 'approximately equal to or the image of')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "approximativement égal à ou image de" # (en: 'approximately equal to or the image of')
- "≓": # 0x2253
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est le"] # (en: 'is the', DeepL translation)
- - t: "image de ou approximativement égal à" # (en: 'image of or approximately equal to')
- - "≔": [t: "deux-points égal"] # 0x2254 (en: 'colon equals', SRE: 'deux points égal')
- - "≕": [t: "égal deux points"] # 0x2255 (en: 'equals colon', MathPlayer: 'égal deux-points', DeepL: 'égal colon')
- - "≖": [t: "rond dans égal"] # 0x2256 (en: 'ring in equal to')
+ then: [T: "est l'"] # (en: 'is the', DeepL translation)
+ - T: "\uF8FEimage de ou approximativement égal à" # (en: 'image of or approximately equal to')
+ - "≔": [T: "deux-points égal"] # 0x2254 (en: 'colon equals', SRE: 'deux points égal')
+ - "≕": [T: "égal deux points"] # 0x2255 (en: 'equals colon', MathPlayer: 'égal deux-points', DeepL: 'égal colon')
+ - "≖": [T: "rond dans égal"] # 0x2256 (en: 'ring in equal to')
- "≗": # 0x2257
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "égal avec rond en chef" # (en: 'approximately equal to')
- - "≘": [t: "correspond à"] # 0x2258 (en: 'corresponds to')
- - "≙": [t: "estime"] # 0x2259 (en: 'estimates')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "égal avec rond en chef" # (en: 'approximately equal to')
+ - "≘": [T: "correspond à"] # 0x2258 (en: 'corresponds to')
+ - "≙": [T: "estime"] # 0x2259 (en: 'estimates')
- "≚": # 0x225a
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "équiangulaire à" # (en: 'equiangular to')
- - "≛": [t: "égal avec étoile en chef"] # 0x225b (en: 'star equals')
- - "≜": [t: "égal delta"] # 0x225c (en: 'delta equals')
- - "≝": [t: "égal par définition à"] # 0x225d (en: 'is defined to be')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "équiangulaire à" # (en: 'equiangular to')
+ - "≛": [T: "égal avec étoile en chef"] # 0x225b (en: 'star equals')
+ - "≜": [T: "égal delta"] # 0x225c (en: 'delta equals')
+ - "≝": [T: "égal par définition à"] # 0x225d (en: 'is defined to be')
- "≞": # 0x225e
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "mesuré par" # (en: 'measured by')
- - "≟": [t: "égalité en doute"] # 0x225f (en: 'has an unknown relationship with')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "mesuré par" # (en: 'measured by')
+ - "≟": [T: "égalité en doute"] # 0x225f (en: 'has an unknown relationship with')
+ - "≠": # 0x2260
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "pas égal à" # (en: 'not equal to')
+ - "≡": # 0x2261
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "identique à" # (en: 'identical to')
- "≢": # 0x2262
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "non identique à" # (en: 'not identical to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "non identique à" # (en: 'not identical to')
- "≣": # 0x2263
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "strictement équivalent à" # (en: 'strictly equivalent to')
- - "≦": [t: "plus petit que par dessus égal à"] # 0x2266 (en: 'less than over equal to', MathPlayer: 'plus petit que par-dessus égal à', DeepL: 'inférieur à égal à')
- - "≧": [t: "plus grand que par dessus égal à"] # 0x2267 (en: 'greater than over equal to', MathPlayer: 'plus grand que par-dessus égal à', DeepL: 'plus grand que sur égal à')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "strictement équivalent à" # (en: 'strictly equivalent to')
+ - "≦": [T: "inférieur à sur égal à"] # 0x2266 (en: 'less than over equal to', MathPlayer: 'plus petit que par-dessus égal à', DeepL: 'inférieur à égal à')
+ - "≧": [T: "supérieur à sur égal à"] # 0x2267 (en: 'greater than over equal to', MathPlayer: 'plus grand que par-dessus égal à', DeepL: 'plus grand que sur égal à')
- "≨": # 0x2268
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "plus petit mais pas égal à" # (en: 'less than but not equal to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "inférieur mais pas égal à" # (en: 'less than but not equal to')
- "≩": # 0x2269
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "plus grand mais pas égal à" # (en: 'greater than but not equal to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "supérieur mais pas égal à" # (en: 'greater than but not equal to')
- "≪": # 0x226a
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "beaucoup plus petit que" # (en: 'much less than')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "très inférieur à" # (en: 'much less than')
- "≫": # 0x226b
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "beaucoup plus grand que" # (en: 'much greater than')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "très supérieur à" # (en: 'much greater than')
- "≬": # 0x226c
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "entre" # (en: 'between')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "entre" # (en: 'between')
- "≭": # 0x226d
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "non équivalent à" # (en: 'not equivalent to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "non équivalent à" # (en: 'not equivalent to')
- "≮": # 0x226e
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "pas plus petit que" # (en: 'not less than')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "pas inférieur à" # (en: 'not less than')
- "≯": # 0x226f
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "pas plus grand que" # (en: 'not greater than')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "pas supérieur à" # (en: 'not greater than')
- "≰": # 0x2270
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "ni plus petit ni égal à" # (en: 'neither less than nor equal to')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "ni inférieur ni égal à" # (en: 'neither less than nor equal to')
- "≱": # 0x2271
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "ni plus grand ni égal à" # (en: 'neither greater than nor equal to')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "ni supérieur ni égal à" # (en: 'neither greater than nor equal to')
- "≲": # 0x2272
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "plus petit ou équivalent à" # (en: 'less than or equivalent to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "inférieur ou équivalent à" # (en: 'less than or equivalent to')
- "≳": # 0x2273
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "plus grand ou équivalent à" # (en: 'greater than or equivalent to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "supérieur ou équivalent à" # (en: 'greater than or equivalent to')
- "≴": # 0x2274
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "ni plus petit ni équivalent à" # (en: 'neither less than nor equivalent to')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "ni inférieur ni équivalent à" # (en: 'neither less than nor equivalent to')
- "≵": # 0x2275
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "ni plus grand ni équivalent à" # (en: 'neither greater than nor equivalent to')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "ni supérieur ni équivalent à" # (en: 'neither greater than nor equivalent to')
- "≶": # 0x2276
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "plus petit ou plus grand que" # (en: 'less than or greater than')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "inférieur ou supérieur à" # (en: 'less than or greater than')
- "≷": # 0x2277
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "plus grand ou plus petit que" # (en: 'greater than or less than')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "supérieur ou inférieur à" # (en: 'greater than or less than')
- "≸": # 0x2278
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "ni plus petit ni plus grand que" # (en: 'neither less than nor greater than')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "ni inférieur ni supérieur à" # (en: 'neither less than nor greater than')
- "≹": # 0x2279
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "ni plus grand ni plus petit que" # (en: 'neither greater than nor less than')
- - "≺": [t: "précède"] # 0x227a (en: 'precedes')
- - "≻": [t: "suit"] # 0x227b (en: 'succeeds')
- - "≼": [t: "précède ou est égal à"] # 0x227c (en: 'precedes or is equal to')
- - "≽": [t: "suit ou est égal à"] # 0x227d (en: 'succeeds or is equal to')
- - "≾": [t: "précède ou est équivalent à"] # 0x227e (en: 'precedes or is equivalent to')
- - "≿": [t: "suit ou est équivalent à"] # 0x227f (en: 'succeeds or is equivalent to')
- - "⊀": [t: "ne précède pas"] # 0x2280 (en: 'does not precede')
- - "⊁": [t: "ne suit pas"] # 0x2281 (en: 'does not succeed')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "ni supérieur ni inférieur à" # (en: 'neither greater than nor less than')
+ - "≺": [T: "précède"] # 0x227a (en: 'precedes')
+ - "≻": [T: "suit"] # 0x227b (en: 'succeeds')
+ - "≼": [T: "précède ou est égal à"] # 0x227c (en: 'precedes or is equal to')
+ - "≽": [T: "suit ou est égal à"] # 0x227d (en: 'succeeds or is equal to')
+ - "≾": [T: "précède ou est équivalent à"] # 0x227e (en: 'precedes or is equivalent to')
+ - "≿": [T: "suit ou est équivalent à"] # 0x227f (en: 'succeeds or is equivalent to')
+ - "⊀": [T: "ne précède pas"] # 0x2280 (en: 'does not precede')
+ - "⊁": [T: "ne suit pas"] # 0x2281 (en: 'does not succeed')
+ - "⊂": # 0x2282
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "est un"] # (en: 'is a', DeepL translation)
+ - T: "sous-ensemble de" # (en: 'subset of', SRE: 'sous ensemble de')
+ - "⊃": # 0x2283
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "est un"] # (en: 'is a', DeepL translation)
+ - T: "sur-ensemble de" # (en: 'superset of', SRE: 'sur ensemble de')
+ - "⊄": # 0x2284
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "pas un sous-ensemble de" # (en: 'not a subset of', SRE: 'pas un sous ensemble de')
+ - "⊅": # 0x2285
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "pas un sur-ensemble de" # (en: 'not a superset of', SRE: 'pas un sur ensemble de')
+ - "⊆": # 0x2286
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "est un"] # (en: 'is a', DeepL translation)
+ - T: "sous ensemble de ou égal à" # (en: 'subset of or equal to', MathPlayer: 'sous-ensemble ou égal à', DeepL: 'sous-ensemble de ou égal à')
+ - "⊇": # 0x2287
+ - test:
+ if: "$Verbosity!='Terse'"
+ then: [T: "est un"] # (en: 'is a', DeepL translation)
+ - T: "sur ensemble de ou égal à" # (en: 'superset of or equal to', MathPlayer: 'sur-ensemble ou égal à', DeepL: 'superposé ou égal à')
- "⊈": # 0x2288
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "ni un sous ensemble ni égal à" # (en: 'neither a subset of nor equal to', MathPlayer: 'ni un sous-ensemble ni égal à', DeepL: 'ni un sous-ensemble de ni égal à')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "ni un sous ensemble de ni égal à" # (en: 'neither a subset of nor equal to', MathPlayer: 'ni un sous-ensemble ni égal à', DeepL: 'ni un sous-ensemble de ni égal à')
- "⊉": # 0x2289
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "ni un sur ensemble ni égal à" # (en: 'neither a superset of nor equal to', MathPlayer: 'ni un sur-ensemble ni égal à', DeepL: 'ni un surensemble de, ni égal à')
- - "⊊": [t: "sous ensemble mais pas égal à"] # 0x228a (en: 'subset of with not equal to', MathPlayer: 'sous-ensemble mais pas égal à', DeepL: 'sous-ensemble de avec non égal à')
- - "⊋": [t: "sur ensemble mais pas égal à"] # 0x228b (en: 'superset of with not equal to', MathPlayer: 'sur-ensemble mais pas égal à', DeepL: 'superposition de avec non égal à')
- - "⊌": [t: "multiensemble"] # 0x228c (en: 'multiset')
- - "⊍": [t: "multiplication de multiensemble"] # 0x228d (en: 'multiset multiplication')
- - "⊎": [t: "union de multiensemble"] # 0x228e (en: 'multiset union')
- - "⊏": [t: "image carrée de"] # 0x228f (en: 'square image of')
- - "⊐": [t: "original carré de"] # 0x2290 (en: 'square original of')
- - "⊑": [t: "image carrée ou égal à"] # 0x2291 (en: 'square image of or equal to')
- - "⊒": [t: "original carré ou égal à"] # 0x2292 (en: 'square original of or equal to')
- - "⊓": [t: "chapeau carré"] # 0x2293 (en: 'square cap')
- - "⊔": [t: "coupe carrée"] # 0x2294 (en: 'square cup')
- - "⊕": [t: "plus cerclé"] # 0x2295 (en: 'circled plus')
- - "⊖": [t: "moins cerclé"] # 0x2296 (en: 'circled minus')
- - "⊗": [t: "multiplié par cerclé"] # 0x2297 (en: 'circled times')
- - "⊘": [t: "barre oblique de division cerclée"] # 0x2298 (en: 'circled slash')
- - "⊙": [t: "opérateur point cerclé"] # 0x2299 (en: 'circled dot operator')
- - "⊚": [t: "opérateur rond cerclé"] # 0x229a (en: 'circled ring')
- - "⊛": [t: "opérateur astérisque cerclé"] # 0x229b (en: 'circled asterisk')
- - "⊜": [t: "égal cerclé"] # 0x229c (en: 'circled equals')
- - "⊝": [t: "tiret cerclé"] # 0x229d (en: 'circled dash')
- - "⊞": [t: "plus encadré"] # 0x229e (en: 'squared plus')
- - "⊟": [t: "moins encadré"] # 0x229f (en: 'squared minus')
- - "⊠": [t: "multiplié par encadré"] # 0x22a0 (en: 'squared times')
- - "⊡": [t: "opérateur point encadré"] # 0x22a1 (en: 'squared dot operator')
- - "⊢": [t: "taquet droit"] # 0x22a2 (en: 'proves')
- - "⊣": [t: "taquet gauche"] # 0x22a3 (en: 'does not yield')
- - "⊤": [t: "taquet vers le bas"] # 0x22a4 (en: 'top')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "ni un sur ensemble de ni égal à" # (en: 'neither a superset of nor equal to', MathPlayer: 'ni un sur-ensemble ni égal à', DeepL: 'ni un surensemble de, ni égal à')
+ - "⊊": [T: "sous ensemble de mais pas égal à"] # 0x228a (en: 'subset of with not equal to', MathPlayer: 'sous-ensemble mais pas égal à', DeepL: 'sous-ensemble de avec non égal à')
+ - "⊋": [T: "sur ensemble de mais pas égal à"] # 0x228b (en: 'superset of with not equal to', MathPlayer: 'sur-ensemble mais pas égal à', DeepL: 'superposition de avec non égal à')
+ - "⊌": [T: "multiensemble"] # 0x228c (en: 'multiset')
+ - "⊍": [T: "multiplication de multiensemble"] # 0x228d (en: 'multiset multiplication')
+ - "⊎": [T: "union de multiensemble"] # 0x228e (en: 'multiset union')
+ - "⊏": [T: "image carrée de"] # 0x228f (en: 'square image of')
+ - "⊐": [T: "original carré de"] # 0x2290 (en: 'square original of')
+ - "⊑": [T: "image carrée de ou égal à"] # 0x2291 (en: 'square image of or equal to')
+ - "⊒": [T: "original carré de ou égal à"] # 0x2292 (en: 'square original of or equal to')
+ - "⊓": [T: "chapeau carré"] # 0x2293 (en: 'square cap')
+ - "⊔": [T: "coupe carrée"] # 0x2294 (en: 'square cup')
+ - "⊕": [T: "plus cerclé"] # 0x2295 (en: 'circled plus')
+ - "⊖": [T: "moins cerclé"] # 0x2296 (en: 'circled minus')
+ - "⊗": [T: "multiplié par cerclé"] # 0x2297 (en: 'circled times')
+ - "⊘": [T: "barre oblique de division cerclée"] # 0x2298 (en: 'circled slash')
+ - "⊙": [T: "opérateur point cerclé"] # 0x2299 (en: 'circled dot operator')
+ - "⊚": [T: "opérateur rond cerclé"] # 0x229a (en: 'circled ring')
+ - "⊛": [T: "opérateur astérisque cerclé"] # 0x229b (en: 'circled asterisk')
+ - "⊜": [T: "égal cerclé"] # 0x229c (en: 'circled equals')
+ - "⊝": [T: "tiret cerclé"] # 0x229d (en: 'circled dash')
+ - "⊞": [T: "plus encadré"] # 0x229e (en: 'squared plus')
+ - "⊟": [T: "moins encadré"] # 0x229f (en: 'squared minus')
+ - "⊠": [T: "multiplié par encadré"] # 0x22a0 (en: 'squared times')
+ - "⊡": [T: "opérateur point encadré"] # 0x22a1 (en: 'squared dot operator')
+ - "⊢": [T: "taquet droit"] # 0x22a2 (en: 'proves')
+ - "⊣": [T: "taquet gauche"] # 0x22a3 (en: 'does not yield')
+ - "⊤": [T: "taquet vers le bas"] # 0x22a4 (en: 'top')
- "⊥": # 0x22a5
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "taquet vers le haut" # (en: 'bottom')
- - "⊦": [t: "assertion"] # 0x22a6 (en: 'reduces to')
- - "⊧": [t: "modélise"] # 0x22a7 (en: 'models')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "taquet vers le haut" # (en: 'bottom')
+ - "⊦": [T: "assertion"] # 0x22a6 (en: 'reduces to')
+ - "⊧": [T: "modélise"] # 0x22a7 (en: 'models')
- "⊨": # 0x22a8
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "vrai" # (en: 'true')
- - "⊩": [t: "oblige"] # 0x22a9 (en: 'forces')
- - "⊪": [t: "barre verticale triple avec tourniquet à droite"] # 0x22aa (en: 'triple vertical bar right turnstile')
- - "⊫": [t: "barre verticale double avec tourniquet à droite double"] # 0x22ab (en: 'double vertical bar double right turnstile')
- - "⊬": [t: "ne prouve pas"] # 0x22ac (en: 'does not prove')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "vrai" # (en: 'true')
+ - "⊩": [T: "oblige"] # 0x22a9 (en: 'forces')
+ - "⊪": [T: "barre verticale triple avec tourniquet à droite"] # 0x22aa (en: 'triple vertical bar right turnstile')
+ - "⊫": [T: "barre verticale double avec tourniquet à droite double"] # 0x22ab (en: 'double vertical bar double right turnstile')
+ - "⊬": [T: "ne prouve pas"] # 0x22ac (en: 'does not prove')
- "⊭": # 0x22ad
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "pas vrai" # (en: 'not true')
- - "⊮": [t: "n'oblige pas"] # 0x22ae (en: 'does not force')
- - "⊯": [t: "non barre verticale double avec tourniquet à droite double"] # 0x22af (en: 'negated double vertical bar double right turnstile', MathPlayer: 'non-barre verticale double avec tourniquet à droite double', DeepL: 'négation double barre verticale double tourniquet droit')
- - "⊰": [t: "précède sous relation"] # 0x22b0 (en: 'precedes under relation')
- - "⊱": [t: "suit sous relation"] # 0x22b1 (en: 'succeeds under relation')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "pas vrai" # (en: 'not true')
+ - "⊮": [T: "n'oblige pas"] # 0x22ae (en: 'does not force')
+ - "⊯": [T: "non barre verticale double avec tourniquet à droite double"] # 0x22af (en: 'negated double vertical bar double right turnstile', MathPlayer: 'non-barre verticale double avec tourniquet à droite double', DeepL: 'négation double barre verticale double tourniquet droit')
+ - "⊰": [T: "précède sous relation"] # 0x22b0 (en: 'precedes under relation')
+ - "⊱": [T: "suit sous relation"] # 0x22b1 (en: 'succeeds under relation')
- "⊲": # 0x22b2
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "sous groupe normal de" # (en: 'a normal subgroup of', MathPlayer: 'sous-groupe normal de', DeepL: 'un sous-groupe normal de')
- - "⊳": [t: "contient comme sous groupe normal"] # 0x22b3 (en: 'contains as a normal subgroup', MathPlayer: 'contient comme sous-groupe normal', DeepL: 'contient un sous-groupe normal')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "sous groupe normal de" # (en: 'a normal subgroup of', MathPlayer: 'sous-groupe normal de', DeepL: 'un sous-groupe normal de')
+ - "⊳": [T: "contient comme sous groupe normal"] # 0x22b3 (en: 'contains as a normal subgroup', MathPlayer: 'contient comme sous-groupe normal', DeepL: 'contient un sous-groupe normal')
- "⊴": # 0x22b4
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "sous groupe normal ou égal à" # (en: 'a normal subgroup of or equal to', MathPlayer: 'sous-groupe normal ou égal à', DeepL: 'un sous-groupe normal de ou égal à')
- - "⊵": [t: "contient comme sous-groupe normal ou égal à"] # 0x22b5 (en: 'contains as a normal subgroup or equal to', SRE: 'contient comme sous groupe normal ou égal à')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "sous groupe normal de ou égal à" # (en: 'a normal subgroup of or equal to', MathPlayer: 'sous-groupe normal ou égal à', DeepL: 'un sous-groupe normal de ou égal à')
+ - "⊵": [T: "contient comme sous-groupe normal de ou égal à"] # 0x22b5 (en: 'contains as a normal subgroup or equal to', SRE: 'contient comme sous groupe normal ou égal à')
- "⊶": # 0x22b6
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "original de" # (en: 'the original of')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "original de" # (en: 'the original of')
- "⊷": # 0x22b7
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "image de" # (en: 'an image of')
- - "⊸": [t: "multijection"] # 0x22b8 (en: 'multimap')
- - "⊹": [t: "matrice hermitienne conjuguée"] # 0x22b9 (en: 'hermitian conjugate matrix')
- - "⊺": [t: "intercale"] # 0x22ba (en: 'intercalate')
- - "⊻": [t: "ou exclusif"] # 0x22bb (en: 'xor')
- - "⊼": [t: "non et"] # 0x22bc (en: 'nand')
- - "⊽": [t: "non ou"] # 0x22bd (en: 'nor')
- - "⊾": [t: "angle droit avec arc"] # 0x22be (en: 'right angle with arc')
- - "⊿": [t: "triangle rectangle"] # 0x22bf (en: 'right triangle')
- - "⋀": [t: "et logique"] # 0x22c0 (en: 'logical and')
- - "⋁": [t: "ou logique"] # 0x22c1 (en: 'logical or')
- - "⋂": [t: "\uF8FEintersection"] # 0x22c2 (en: 'intersection')
- - "⋃": [t: "\uF8FEunion"] # 0x22c3 (en: 'union')
- - "⋄": [t: "opérateur losange"] # 0x22c4 (en: 'diamond operator')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "image de" # (en: 'an image of')
+ - "⊸": [T: "multijection"] # 0x22b8 (en: 'multimap')
+ - "⊹": [T: "matrice hermitienne conjuguée"] # 0x22b9 (en: 'hermitian conjugate matrix')
+ - "⊺": [T: "intercale"] # 0x22ba (en: 'intercalate')
+ - "⊻": [T: "ou exclusif"] # 0x22bb (en: 'xor')
+ - "⊼": [T: "non et"] # 0x22bc (en: 'nand')
+ - "⊽": [T: "non ou"] # 0x22bd (en: 'nor')
+ - "⊾": [T: "angle droit avec arc"] # 0x22be (en: 'right angle with arc')
+ - "⊿": [T: "triangle rectangle"] # 0x22bf (en: 'right triangle')
+ - "⋀": [T: "et logique"] # 0x22c0 (en: 'logical and')
+ - "⋁": [T: "ou logique"] # 0x22c1 (en: 'logical or')
+ - "⋂": [T: "\uF8FEintersection"] # 0x22c2 (en: 'intersection')
+ - "⋃": [T: "\uF8FEunion"] # 0x22c3 (en: 'union')
+ - "⋄": [T: "opérateur losange"] # 0x22c4 (en: 'diamond operator')
- "⋅": # 0x22c5
- test:
if: "@data-chem-formula-op"
- then: [t: "point"] # (en: 'dot', DeepL translation)
- else: [t: "fois"] # (en: 'times')
+ then: [T: "point"] # (en: 'dot', DeepL translation)
+ else: [T: "fois"] # (en: 'times')
- - "⋆": [t: "opérateur étoile"] # 0x22c6 (en: 'times')
- - "⋇": [t: "divisé multiplié"] # 0x22c7 (en: 'division times')
- - "⋈": [t: "nœud papillon"] # 0x22c8 (en: 'bowtie')
+ - "⋆": [T: "opérateur étoile"] # 0x22c6 (en: 'times')
+ - "⋇": [T: "divisé multiplié"] # 0x22c7 (en: 'division times')
+ - "⋈": [T: "nœud papillon"] # 0x22c8 (en: 'bowtie')
- "⋉": # 0x22c9
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "produit semi direct à gauche de facteur normal" # (en: 'the left normal factor semidirect product of', MathPlayer: 'produit semi-direct à gauche de facteur normal', DeepL: 'le facteur normal gauche produit semi-direct de')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "produit semi direct à gauche de facteur normal" # (en: 'the left normal factor semidirect product of', MathPlayer: 'produit semi-direct à gauche de facteur normal', DeepL: 'le facteur normal gauche produit semi-direct de')
- "⋊": # 0x22ca
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "produit semi direct à droite de facteur normal" # (en: 'the right normal factor semidirect product of', MathPlayer: 'produit semi-direct à droite de facteur normal', DeepL: 'le facteur normal droit produit semi-direct de')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "produit semi direct à droite de facteur normal" # (en: 'the right normal factor semidirect product of', MathPlayer: 'produit semi-direct à droite de facteur normal', DeepL: 'le facteur normal droit produit semi-direct de')
- "⋋": # 0x22cb
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "produit semi direct à gauche" # (en: 'the left semidirect product of', MathPlayer: 'produit semi-direct à gauche', DeepL: 'le produit semi-direct gauche de')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "produit semi direct à gauche" # (en: 'the left semidirect product of', MathPlayer: 'produit semi-direct à gauche', DeepL: 'le produit semi-direct gauche de')
- "⋌": # 0x22cc
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "produit semi direct à droite" # (en: 'the right semidirect product of', MathPlayer: 'produit semi-direct à droite', DeepL: 'le produit semi-direct droit de')
- - "⋍": [t: "moins tilde renversé"] # 0x22cd (en: 'reversed tilde equals')
- - "⋎": [t: "ou logique recourbé"] # 0x22ce (en: 'curly logical or')
- - "⋏": [t: "et logique recourbé"] # 0x22cf (en: 'curly logical and')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "produit semi direct à droite" # (en: 'the right semidirect product of', MathPlayer: 'produit semi-direct à droite', DeepL: 'le produit semi-direct droit de')
+ - "⋍": [T: "égal tilde renversé"] # 0x22cd (en: 'reversed tilde equals')
+ - "⋎": [T: "ou logique recourbé"] # 0x22ce (en: 'curly logical or')
+ - "⋏": [T: "et logique recourbé"] # 0x22cf (en: 'curly logical and')
- "⋐": # 0x22d0
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "sous ensemble double" # (en: 'a double subset of', MathPlayer: 'sous-ensemble double', DeepL: 'un double sous-ensemble de')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "sous ensemble double" # (en: 'a double subset of', MathPlayer: 'sous-ensemble double', DeepL: 'un double sous-ensemble de')
- "⋑": # 0x22d1
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "sur ensemble double" # (en: 'a double superset of', MathPlayer: 'sur-ensemble double', DeepL: 'un double superset de')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "sur ensemble double" # (en: 'a double superset of', MathPlayer: 'sur-ensemble double', DeepL: 'un double superset de')
- "⋒": # 0x22d2
- test:
if: "$Verbosity!='Terse'"
- then: [t: "le"] # (en: 'the', DeepL translation)
- - t: "intersection double" # (en: 'double intersection of')
+ then: [T: "le"] # (en: 'the', DeepL translation)
+ - T: "intersection double" # (en: 'double intersection of')
- "⋓": # 0x22d3
- test:
if: "$Verbosity!='Terse'"
- then: [t: "le"] # (en: 'the', DeepL translation)
- - t: "union double" # (en: 'double union of')
+ then: [T: "le"] # (en: 'the', DeepL translation)
+ - T: "union double" # (en: 'double union of')
- "⋔": # 0x22d4
- test:
if: "$Verbosity!='Terse'"
- then: [t: "le"] # (en: 'the', DeepL translation)
- - t: "fourche" # (en: 'proper intersection of')
+ then: [T: "la"] # (en: 'the', DeepL translation)
+ - T: "fourche" # (en: 'proper intersection of')
- "⋕": # 0x22d5
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "égal et parallèle à" # (en: 'equal to and parallel to')
- - "⋖": [t: "plus petit que pointé"] # 0x22d6 (en: 'less than with dot')
- - "⋗": [t: "plus grand que pointé"] # 0x22d7 (en: 'greater than with dot')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "égal et parallèle à" # (en: 'equal to and parallel to')
+ - "⋖": [T: "inférieur à avec point"] # 0x22d6 (en: 'less than with dot')
+ - "⋗": [T: "supérieur à avec point"] # 0x22d7 (en: 'greater than with dot')
- "⋘": # 0x22d8
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "considérablement plus petit que" # (en: 'very much less than')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "considérablement inférieur à" # (en: 'very much less than')
- "⋙": # 0x22d9
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "considérablement plus grand que" # (en: 'very much greater than')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "considérablement supérieur à" # (en: 'very much greater than')
- "⋚": # 0x22da
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "plus petit ou égal ou plus grand que" # (en: 'less than equal to or greater than')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "inférieur ou égal ou supérieur à" # (en: 'less than equal to or greater than')
- "⋛": # 0x22db
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "plus grand ou égal ou plus petit que" # (en: 'greater than equal to or less than')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "supérieur ou égal ou inférieur à" # (en: 'greater than equal to or less than')
- "⋜": # 0x22dc
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "égal ou plus petit que" # (en: 'equal to or less than')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "égal ou inférieur à" # (en: 'equal to or less than')
- "⋝": # 0x22dd
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "égal à deux lignes ou supérieur à" # (en: 'equal to or greater than')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "égal ou supérieur à" # (en: 'equal to or greater than')
- "⋞": # 0x22de
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "égal ou précède" # (en: 'equal to or precedes')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "égal ou précède" # (en: 'equal to or precedes')
- "⋟": # 0x22df
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "égal ou suit" # (en: 'equal to or succeeds')
- - "⋠": [t: "ni précédant ni égal à"] # 0x22e0 (en: 'does not precede nor is equal to')
- - "⋡": [t: "ni suivant ni égal à"] # 0x22e1 (en: 'does not succeed nor is equal to')
- - "⋢": [t: "ni image carrée ni égal à"] # 0x22e2 (en: 'not square image of or equal to')
- - "⋣": [t: "ni original carré ni égal à"] # 0x22e3 (en: 'not square original of or equal to')
- - "⋤": [t: "image carré ou différent de"] # 0x22e4 (en: 'square image of or not equal to')
- - "⋥": [t: "original carré ou différent de"] # 0x22e5 (en: 'square original of or not equal to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "égal ou suit" # (en: 'equal to or succeeds')
+ - "⋠": [T: "ni précédant ni égal à"] # 0x22e0 (en: 'does not precede nor is equal to')
+ - "⋡": [T: "ni suivant ni égal à"] # 0x22e1 (en: 'does not succeed nor is equal to')
+ - "⋢": [T: "ni image carrée de ni égal à"] # 0x22e2 (en: 'not square image of or equal to')
+ - "⋣": [T: "ni original carré de ni égal à"] # 0x22e3 (en: 'not square original of or equal to')
+ - "⋤": [T: "image carré ou différent de"] # 0x22e4 (en: 'square image of or not equal to')
+ - "⋥": [T: "original carré ou différent de"] # 0x22e5 (en: 'square original of or not equal to')
- "⋦": # 0x22e6
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "plus petit mais non équivalent à" # (en: 'less than but not equivalent to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "inférieur mais non équivalent à" # (en: 'less than but not equivalent to')
- "⋧": # 0x22e7
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "plus grand mais non équivalent à" # (en: 'greater than but not equivalent to')
- - "⋨": [t: "précédant mais non équivalent à"] # 0x22e8 (en: 'precedes but is not equivalent to')
- - "⋩": [t: "suivant mais non équivalent à"] # 0x22e9 (en: 'succeeds but is not equivalent to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "supérieur mais non équivalent à" # (en: 'greater than but not equivalent to')
+ - "⋨": [T: "précédant mais non équivalent à"] # 0x22e8 (en: 'precedes but is not equivalent to')
+ - "⋩": [T: "suivant mais non équivalent à"] # 0x22e9 (en: 'succeeds but is not equivalent to')
- "⋪": # 0x22ea
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "pas un sous groupe normal de" # (en: 'not a normal subgroup of', MathPlayer: 'pas un sous-groupe normal de', DeepL: 'n'est pas un sous-groupe normal de')
- - "⋫": [t: "ne contient pas comme sous groupe normal"] # 0x22eb (en: 'does not contain as a normal subgroup', MathPlayer: 'ne contient pas comme sous-groupe normal', DeepL: 'ne contient pas de sous-groupe normal')
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "pas un sous groupe normal de" # (en: 'not a normal subgroup of', MathPlayer: 'pas un sous-groupe normal de', DeepL: 'n'est pas un sous-groupe normal de')
+ - "⋫": [T: "ne contient pas comme sous groupe normal"] # 0x22eb (en: 'does not contain as a normal subgroup', MathPlayer: 'ne contient pas comme sous-groupe normal', DeepL: 'ne contient pas de sous-groupe normal')
- "⋬": # 0x22ec
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "ni sous groupe normal ni égal à" # (en: 'not a normal subgroup of nor is equal to', MathPlayer: 'ni sous-groupe normal ni égal à', DeepL: 'n'est pas un sous-groupe normal de ni est égal à')
- - "⋭": [t: "ni égal ni contenant comme sous groupe normal"] # 0x22ed (en: 'does not contain as a normal subgroup nor is equal to', MathPlayer: 'ni égal ni contenant comme sous- groupe normal', DeepL: 'ne contient pas de sous-groupe normal et n'est pas égal à')
- - "⋮": [t: "trois points suspendus"] # 0x22ee (en: 'vertical ellipsis')
- - "⋯": [t: "trois points médians"] # 0x22ef (en: 'dot dot dot')
- - "⋰": [t: "trois points diagonaux vers le coin haut à droite"] # 0x22f0 (en: 'upwards diagonal ellipsis')
- - "⋱": [t: "trois points diagonaux vers le coin bas à droite"] # 0x22f1 (en: 'diagonal ellipsis')
- - "⋲": [t: "appartient à avec long trait horizontal"] # 0x22f2 (en: 'element of with long horizontal stroke')
- - "⋳": [t: "appartient à avec barre verticale au bout du trait horizontal"] # 0x22f3 (en: 'element of with vertical bar at end of horizontal stroke')
- - "⋴": [t: "petit appartient à avec barre verticale au bout du trait horizontal"] # 0x22f4 (en: 'element of with vertical bar at end of horizontal stroke')
- - "⋵": [t: "appartient à avec point en chef"] # 0x22f5 (en: 'element of with dot above')
- - "⋶": [t: "appartient à avec trait en chef"] # 0x22f6 (en: 'element of with overbar')
- - "⋷": [t: "petit appartient à avec trait en chef"] # 0x22f7 (en: 'element of with overbar')
- - "⋸": [t: "appartient à avec trait souscrit"] # 0x22f8 (en: 'element of with underbar')
- - "⋹": [t: "appartient à avec deux traits horizontaux"] # 0x22f9 (en: 'element of with two horizontal strokes')
- - "⋺": [t: "contient avec long trait horizontal"] # 0x22fa (en: 'contains with long horizontal stroke')
- - "⋻": [t: "contient avec barre verticale au bout du trait horizontal"] # 0x22fb (en: 'contains with vertical bar at end of horizontal stroke')
- - "⋼": [t: "petit contient avec barre verticale au bout du trait horizontal"] # 0x22fc (en: 'contains with vertical bar at end of horizontal stroke')
- - "⋽": [t: "contient avec trait en chef"] # 0x22fd (en: 'contains with overbar')
- - "⋾": [t: "petit contient avec trait en chef"] # 0x22fe (en: 'contains with overbar')
- - "⋿": [t: "appartient à un sac en notation z"] # 0x22ff (en: 'z notation bag membership')
- - "⌀": [t: "diamètre"] # 0x2300 (en: 'diameter')
- - "⌁": [t: "flèche électrique"] # 0x2301 (en: 'electric arrow')
- - "⌂": [t: "maison"] # 0x2302 (en: 'house')
- - "⌃": [t: "pointe de flèche vers le haut"] # 0x2303 (en: 'up arrowhead', DeepL: 'flèche vers le haut')
- - "⌄": [t: "pointe de flèche vers le bas"] # 0x2304 (en: 'down arrowhead', DeepL: 'flèche vers le bas')
- - "⌅": [t: "projective"] # 0x2305
- - "⌆": [t: "perspective"] # 0x2306
- - "⌇": [t: "ligne ondulée"] # 0x2307 (en: 'wavy line')
- - "⌈": [t: "plafond à gauche"] # 0x2308 (en: 'left ceiling')
- - "⌉": [t: "plafond à droite"] # 0x2309 (en: 'right ceiling')
- - "⌊": [t: "plancher à gauche"] # 0x230a (en: 'left floor')
- - "⌋": [t: "plancher à droite"] # 0x230b (en: 'right floor')
- - "⌌": [t: "repère sud est"] # 0x230c (en: 'bottom right crop', MathPlayer: 'repère sud-est', DeepL: 'coupe en bas à droite')
- - "⌍": [t: "repère sud ouest"] # 0x230d (en: 'bottom left crop', MathPlayer: 'repère sud-ouest', DeepL: 'coupe en bas à gauche')
- - "⌎": [t: "repère nord est"] # 0x230e (en: 'top right crop', MathPlayer: 'repère nord-est', DeepL: 'coupe en haut à droite')
- - "⌏": [t: "repère nord ouest"] # 0x230f (en: 'top left crop', MathPlayer: 'repère nord-ouest', DeepL: 'coupe en haut à gauche')
- - "⌐": [t: "négation réfléchi"] # 0x2310 (en: 'reversed not sign', MathPlayer: 'signe négation réfléchi', DeepL: 'signe "non" inversé')
- - "⌑": [t: "pastille carrée"] # 0x2311 (en: 'square lozenge', DeepL: 'losange carré')
- - "⌒": [t: "arc"] # 0x2312
- - "⌓": [t: "segment"] # 0x2313
- - "⌔": [t: "secteur"] # 0x2314 (en: 'sector')
- - "⌕": [t: "enregistreur téléphonique"] # 0x2315 (en: 'telephone recorder')
- - "⌖": [t: "repère de calage"] # 0x2316 (en: 'position indicator crosshairs', DeepL: 'indicateur de position réticule')
- - "⌗": [t: "viewdata square"] # 0x2317 (DeepL translation)
- - "⌘": [t: "symbole de point d'intérêt"] # 0x2318 (en: 'place of interest sign', DeepL: 'signe de centre d'intérêt')
- - "⌙": [t: "tourne pas signe"] # 0x2319 (en: 'turned not sign', DeepL translation)
- - "⌚": [t: "montre"] # 0x231a (en: 'watch')
- - "⌛": [t: "sablier"] # 0x231b (en: 'hourglass', DeepL translation)
- - "⌜": [t: "coin nord ouest"] # 0x231c (en: 'top left corner', MathPlayer: 'coin nord-ouest', DeepL: 'coin supérieur gauche')
- - "⌝": [t: "coin nord est"] # 0x231d (en: 'top right corner', MathPlayer: 'coin nord-est', DeepL: 'coin supérieur droit')
- - "⌞": [t: "coin sud ouest"] # 0x231e (en: 'bottom left corner', MathPlayer: 'coin sud-ouest', DeepL: 'coin inférieur gauche')
- - "⌟": [t: "coin sud est"] # 0x231f (en: 'bottom right corner', MathPlayer: 'coin sud-est', DeepL: 'coin inférieur droit')
- - "⌠": [t: "moitié supérieure d'intégrale"] # 0x2320 (en: 'top half integral')
- - "⌡": [t: "moitié inférieure d'intégrale"] # 0x2321 (en: 'bottom half integral')
- - "⌢": [t: "moue"] # 0x2322 (en: 'frown', DeepL: 'froncement de sourcils')
- - "⌣": [t: "sourire"] # 0x2323 (en: 'smile')
- - "⌤": [t: "pointe de flèche vers le haut entre deux traits horizontaux"] # 0x2324 (en: 'up arrowhead between two horizontal bars', DeepL: 'flèche vers le haut entre deux barres horizontales')
- - "⌥": [t: "clé d'option"] # 0x2325 (en: 'option key', DeepL translation)
- - "⌦": [t: "effacer à droite"] # 0x2326 (en: 'erase to the right', DeepL translation)
- - "⌧": [t: "x dans un rectangle"] # 0x2327 (en: 'x in a rectangle box', DeepL translation)
- - "⌨": [t: "clavier"] # 0x2328 (en: 'keyboard', DeepL translation)
- - "〈": [t: "chevron gauche"] # 0x2329 (en: 'left pointing angle bracket', MathPlayer: 'chevron vers la gauche', DeepL: 'équerre pointant vers la gauche')
- - "〉": [t: "chevron droite"] # 0x232a (en: 'right pointing angle bracket', MathPlayer: 'chevron vers la droite', DeepL: 'équerre droite')
- - "⌫": [t: "effacer vers la gauche"] # 0x232b (en: 'erase to the left', DeepL translation)
- - "⌬": [t: "anneau de benzène"] # 0x232c (en: 'benzene ring', DeepL translation)
- - "⌭": [t: "cylindricité"] # 0x232d (en: 'cylindricity')
- - "⌮": [t: "profil hors-tout"] # 0x232e (en: 'all around profile', DeepL: 'profil tout autour')
- - "⌯": [t: "symétrie"] # 0x232f (en: 'symmetry', DeepL translation)
- - "⌰": [t: "dépassement total"] # 0x2330 (en: 'total runout', DeepL translation)
- - "⌱": [t: "dimension origine"] # 0x2331 (en: 'dimension origin', DeepL translation)
- - "⌲": [t: "conique"] # 0x2332 (en: 'conical taper', DeepL translation)
- - "⌳": [t: "pente"] # 0x2333 (en: 'slope', DeepL translation)
- - "⌴": [t: "alésage"] # 0x2334 (en: 'counterbore', DeepL translation)
- - "⌵": [t: "fraise"] # 0x2335 (en: 'countersink', DeepL translation)
- - "⌶": [t: "symbole de fonction apl rail"] # 0x2336 (en: 'apl i beam', DeepL: 'apl i beam')
- - "⌽": [t: "symbole de fonction apl fuseau"] # 0x233d (en: 'apl circle stile', DeepL: 'cercle apl stile')
- - "⌿": [t: "symbole de fonction apl cotice barré"] # 0x233f (en: 'apl slash bar', DeepL: 'barre oblique apl')
- - "⍰": [t: "symbole de fonction apl quadrat info"] # 0x2370 (en: 'unknown box', DeepL: 'case inconnue')
- - "⍼": [t: "angle droit avec flèche en zigzag vers le bas"] # 0x237c (en: 'right angle with downwards zigzag arrow')
- - "⎔": [t: "hexagone"] # 0x2394 (en: 'hexagon', DeepL translation)
- - "⎕": [t: "boîte"] # 0x2395 (en: 'box', DeepL translation)
- - "⎶": [t: "crochet verticaux en défilé"] # 0x23b6 (en: 'bottom square bracket over top square bracket', DeepL: 'équerre inférieure sur équerre supérieure')
- - "⏜": [t: "parenthèse supérieure"] # 0x23dc (en: 'top paren')
- - "⏝": [t: "parenthèse inférieure"] # 0x23dd (en: 'bottom paren')
- - "⏞": [t: "accolade supérieure"] # 0x23de (en: 'top brace')
- - "⏟": [t: "accolade inférieure"] # 0x23df (en: 'bottom brace')
- - "⏠": [t: "crochet en écaille supérieur"] # 0x23e0 (en: 'top tortoise shell bracket')
- - "⏡": [t: "crochet en écaille inférieur"] # 0x23e1 (en: 'bottom tortoise shell bracket')
- - "⏢": [t: "trapèze blanc"] # 0x23e2 (en: 'white trapezium', DeepL translation)
- - "⏣": [t: "benzène droit avec cercle"] # 0x23e3 (en: 'benzene right with circle', DeepL translation)
- - "⏤": [t: "rectitude"] # 0x23e4 (en: 'straightness', DeepL translation)
- - "⏥": [t: "planéité"] # 0x23e5 (en: 'flatness', DeepL translation)
+ then: [T: "n'est"] # (en: 'is', DeepL translation)
+ - T: "ni sous groupe normal de ni égal à" # (en: 'not a normal subgroup of nor is equal to', MathPlayer: 'ni sous-groupe normal ni égal à', DeepL: 'n'est pas un sous-groupe normal de ni est égal à')
+ - "⋭": [T: "ni égal ni contenant comme sous groupe normal"] # 0x22ed (en: 'does not contain as a normal subgroup nor is equal to', MathPlayer: 'ni égal ni contenant comme sous- groupe normal', DeepL: 'ne contient pas de sous-groupe normal et n'est pas égal à')
+ - "⋮": [T: "trois points suspendus"] # 0x22ee (en: 'vertical ellipsis')
+ - "⋯": [T: "trois points médians"] # 0x22ef (en: 'dot dot dot')
+ - "⋰": [T: "trois points diagonaux vers le coin haut à droite"] # 0x22f0 (en: 'upwards diagonal ellipsis')
+ - "⋱": [T: "trois points diagonaux vers le coin bas à droite"] # 0x22f1 (en: 'diagonal ellipsis')
+ - "⋲": [T: "appartient à avec long trait horizontal"] # 0x22f2 (en: 'element of with long horizontal stroke')
+ - "⋳": [T: "appartient à avec barre verticale au bout du trait horizontal"] # 0x22f3 (en: 'element of with vertical bar at end of horizontal stroke')
+ - "⋴": [T: "petit appartient à avec barre verticale au bout du trait horizontal"] # 0x22f4 (en: 'element of with vertical bar at end of horizontal stroke')
+ - "⋵": [T: "appartient à avec point en chef"] # 0x22f5 (en: 'element of with dot above')
+ - "⋶": [T: "appartient à avec trait en chef"] # 0x22f6 (en: 'element of with overbar')
+ - "⋷": [T: "petit appartient à avec trait en chef"] # 0x22f7 (en: 'element of with overbar')
+ - "⋸": [T: "appartient à avec trait souscrit"] # 0x22f8 (en: 'element of with underbar')
+ - "⋹": [T: "appartient à avec deux traits horizontaux"] # 0x22f9 (en: 'element of with two horizontal strokes')
+ - "⋺": [T: "contient avec long trait horizontal"] # 0x22fa (en: 'contains with long horizontal stroke')
+ - "⋻": [T: "contient avec barre verticale au bout du trait horizontal"] # 0x22fb (en: 'contains with vertical bar at end of horizontal stroke')
+ - "⋼": [T: "petit contient avec barre verticale au bout du trait horizontal"] # 0x22fc (en: 'contains with vertical bar at end of horizontal stroke')
+ - "⋽": [T: "contient avec trait en chef"] # 0x22fd (en: 'contains with overbar')
+ - "⋾": [T: "petit contient avec trait en chef"] # 0x22fe (en: 'contains with overbar')
+ - "⋿": [T: "appartient à un sac en notation z"] # 0x22ff (en: 'z notation bag membership')
+ - "⌀": [T: "diamètre"] # 0x2300 (en: 'diameter')
+ - "⌁": [T: "flèche électrique"] # 0x2301 (en: 'electric arrow')
+ - "⌂": [T: "maison"] # 0x2302 (en: 'house')
+ - "⌃": [T: "pointe de flèche vers le haut"] # 0x2303 (en: 'up arrowhead', DeepL: 'flèche vers le haut')
+ - "⌄": [T: "pointe de flèche vers le bas"] # 0x2304 (en: 'down arrowhead', DeepL: 'flèche vers le bas')
+ - "⌅": [T: "projective"] # 0x2305
+ - "⌆": [T: "perspective"] # 0x2306
+ - "⌇": [T: "ligne ondulée"] # 0x2307 (en: 'wavy line')
+ - "⌈": [T: "plafond à gauche"] # 0x2308 (en: 'left ceiling')
+ - "⌉": [T: "plafond à droite"] # 0x2309 (en: 'right ceiling')
+ - "⌊": [T: "plancher à gauche"] # 0x230a (en: 'left floor')
+ - "⌋": [T: "plancher à droite"] # 0x230b (en: 'right floor')
+ - "⌌": [T: "repère sud est"] # 0x230c (en: 'bottom right crop', MathPlayer: 'repère sud-est', DeepL: 'coupe en bas à droite')
+ - "⌍": [T: "repère sud ouest"] # 0x230d (en: 'bottom left crop', MathPlayer: 'repère sud-ouest', DeepL: 'coupe en bas à gauche')
+ - "⌎": [T: "repère nord est"] # 0x230e (en: 'top right crop', MathPlayer: 'repère nord-est', DeepL: 'coupe en haut à droite')
+ - "⌏": [T: "repère nord ouest"] # 0x230f (en: 'top left crop', MathPlayer: 'repère nord-ouest', DeepL: 'coupe en haut à gauche')
+ - "⌐": [T: "négation réfléchi"] # 0x2310 (en: 'reversed not sign', MathPlayer: 'signe négation réfléchi', DeepL: 'signe "non" inversé')
+ - "⌑": [T: "pastille carrée"] # 0x2311 (en: 'square lozenge', DeepL: 'losange carré')
+ - "⌒": [T: "arc"] # 0x2312
+ - "⌓": [T: "segment"] # 0x2313
+ - "⌔": [T: "secteur"] # 0x2314 (en: 'sector')
+ - "⌕": [T: "enregistreur téléphonique"] # 0x2315 (en: 'telephone recorder')
+ - "⌖": [T: "repère de calage"] # 0x2316 (en: 'position indicator crosshairs', DeepL: 'indicateur de position réticule')
+ - "⌗": [T: "carré de visualisation"] # 0x2317 (DeepL translation)
+ - "⌘": [T: "symbole de point d'intérêt"] # 0x2318 (en: 'place of interest sign', DeepL: 'signe de centre d'intérêt')
+ - "⌙": [T: "signe négation culbuté"] # 0x2319 (en: 'turned not sign', DeepL translation)
+ - "⌚": [T: "montre"] # 0x231a (en: 'watch')
+ - "⌛": [T: "sablier"] # 0x231b (en: 'hourglass', DeepL translation)
+ - "⌜": [T: "coin nord ouest"] # 0x231c (en: 'top left corner', MathPlayer: 'coin nord-ouest', DeepL: 'coin supérieur gauche')
+ - "⌝": [T: "coin nord est"] # 0x231d (en: 'top right corner', MathPlayer: 'coin nord-est', DeepL: 'coin supérieur droit')
+ - "⌞": [T: "coin sud ouest"] # 0x231e (en: 'bottom left corner', MathPlayer: 'coin sud-ouest', DeepL: 'coin inférieur gauche')
+ - "⌟": [T: "coin sud est"] # 0x231f (en: 'bottom right corner', MathPlayer: 'coin sud-est', DeepL: 'coin inférieur droit')
+ - "⌠": [T: "moitié supérieure d'intégrale"] # 0x2320 (en: 'top half integral')
+ - "⌡": [T: "moitié inférieure d'intégrale"] # 0x2321 (en: 'bottom half integral')
+ - "⌢": [T: "moue"] # 0x2322 (en: 'frown', DeepL: 'froncement de sourcils')
+ - "⌣": [T: "sourire"] # 0x2323 (en: 'smile')
+ - "⌤": [T: "pointe de flèche vers le haut entre deux traits horizontaux"] # 0x2324 (en: 'up arrowhead between two horizontal bars', DeepL: 'flèche vers le haut entre deux barres horizontales')
+ - "⌥": [T: "touche option"] # 0x2325 (en: 'option key', DeepL translation)
+ - "⌦": [T: "effacer vers la droite"] # 0x2326 (en: 'erase to the right', DeepL translation)
+ - "⌧": [T: "x dans un rectangle"] # 0x2327 (en: 'x in a rectangle box', DeepL translation)
+ - "⌨": [T: "clavier"] # 0x2328 (en: 'keyboard', DeepL translation)
+ - "〈": [T: "chevron pointant à gauche"] # 0x2329 (en: 'left pointing angle bracket', MathPlayer: 'chevron vers la gauche', DeepL: 'équerre pointant vers la gauche')
+ - "〉": [T: "chevron pointant à droite"] # 0x232a (en: 'right pointing angle bracket', MathPlayer: 'chevron vers la droite', DeepL: 'équerre droite')
+ - "⌫": [T: "effacer vers la gauche"] # 0x232b (en: 'erase to the left', DeepL translation)
+ - "⌬": [T: "anneau de benzène"] # 0x232c (en: 'benzene ring', DeepL translation)
+ - "⌭": [T: "cylindricité"] # 0x232d (en: 'cylindricity')
+ - "⌮": [T: "profil hors-tout"] # 0x232e (en: 'all around profile', DeepL: 'profil tout autour')
+ - "⌯": [T: "symétrie"] # 0x232f (en: 'symmetry', DeepL translation)
+ - "⌰": [T: "dépassement total"] # 0x2330 (en: 'total runout', DeepL translation)
+ - "⌱": [T: "dimension origine"] # 0x2331 (en: 'dimension origin', DeepL translation)
+ - "⌲": [T: "rétrécissement conique"] # 0x2332 (en: 'conical taper', DeepL translation)
+ - "⌳": [T: "pente"] # 0x2333 (en: 'slope', DeepL translation)
+ - "⌴": [T: "alésage"] # 0x2334 (en: 'counterbore', DeepL translation)
+ - "⌵": [T: "fraisage"] # 0x2335 (en: 'countersink', DeepL translation)
+ - "⌶": [T: "symbole de fonction apl rail"] # 0x2336 (en: 'apl i beam', DeepL: 'apl i beam')
+ - "⌽": [T: "symbole de fonction apl fuseau"] # 0x233d (en: 'apl circle stile', DeepL: 'cercle apl stile')
+ - "⌿": [T: "symbole de fonction apl cotice barré"] # 0x233f (en: 'apl slash bar', DeepL: 'barre oblique apl')
+ - "⍰": [T: "symbole de fonction apl quadrat info"] # 0x2370 (en: 'unknown box', DeepL: 'case inconnue')
+ - "⍼": [T: "angle droit avec flèche en zigzag vers le bas"] # 0x237c (en: 'right angle with downwards zigzag arrow')
+ - "⎔": [T: "hexagone"] # 0x2394 (en: 'hexagon', DeepL translation)
+ - "⎕": [T: "boîte"] # 0x2395 (en: 'box', DeepL translation)
+ - "⎶": [T: "crocher inférieur sur crochet supérieur"] # 0x23b6 (en: 'bottom square bracket over top square bracket', DeepL: 'équerre inférieure sur équerre supérieure')
+ - "⏜": [T: "parenthèse supérieure"] # 0x23dc (en: 'top paren')
+ - "⏝": [T: "parenthèse inférieure"] # 0x23dd (en: 'bottom paren')
+ - "⏞": [T: "accolade supérieure"] # 0x23de (en: 'top brace')
+ - "⏟": [T: "accolade inférieure"] # 0x23df (en: 'bottom brace')
+ - "⏠": [T: "crochet en écaille supérieur"] # 0x23e0 (en: 'top tortoise shell bracket')
+ - "⏡": [T: "crochet en écaille inférieur"] # 0x23e1 (en: 'bottom tortoise shell bracket')
+ - "⏢": [T: "trapèze blanc"] # 0x23e2 (en: 'white trapezium', DeepL translation)
+ - "⏣": [T: "anneau de benzène avec cercle"] # 0x23e3 (en: 'benzene right with circle', DeepL translation)
+ - "⏤": [T: "rectitude"] # 0x23e4 (en: 'straightness', DeepL translation)
+ - "⏥": [T: "planéité"] # 0x23e5 (en: 'flatness', DeepL translation)
- "⏦": # 0x23e6
- - spell: "ac"
- - t: "courant" # (en: 'current', DeepL translation)
- - "⏧": [t: "intersection électrique"] # 0x23e7 (en: 'electrical intersection', DeepL translation)
+ - SPELL: "ac"
+ - T: "courant" # (en: 'current', DeepL translation)
+ - "⏧": [T: "intersection électrique"] # 0x23e7 (en: 'electrical intersection', DeepL translation)
- "①-⑨": # 0x2460 - 0x2469
- - spell: "translate('.', '①②③④⑤⑥⑦⑧⑨', '123456789')"
- - t: "encerclé" # (en: 'circled', DeepL translation)
- - "⑩": [t: "encerclé dix"] # 0x2469 (en: 'circled ten', DeepL translation)
- - "⑪": [t: "encerclé onze"] # 0x246a (en: 'circled eleven', DeepL translation)
- - "⑫": [t: "encerclé douze"] # 0x246b (en: 'circled twelve', DeepL translation)
- - "⑬": [t: "encerclé treize"] # 0x246c (en: 'circled thirteen', DeepL translation)
- - "⑭": [t: "encerclé quatorze"] # 0x246d (en: 'circled fourteen', DeepL translation)
- - "⑮": [t: "quinze encerclés"] # 0x246e (en: 'circled fifteen', DeepL translation)
- - "⑯": [t: "encadré seize"] # 0x246f (en: 'circled sixteen', DeepL translation)
- - "⑰": [t: "encerclé dix-sept"] # 0x2470 (en: 'circled seventeen', DeepL translation)
- - "⑱": [t: "ateen encerclé"] # 0x2471 (en: 'circled eighteen', DeepL translation)
- - "⑳": [t: "encerclé vingt"] # 0x2473 (en: 'circled twenty', DeepL translation)
+ - SPELL: "translate('.', '①②③④⑤⑥⑦⑧⑨', '123456789')"
+ - T: "encerclé" # (en: 'circled', DeepL translation)
+ - "⑩": [T: "dix encerclé"] # 0x2469 (en: 'circled ten', DeepL translation)
+ - "⑪": [T: "onze encerclé"] # 0x246a (en: 'circled eleven', DeepL translation)
+ - "⑫": [T: "douze encerclé"] # 0x246b (en: 'circled twelve', DeepL translation)
+ - "⑬": [T: "treize encerclé"] # 0x246c (en: 'circled thirteen', DeepL translation)
+ - "⑭": [T: "quatorze encerclé"] # 0x246d (en: 'circled fourteen', DeepL translation)
+ - "⑮": [T: "quinze encerclé"] # 0x246e (en: 'circled fifteen', DeepL translation)
+ - "⑯": [T: "seize encerclé"] # 0x246f (en: 'circled sixteen', DeepL translation)
+ - "⑰": [T: "dix-sept encerclé"] # 0x2470 (en: 'circled seventeen', DeepL translation)
+ - "⑱": [T: "dix-huit encerclé"] # 0x2471 (en: 'circled eighteen', DeepL translation)
+ - "⑳": [T: "vingt encerclé"] # 0x2473 (en: 'circled twenty', DeepL translation)
- "⑴-⑼": # 0x2474 - 0x247d
- - spell: "translate('.', '⑴⑵⑶⑷⑸⑹⑺⑻⑼', '123456789')"
- - t: "entre parenthèses" # (en: 'parenthesized', DeepL translation)
- - "⑽": [t: "dix entre parenthèses"] # 0x247d (en: 'parenthesized ten', DeepL translation)
- - "⑾": [t: "onze entre parenthèses"] # 0x247e (en: 'parenthesized eleven', DeepL translation)
- - "⑿": [t: "parenthèse-histhésée douze"] # 0x247f (en: 'parenthesized twelve', DeepL translation)
- - "⒀": [t: "entre parenthèses treize"] # 0x2480 (en: 'parenthesized thirteen', DeepL translation)
- - "⒁": [t: "quatorze entre parenthèses"] # 0x2481 (en: 'parenthesized fourteen', DeepL translation)
- - "⒂": [t: "parenthèse-réflexe quinze"] # 0x2482 (en: 'parenthesized fifteen', DeepL translation)
- - "⒃": [t: "seize entre parenthèses"] # 0x2483 (en: 'parenthesized sixteen', DeepL translation)
- - "⒄": [t: "dix-sept entre parenthèses"] # 0x2484 (en: 'parenthesized seventeen', DeepL translation)
- - "⒅": [t: "point entre parenthèses"] # 0x2485 (en: 'parenthesized eighteen', DeepL translation)
- - "⒆": [t: "dix-neuf entre parenthèses"] # 0x2486 (en: 'parenthesized nineteen', DeepL translation)
- - "⒇": [t: "vingt entre parenthèses"] # 0x2487 (en: 'parenthesized twenty', DeepL translation)
+ - SPELL: "translate('.', '⑴⑵⑶⑷⑸⑹⑺⑻⑼', '123456789')"
+ - T: "entre parenthèses" # (en: 'parenthesized', DeepL translation)
+ - "⑽": [T: "dix entre parenthèses"] # 0x247d (en: 'parenthesized ten', DeepL translation)
+ - "⑾": [T: "onze entre parenthèses"] # 0x247e (en: 'parenthesized eleven', DeepL translation)
+ - "⑿": [T: "douze entre parenthèses"] # 0x247f (en: 'parenthesized twelve', DeepL translation)
+ - "⒀": [T: "treize entre parenthèses"] # 0x2480 (en: 'parenthesized thirteen', DeepL translation)
+ - "⒁": [T: "quatorze entre parenthèses"] # 0x2481 (en: 'parenthesized fourteen', DeepL translation)
+ - "⒂": [T: "quinze entre parenthèses"] # 0x2482 (en: 'parenthesized fifteen', DeepL translation)
+ - "⒃": [T: "seize entre parenthèses"] # 0x2483 (en: 'parenthesized sixteen', DeepL translation)
+ - "⒄": [T: "dix-sept entre parenthèses"] # 0x2484 (en: 'parenthesized seventeen', DeepL translation)
+ - "⒅": [T: "dix-huit entre parenthèses"] # 0x2485 (en: 'parenthesized eighteen', DeepL translation)
+ - "⒆": [T: "dix-neuf entre parenthèses"] # 0x2486 (en: 'parenthesized nineteen', DeepL translation)
+ - "⒇": [T: "vingt entre parenthèses"] # 0x2487 (en: 'parenthesized twenty', DeepL translation)
- "⒈-⒐": # 0x2488 - 0x2491
- - spell: "translate('.', '⒈⒉⒊⒋⒌⒍⒎⒏⒐', '123456789')"
- - t: "avec point" # (en: 'with period', DeepL translation)
- - "⒑": [t: "dix avec point"] # 0x2491 (en: 'ten with period', DeepL translation)
- - "⒒": [t: "onze avec point"] # 0x2492 (en: 'eleven with period', DeepL translation)
- - "⒓": [t: "douze avec point"] # 0x2493 (en: 'twelve with period', DeepL translation)
- - "⒔": [t: "treize avec point"] # 0x2494 (en: 'thirteen with period', DeepL translation)
- - "⒕": [t: "quatorze avec point"] # 0x2495 (en: 'fourteen with period', DeepL translation)
- - "⒖": [t: "quinze avec point"] # 0x2496 (en: 'fifteen with period', DeepL translation)
- - "⒗": [t: "seize avec point"] # 0x2497 (en: 'sixteen with period', DeepL translation)
- - "⒘": [t: "dix-sept avec point"] # 0x2498 (en: 'seventeen with period', DeepL translation)
- - "⒙": [t: "dix-sept avec point"] # 0x2499 (en: 'eighteen with period', DeepL translation)
- - "⒚": [t: "dix-neuf avec point"] # 0x249a (en: 'nineteen with period', DeepL translation)
- - "⒛": [t: "vingt avec point"] # 0x249b (en: 'twenty with period', DeepL translation)
+ - SPELL: "translate('.', '⒈⒉⒊⒋⒌⒍⒎⒏⒐', '123456789')"
+ - T: "avec point" # (en: 'with period', DeepL translation)
+ - "⒑": [T: "dix avec point"] # 0x2491 (en: 'ten with period', DeepL translation)
+ - "⒒": [T: "onze avec point"] # 0x2492 (en: 'eleven with period', DeepL translation)
+ - "⒓": [T: "douze avec point"] # 0x2493 (en: 'twelve with period', DeepL translation)
+ - "⒔": [T: "treize avec point"] # 0x2494 (en: 'thirteen with period', DeepL translation)
+ - "⒕": [T: "quatorze avec point"] # 0x2495 (en: 'fourteen with period', DeepL translation)
+ - "⒖": [T: "quinze avec point"] # 0x2496 (en: 'fifteen with period', DeepL translation)
+ - "⒗": [T: "seize avec point"] # 0x2497 (en: 'sixteen with period', DeepL translation)
+ - "⒘": [T: "dix-sept avec point"] # 0x2498 (en: 'seventeen with period', DeepL translation)
+ - "⒙": [T: "dix-huit avec point"] # 0x2499 (en: 'eighteen with period', DeepL translation)
+ - "⒚": [T: "dix-neuf avec point"] # 0x249a (en: 'nineteen with period', DeepL translation)
+ - "⒛": [T: "vingt avec point"] # 0x249b (en: 'twenty with period', DeepL translation)
- "⒜-⒵": # 0x249c - 0x24b5
- - spell: "translate('.', '⒜⒝⒞⒟⒠⒡⒢⒣⒤⒥⒦⒧⒨⒩⒪⒫⒬⒭⒮⒯⒰⒱⒲⒳⒴⒵', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "entre parenthèses" # (en: 'parenthesized', DeepL translation)
+ - SPELL: "translate('.', '⒜⒝⒞⒟⒠⒡⒢⒣⒤⒥⒦⒧⒨⒩⒪⒫⒬⒭⒮⒯⒰⒱⒲⒳⒴⒵', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "entre parenthèses" # (en: 'parenthesized', DeepL translation)
- "Ⓐ-ⓩ": # 0x24b6 - 0x24cf
- - spell: "translate('.', 'ⒶⒷⒸⒹⒺⒻⒼⒽⒾⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈⓉⓊⓋⓌⓍⓎⓏ', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- - t: "encerclé" # (en: 'circled', DeepL translation)
+ - SPELL: "translate('.', 'ⒶⒷⒸⒹⒺⒻⒼⒽⒾⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈⓉⓊⓋⓌⓍⓎⓏ', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - T: "encerclé" # (en: 'circled', DeepL translation)
- "🅐-🅩": # 0x1f150 - 0x1f169
- - spell: "translate('.', '🅐🅑🅒🅓🅔🅕🅖🅗🅘🅙🅚🅛🅜🅝🅞🅟🅠🅡🅢🅣🅤🅥🅦🅧🅨🅩', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- - t: "encerclé de noir" # (en: 'black circled', DeepL translation)
+ - SPELL: "translate('.', '🅐🅑🅒🅓🅔🅕🅖🅗🅘🅙🅚🅛🅜🅝🅞🅟🅠🅡🅢🅣🅤🅥🅦🅧🅨🅩', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - T: "encerclé de noir" # (en: 'black circled', DeepL translation)
- "ⓐ-ⓩ": # 0x24d0 - 0x24e9
- - spell: "translate('.', 'ⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞⓟⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩ', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "encerclé" # (en: 'circled', DeepL translation)
-
- - "⓪": [t: "zéro encerclé"] # 0x24ea (en: 'circled zero', DeepL translation)
- - "⓫": [t: "onze encerclé de noir"] # 0x24eb (en: 'black circled eleven', DeepL translation)
- - "⓬": [t: "douze encerclé de noir"] # 0x24ec (en: 'black circled twelve', DeepL translation)
- - "⓭": [t: "treize encerclé de noir"] # 0x24ed (en: 'black circled thirteen', DeepL translation)
- - "⓮": [t: "quatorze encerclé de noir"] # 0x24ee (en: 'black circled fourteen', DeepL translation)
- - "⓯": [t: "quinze encerclé de noir"] # 0x24ef (en: 'black circled fifteen', DeepL translation)
- - "⓰": [t: "seize encerclé de noir"] # 0x24f0 (en: 'black circled sixteen', DeepL translation)
- - "⓱": [t: "dix-sept encerclé de noir"] # 0x24f1 (en: 'black circled seventeen', DeepL translation)
- - "⓲": [t: "atéroïde encerclé de noir"] # 0x24f2 (en: 'black circled eighteen', DeepL translation)
- - "⓳": [t: "dix-neuf encerclé de noir"] # 0x24f3 (en: 'black circled nineteen', DeepL translation)
- - "⓴": [t: "vingt encerclé de noir"] # 0x24f4 (en: 'black circled twenty', DeepL translation)
+ - SPELL: "translate('.', 'ⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞⓟⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩ', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "encerclé" # (en: 'circled', DeepL translation)
+
+ - "⓪": [T: "zéro encerclé"] # 0x24ea (en: 'circled zero', DeepL translation)
+ - "⓫": [T: "onze encerclé de noir"] # 0x24eb (en: 'black circled eleven', DeepL translation)
+ - "⓬": [T: "douze encerclé de noir"] # 0x24ec (en: 'black circled twelve', DeepL translation)
+ - "⓭": [T: "treize encerclé de noir"] # 0x24ed (en: 'black circled thirteen', DeepL translation)
+ - "⓮": [T: "quatorze encerclé de noir"] # 0x24ee (en: 'black circled fourteen', DeepL translation)
+ - "⓯": [T: "quinze encerclé de noir"] # 0x24ef (en: 'black circled fifteen', DeepL translation)
+ - "⓰": [T: "seize encerclé de noir"] # 0x24f0 (en: 'black circled sixteen', DeepL translation)
+ - "⓱": [T: "dix-sept encerclé de noir"] # 0x24f1 (en: 'black circled seventeen', DeepL translation)
+ - "⓲": [T: "atéroïde encerclé de noir"] # 0x24f2 (en: 'black circled eighteen', DeepL translation)
+ - "⓳": [T: "dix-neuf encerclé de noir"] # 0x24f3 (en: 'black circled nineteen', DeepL translation)
+ - "⓴": [T: "vingt encerclé de noir"] # 0x24f4 (en: 'black circled twenty', DeepL translation)
- "⓵-⓽": # 0x24f5 - 0x24fe
- - spell: "translate('.', '⓵⓶⓷⓸⓹⓺⓻⓼⓽', '123456789')"
- - t: "double encerclé" # (en: 'double circled', DeepL translation)
-
- - "⓾": [t: "double cercle de dix"] # 0x24fe (en: 'double circled ten', DeepL translation)
- - "⓿": [t: "zéro encerclé de noir"] # 0x24ff (en: 'black circled zero', DeepL translation)
- - "■": [t: "petit carré noir"] # 0x25a0 (en: 'black square')
- - "□": [t: "carré blanc"] # 0x25a1 (en: 'white square')
- - "▢": [t: "carré blanc aux coins arrondis"] # 0x25a2 (en: 'white square with rounded corners')
- - "▣": [t: "petit carré noir inscrit dans un carré blanc"] # 0x25a3 (en: 'white square containing small black square', DeepL: 'carré blanc contenant un petit carré noir')
- - "▤": [t: "carré hachuré horizontalement"] # 0x25a4 (en: 'square with horizontal fill', DeepL: 'carré avec remplissage horizontal')
- - "▥": [t: "carré hachuré verticalement"] # 0x25a5 (en: 'square with vertical fill', DeepL: 'carré avec remplissage vertical')
- - "▦": [t: "carré quadrillé"] # 0x25a6 (en: 'square with orthogonal crosshatch fill', DeepL: 'carré avec remplissage par hachures orthogonales')
- - "▧": [t: "carré hachuré du haut à gauche vers le bas à droite"] # 0x25a7 (en: 'square with upper left to lower right fill', DeepL: 'carré avec remplissage d'en haut à gauche à en bas à droite')
- - "▨": [t: "carré hachuré du haut à droite vers le bas à gauche"] # 0x25a8 (en: 'square with upper right to lower left fill', DeepL: 'carré avec remplissage en haut à droite et en bas à gauche')
- - "▩": [t: "carré quadrillé en diagonale"] # 0x25a9 (en: 'square with diagonal crosshatch fill', DeepL: 'carré avec remplissage par hachures diagonales')
- - "▪": [t: "petit carré noir"] # 0x25aa (en: 'black small square')
- - "▫": [t: "petit carré blanc"] # 0x25ab (en: 'white small square')
- - "▬": [t: "rectangle noir"] # 0x25ac (en: 'black rectangle')
- - "▭": [t: "rectangle blanc"] # 0x25ad (en: 'white rectangle')
- - "▮": [t: "rectangle vertical noir"] # 0x25ae (en: 'black vertical rectangle')
- - "▯": [t: "white vertical rectangle"] # 0x25af
- - "▰": [t: "parallélogramme noir"] # 0x25b0 (en: 'black parallelogram')
- - "▱": [t: "parallélogramme blanc"] # 0x25b1 (en: 'white parallelogram')
- - "▲": [t: "petit triangle noir pointant vers le haut"] # 0x25b2 (en: 'black up pointing triangle')
- - "△": [t: "triangle blanc pointant vers le haut"] # 0x25b3 (en: 'triangle')
- - "▴": [t: "petit triangle noir pointant vers le haut"] # 0x25b4 (en: 'black up pointing small triangle')
- - "▵": [t: "petit triangle blanc pointant vers le haut"] # 0x25b5 (en: 'white up pointing small triangle')
- - "▶": [t: "petit triangle noir pointant vers la droite"] # 0x25b6 (en: 'black right pointing triangle')
- - "▷": [t: "triangle blanc pointant vers la droite"] # 0x25b7 (en: 'white right pointing triangle')
- - "▸": [t: "petit triangle noir pointant vers la droite"] # 0x25b8 (en: 'black right pointing small triangle')
- - "▹": [t: "petit triangle blanc pointant vers la droite"] # 0x25b9 (en: 'white right pointing small triangle')
- - "►": [t: "pointeur noir vers la droite"] # 0x25ba (en: 'black right pointing pointer', DeepL: 'pointeur noir à droite')
- - "▻": [t: "pointeur blanc vers la droite"] # 0x25bb (en: 'white right pointing pointer', DeepL: 'pointeur blanc pointant vers la droite')
- - "▼": [t: "petit triangle noir pointant vers le bas"] # 0x25bc (en: 'black down pointing triangle')
- - "▽": [t: "triangle blanc pointant vers le bas"] # 0x25bd (en: 'white down pointing triangle')
- - "▾": [t: "petit triangle noir pointant vers le bas"] # 0x25be (en: 'black down pointing small triangle')
- - "▿": [t: "petit triangle blanc pointant vers le bas"] # 0x25bf (en: 'white down pointing small triangle')
- - "◀": [t: "petit triangle noir pointant vers la gauche"] # 0x25c0 (en: 'black left pointing triangle')
- - "◁": [t: "petit triangle blanc pointant vers la gauche"] # 0x25c1 (en: 'white left pointing triangle')
- - "◂": [t: "petit triangle noir pointant vers la gauche"] # 0x25c2 (en: 'black left pointing small triangle')
- - "◃": [t: "petit triangle blanc pointant vers la gauche"] # 0x25c3 (en: 'white left pointing small triangle')
- - "◄": [t: "pointeur noir vers la gauche"] # 0x25c4 (en: 'black left pointing pointer')
- - "◅": [t: "pointeur blanc vers la gauche"] # 0x25c5 (en: 'white left pointing pointer')
- - "◆": [t: "losange noir"] # 0x25c6 (en: 'black diamond')
- - "◇": [t: "losange blanc"] # 0x25c7 (en: 'white diamond')
- - "◈": [t: "losange blanc évidé"] # 0x25c8 (en: 'white diamond containing black small diamond')
- - "◉": [t: "cercle blanc évidé"] # 0x25c9 (en: 'fisheye')
- - "◊": [t: "losange"] # 0x25ca (en: 'lozenge')
- - "○": [t: "cercle blanc"] # 0x25cb (en: 'white circle')
- - "◌": [t: "cercle en pointillés"] # 0x25cc (en: 'dotted circle')
- - "◍": [t: "cercle hachuré verticalement"] # 0x25cd (en: 'circle with vertical fill')
- - "◎": [t: "deux cercles concentriques"] # 0x25ce (en: 'bullseye')
- - "●": [t: "cercle noir"] # 0x25cf (en: 'black circle')
- - "◐": [t: "cercle avec moitié gauche noire"] # 0x25d0 (en: 'circle with left half black')
- - "◑": [t: "cercle avec moitié droite noire"] # 0x25d1 (en: 'circle with right half black')
- - "◒": [t: "cercle avec moitié inférieure"] # 0x25d2 (en: 'circle with lower half black')
- - "◓": [t: "cercle avec moitié supérieure"] # 0x25d3 (en: 'circle with upper half black')
- - "◔": [t: "cercle avec quadrant supérieur droit noir"] # 0x25d4 (en: 'circle with upper right quadrant black')
- - "◕": [t: "disque avec quadrant supérieur gauche blanc"] # 0x25d5 (en: 'circle with all but upper left quadrant black')
- - "◖": [t: "demi disque gauche noir"] # 0x25d6 (en: 'left half black circle', MathPlayer: 'demi-disque gauche noir', DeepL: 'demi-cercle noir gauche')
- - "◗": [t: "demi disque droite noir"] # 0x25d7 (en: 'right half black circle', MathPlayer: 'demi-disque droite noir', DeepL: 'demi-cercle noir droit')
- - "◘": [t: "point noir au blanc"] # 0x25d8 (en: 'inverse bullet', MathPlayer: 'point noir-au-blanc', DeepL: 'puce inversée')
- - "◙": [t: "cercle noir au blanc"] # 0x25d9 (en: 'inverse white circle', MathPlayer: 'cercle noir-au-blanc', DeepL: 'cercle blanc inversé')
- - "◚": [t: "demi cercle supérieur noir au blanc"] # 0x25da (en: 'upper half inverse white circle', MathPlayer: 'demi-cercle supérieur noir-au- blanc', DeepL: 'moitié supérieure du cercle blanc inversé')
- - "◛": [t: "demi cercle inférieur noir au blanc"] # 0x25db (en: 'lower half inverse white circle', MathPlayer: 'demi-cercle inférieur noir-au- blanc', DeepL: 'moitié inférieure du cercle blanc inversé')
- - "◜": [t: "arc de cercle dans le quadrant supérieur gauchearc de cercle dans le quadrant supérieur gauche"] # 0x25dc (en: 'upper left quadrant circular arc')
- - "◝": [t: "arc de cercle dans le quadrant supérieur droit"] # 0x25dd (en: 'upper right quadrant circular arc')
- - "◞": [t: "arc de cercle dans le quadrant inférieur droit"] # 0x25de (en: 'lower right quadrant circular arc')
- - "◟": [t: "arc de cercle dans le quadrant inférieur gauche"] # 0x25df (en: 'lower left quadrant circular arc')
- - "◠": [t: "demi-cercle supérieur"] # 0x25e0 (en: 'upper half circle', SRE: 'demi cercle supérieur')
- - "◡": [t: "demi-cercle inférieur"] # 0x25e1 (en: 'lower half circle', SRE: 'demi cercle inférieur')
- - "◢": [t: "coin triangulaire noir inférieur droit"] # 0x25e2 (en: 'black lower right triangle')
- - "◣": [t: "coin triangulaire noir inférieur gauche"] # 0x25e3 (en: 'black lower left triangle')
- - "◤": [t: "coin triangulaire noir supérieur gauche"] # 0x25e4 (en: 'black upper left triangle')
- - "◥": [t: "coin triangulaire noir supérieur droit"] # 0x25e5 (en: 'black upper right triangle')
- - "◦": [t: "opérateur rond"] # 0x25e6 (en: 'composition')
- - "◧": [t: "carré à moitié gauche noire"] # 0x25e7 (en: 'square with left half black')
- - "◨": [t: "carré à moitié droite noire"] # 0x25e8 (en: 'square with right half black')
- - "◩": [t: "carré à moitié supérieure gauche noire"] # 0x25e9 (en: 'square with upper left half black')
- - "◪": [t: "carré à moitié inférieure droite noire"] # 0x25ea (en: 'square with lower right half black')
- - "◫": [t: "carré blanc à ligne bissectrice verticale"] # 0x25eb (en: 'white square with bisecting line')
- - "◬": [t: "triangle blanc pointant vers le haut pointé"] # 0x25ec (en: 'white up pointing triangle with dot')
- - "◭": [t: "triangle pointe vers le haut À moitié gauche noire"] # 0x25ed (en: 'up pointing triangle with left half black')
- - "◮": [t: "triangle pointe vers le haut À moitié droite noire"] # 0x25ee (en: 'up pointing triangle with right half black')
- - "◯": [t: "grand cercle"] # 0x25ef (en: 'large circle')
- - "◰": [t: "carré blanc à quartier supérieur gauche"] # 0x25f0 (en: 'white square with upper left quadrant', DeepL: 'carré blanc avec quadrant supérieur gauche')
- - "◱": [t: "carré blanc à quartier inférieur gauche"] # 0x25f1 (en: 'white square with lower left quadrant', DeepL: 'carré blanc avec quadrant inférieur gauche')
- - "◲": [t: "carré blanc à quartier inférieur droit"] # 0x25f2 (en: 'white square with lower right quadrant', DeepL: 'carré blanc avec quadrant inférieur droit')
- - "◳": [t: "carré blanc à quartier supérieur droit"] # 0x25f3 (en: 'white square with upper right quadrant', DeepL: 'carré blanc avec quadrant supérieur droit')
- - "◴": [t: "cercle blanc à quartier supérieur gauche"] # 0x25f4 (en: 'white circle with upper left quadrant', DeepL: 'cercle blanc avec quadrant supérieur gauche')
- - "◵": [t: "cercle blanc à quartier inférieur gauche"] # 0x25f5 (en: 'white circle with lower left quadrant', DeepL: 'cercle blanc avec quadrant inférieur gauche')
- - "◶": [t: "cercle blanc à quartier inférieur droit"] # 0x25f6 (en: 'white circle with lower right quadrant', DeepL: 'cercle blanc avec quadrant inférieur droit')
- - "◷": [t: "cercle blanc à quartier supérieur droit"] # 0x25f7 (en: 'white circle with upper right quadrant', DeepL: 'cercle blanc avec quadrant supérieur droit')
- - "◸": [t: "triangle rectangle supérieur gauche"] # 0x25f8 (en: 'upper left triangle')
- - "◹": [t: "triangle rectangle supérieur droit"] # 0x25f9 (en: 'upper right triangle')
- - "◺": [t: "triangle rectangle inférieur gauche"] # 0x25fa (en: 'lower left triangle')
- - "◻": [t: "carré moyen blanc"] # 0x25fb (en: 'white medium square')
- - "◼": [t: "carré moyen noir"] # 0x25fc (en: 'black medium square')
- - "◽": [t: "carré moyen blanc"] # 0x25fd (en: 'white medium small square')
- - "◾": [t: "carré moyen noir"] # 0x25fe (en: 'black medium small square')
- - "◿": [t: "triangle rectangle inférieur droit"] # 0x25ff (en: 'lower right triangle')
- - "★": [t: "étoile noire"] # 0x2605 (en: 'black star')
- - "☆": [t: "étoile blanche"] # 0x2606 (en: 'white star')
- - "☉": [t: "soleil"] # 0x2609 (en: 'sun', DeepL translation)
- - "☌": [t: "conjonction"] # 0x260c (en: 'conjuction', DeepL translation)
- - "☒": [t: "bulletin de vote avec x"] # 0x2612 (en: 'ballot box with x', DeepL: 'urne avec x')
- - "☽": [t: "premier quartier de lune"] # 0x263d (en: 'waxing moon', DeepL: 'lune croissante')
- - "☾": [t: "dernier quartier de lune"] # 0x263e (en: 'waning moon', DeepL: 'lune décroissante')
- - "☿": [t: "mercure"] # 0x263f (en: 'mercury')
- - "♀": [t: "signe femelle"] # 0x2640 (en: 'female', DeepL: 'féminin')
- - "♁": [t: "terre"] # 0x2641 (en: 'earth')
- - "♂": [t: "signe mâle"] # 0x2642 (en: 'male', DeepL: 'masculin')
- - "♃": [t: "jupiter"] # 0x2643
- - "♄": [t: "saturne"] # 0x2644 (en: 'saturn')
- - "♅": [t: "uranus"] # 0x2645
- - "♆": [t: "neptune"] # 0x2646
- - "♇": [t: "pluton"] # 0x2647 (en: 'pluto')
- - "♈": [t: "bélier"] # 0x2648 (en: 'aries')
- - "♉": [t: "taureau"] # 0x2649 (en: 'taurus')
- - "♩": [t: "note noire"] # 0x2669 (en: 'quarter note', DeepL: 'noire')
- - "♭": [t: "bémol"] # 0x266d (en: 'flat', DeepL: 'plat')
- - "♮": [t: "bécarre"] # 0x266e (en: 'natural', DeepL: 'naturel')
- - "♯": [t: "dièse"] # 0x266f (en: 'sharp', DeepL: 'pointu')
- - "♠": [t: "pique noir"] # 0x2660 (en: 'black spade suit', DeepL: 'suite de piques noire')
- - "♡": [t: "coeur blanc"] # 0x2661 (en: 'white heart suit', DeepL: 'costume de cœur blanc')
- - "♢": [t: "carreau blanc"] # 0x2662 (en: 'white diamond suit', DeepL: 'costume en diamant blanc')
- - "♣": [t: "trèfle noir"] # 0x2663 (en: 'black club suit', DeepL: 'noir club suit')
- - "♤": [t: "pique blanc"] # 0x2664 (en: 'white spade suit', DeepL: 'combinaison de pique blanche')
- - "♥": [t: "cœur noir"] # 0x2665 (en: 'black heart suit', DeepL: 'coeur noir')
- - "♦": [t: "carreau noir"] # 0x2666 (en: 'black diamond suit', DeepL: 'combinaison de diamant noir')
- - "♧": [t: "trèfle blanc"] # 0x2667 (en: 'white club suit', DeepL: 'couleur blanche du trèfle')
- - "⚀": [t: "face 1 du dé"] # 0x2680 (en: 'die face 1', DeepL translation)
- - "⚁": [t: "tête de dé 2"] # 0x2681 (en: 'die face 2', DeepL translation)
- - "⚂": [t: "face de matrice 3"] # 0x2682 (en: 'die face 3', DeepL translation)
- - "⚃": [t: "face du dé 4"] # 0x2683 (en: 'die face 4', DeepL translation)
- - "⚄": [t: "face du dé 5"] # 0x2684 (en: 'die face 5', DeepL translation)
- - "⚅": [t: "face du dé 6"] # 0x2685 (en: 'die face 6', DeepL translation)
- - "⚆": [t: "cercle blanc avec point à droite"] # 0x2686 (en: 'white circle with dot right', DeepL translation)
- - "⚇": [t: "cercle blanc avec deux points"] # 0x2687 (en: 'white circle wiht two dots', DeepL translation)
- - "⚈": [t: "cercle noir avec point à droite"] # 0x2688 (en: 'black circle with dot right', DeepL translation)
- - "⚉": [t: "cercle noir avec deux points"] # 0x2689 (en: 'black circle wiht two dots', DeepL translation)
- - "⚪": [t: "cercle moyen blanc"] # 0x26aa (en: 'medium white circle', DeepL: 'cercle blanc moyen')
- - "⚫": [t: "cercle moyen noir"] # 0x26ab (en: 'medium black circle', DeepL: 'cercle noir moyen')
- - "⚬": [t: "moyen petit cercle blanc"] # 0x26ac (en: 'medium small white circle', DeepL translation)
- - "⚲": [t: "neutre"] # 0x26b2 (en: 'neuter', DeepL translation)
- - "✓": [t: "signe de vérification"] # 0x2713 (en: 'check mark')
- - "✠": [t: "croix de malte"] # 0x2720 (en: 'maltese cross')
- - "✪": [t: "Étoile blanche cerclée"] # 0x272a (en: 'circled white star', DeepL: 'étoile blanche encerclée')
- - "✶": [t: "étoile noire à six branches"] # 0x2736 (en: 'six pionted black star')
- - "❨": [t: "parenthèse de fantaisie gauche demi grasse"] # 0x2768 (en: 'medium left parentheses ornament', DeepL: 'ornement moyen entre parenthèses à gauche')
- - "❩": [t: "parenthèse de fantaisie droite demi grasse"] # 0x2769 (en: 'medium right parentheses ornament', DeepL: 'parenthèse moyenne à droite ornement')
- - "❪": [t: "parenthèse de fantaisie gauche demi grasse aplatie"] # 0x276a (en: 'medium flattened left parentheses ornament', DeepL: 'ornement de parenthèse gauche aplatie moyenne')
- - "❫": [t: "parenthèse de fantaisie droite demi grasse aplatie"] # 0x276b (en: 'medium flattened right parentheses ornament', DeepL: 'ornement de parenthèses moyennement aplati vers la droite')
- - "❬": [t: "chevron de fantaisie vers la gauche demi gras"] # 0x276c (en: 'medium left-pointing angle bracket ornament', DeepL: 'moyen angle gauche crochet ornement')
- - "❭": [t: "chevron de fantaisie vers la droite demi gras"] # 0x276d (en: 'medium right-pointing angle bracket ornament', DeepL: 'angle moyen pointant vers la droite ornement en forme d'équerre')
- - "❮": [t: "guillemet de fantaisie vers la gauche gras"] # 0x276e (en: 'heavy left-pointing angle quotation mark ornament', DeepL: 'lourd ornement en forme de guillemet à l'angle gauche')
- - "❯": [t: "guillemet de fantaisie vers la droite gras"] # 0x276f (en: 'heavy right-pointing angle quotation mark ornament', DeepL: 'ornement de guillemet à angle droit lourd')
- - "❰": [t: "crochet de fantaisie vers la gauche gras"] # 0x2770 (en: 'heavy left-pointing angle bracket ornament', DeepL: 'ornement de l'équerre lourde pointant vers la gauche')
- - "❱": [t: "crochet de fantaisie vers la droite gras"] # 0x2771 (en: 'heavy right-pointing angle bracket ornament', DeepL: 'ornement de l'équerre lourde pointant vers la droite')
- - "❲": [t: "crochet de fantaisie gauche maigre en écaille"] # 0x2772 (en: 'light left tortoise shell bracket ornament', DeepL: 'ornement léger en écaille de tortue à gauche')
- - "❳": [t: "crochet de fantaisie droit maigre en écaille"] # 0x2773 (en: 'light right tortoise shell bracket ornament', DeepL: 'ornement de support en écaille de tortue léger et droit')
- - "❴": [t: "accolade de fantaisie gauche moyenne"] # 0x2774 (en: 'medium left brace ornament', DeepL: 'ornement d'accolade moyen gauche')
- - "❵": [t: "accolade de fantaisie droite moyenne"] # 0x2775 (en: 'medium right brace ornament', DeepL: 'accolade moyenne droite ornement')
- - "❶": [t: "un encerclé de noir"] # 0x2776 (en: 'black circled one', DeepL translation)
- - "❷": [t: "deux encerclé de noir"] # 0x2777 (en: 'black circled two', DeepL translation)
- - "❸": [t: "trois encerclé de noir"] # 0x2778 (en: 'black circled three', DeepL translation)
- - "❹": [t: "quatre encerclé de noir"] # 0x2779 (en: 'black circled four', DeepL translation)
- - "❺": [t: "cinq encerclé de noir"] # 0x277a (en: 'black circled five', DeepL translation)
- - "❻": [t: "six encerclé de noir"] # 0x277b (en: 'black circled six', DeepL translation)
- - "❼": [t: "sept encerclé de noir"] # 0x277c (en: 'black circled seven', DeepL translation)
- - "❽": [t: "huit encerclé de noir"] # 0x277d (en: 'black circled eight', DeepL translation)
- - "❾": [t: "neuf encerclé de noir"] # 0x277e (en: 'black circled nine', DeepL translation)
- - "❿": [t: "dix encerclé de noir"] # 0x277f (en: 'black circled ten', DeepL translation)
- - "➀": [t: "un encerclé sans serif"] # 0x2780 (en: 'circled sans serif one', DeepL translation)
- - "➁": [t: "deux encerclé sans serif"] # 0x2781 (en: 'circled sans serif two', DeepL translation)
- - "➂": [t: "trois encerclé sans serif"] # 0x2782 (en: 'circled sans serif three', DeepL translation)
- - "➃": [t: "quatre encerclé sans serif"] # 0x2783 (en: 'circled sans serif four', DeepL translation)
- - "➄": [t: "cinq encerclé sans serif"] # 0x2784 (en: 'circled sans serif five', DeepL translation)
- - "➅": [t: "six encerclé sans serif"] # 0x2785 (en: 'circled sans serif six', DeepL translation)
- - "➆": [t: "sept encerclé sans serif"] # 0x2786 (en: 'circled sans serif seven', DeepL translation)
- - "➇": [t: "huit encerclé sans serif"] # 0x2787 (en: 'circled sans serif eight', DeepL translation)
- - "➈": [t: "neuf encerclé sans serif"] # 0x2788 (en: 'circled sans serif nine', DeepL translation)
- - "➉": [t: "dix encerclé sans serif"] # 0x2789 (en: 'circled sans serif ten', DeepL translation)
- - "➊": [t: "un encerclé de noir sans serif"] # 0x278a (en: 'black circled sans serif one', DeepL translation)
- - "➋": [t: "deux encerclé de nori sans serif"] # 0x278b (en: 'black circled sans serif two', DeepL translation)
- - "➌": [t: "trois encerclé de noir sans serif"] # 0x278c (en: 'black circled sans serif three', DeepL translation)
- - "➍": [t: "quatre encerclé de noir sans serif"] # 0x278d (en: 'black circled sans serif four', DeepL translation)
- - "➎": [t: "cinq encerclé de noir sans serif"] # 0x278e (en: 'black circled sans serif five', DeepL translation)
- - "➏": [t: "six encerclé de noir sans serif"] # 0x278f (en: 'black circled sans serif six', DeepL translation)
- - "➐": [t: "sept encerclé de noir sans serif"] # 0x2790 (en: 'black circled sans serif seven', DeepL translation)
- - "➑": [t: "huit encerclé de noir sans serif"] # 0x2791 (en: 'black circled sans serif eight', DeepL translation)
- - "➒": [t: "neuf encerclé de noir sans serif"] # 0x2792 (en: 'black circled sans serif nine', DeepL translation)
- - "➓": [t: "dix encerclé de noir sans serif"] # 0x2793 (en: 'black circled sans serif ten', DeepL translation)
- - "➔": [t: "flèche grasse vers la droite à pointe large"] # 0x2794 (en: 'heavy wide-headed rightwards arrow', DeepL: 'flèche lourde à tête large vers la droite')
- - "➕": [t: "plus gras"] # 0x2795 (en: 'heavy plus sign', DeepL: 'signe plus lourd')
- - "➖": [t: "moins gras"] # 0x2796 (en: 'heavy minus sign', DeepL: 'signe moins lourd')
- - "➗": [t: "division gras"] # 0x2797 (en: 'heavy division sign', DeepL: 'signe de division lourd')
- - "➘": [t: "flèche grasse sud est"] # 0x2798 (en: 'heavy south east arrow', DeepL: 'flèche lourde sud-est')
- - "➙": [t: "flèche grasse vers la droite grasse"] # 0x2799 (en: 'heavy rightwards arrow', DeepL: 'flèche lourde vers la droite')
- - "➚": [t: "flèche grasse nord est"] # 0x279a (en: 'heavy north east arrow', DeepL: 'flèche lourde nord-est')
- - "➛": [t: "flèche de traçage vers la droite"] # 0x279b (en: 'drafting point rightwards arrow', DeepL: 'point de rédaction flèche vers la droite')
- - "➜": [t: "flèche grasse à pointe arrondie vers la droite"] # 0x279c (en: 'heavy round-tipped rightwards arrow', DeepL: 'flèche lourde à pointe ronde vers la droite')
- - "➝": [t: "flèche à pointe en triangle vers la droite"] # 0x279d (en: 'triangle-headed rightwards arrow', DeepL: 'flèche triangulaire vers la droite')
- - "➞": [t: "flèche grasse à pointe en triangle vers la droite"] # 0x279e (en: 'heavy triangle-headed rightwards arrow', DeepL: 'flèche lourde à tête triangulaire vers la droite')
- - "➟": [t: "flèche avec pointillés à pointe en triangle vers la droite"] # 0x279f (en: 'dashed triangle-headed rightwards arrow', DeepL: 'flèche en pointillé à tête triangulaire vers la droite')
- - "➠": [t: "flèche grasse avec pointillés à pointe en triangle vers la droite"] # 0x27a0 (en: 'heavy dashed triangle-headed rightwards arrow', DeepL: 'flèche lourde en pointillés à tête triangulaire vers la droite')
- - "➡": [t: "flèche noire vers la droite"] # 0x27a1 (en: 'black rightwards arrow')
- - "➢": [t: "pointe de flèche vers la droite en trompe l'œil éclairée par le haut"] # 0x27a2 (en: 'three d top lighted rightwards arrow', DeepL: 'trois d en haut, flèche vers la droite éclairée')
- - "➣": [t: "pointe de flèche vers la droite en trompe l'œil éclairée par le bas"] # 0x27a3 (en: 'three d bottom lighted rightwards arrow', DeepL: 'trois d en bas éclairé flèche vers la droite')
- - "➤": [t: "pointe de flèche noire vers la droite"] # 0x27a4 (en: 'black rightwards arrowhead')
- - "➥": [t: "flèche noire grasse courbée vers le bas et vers la droite"] # 0x27a5 (en: 'heavy black curved downwards and rightwards arrow', DeepL: 'flèche noire incurvée vers le bas et vers la droite')
- - "➦": [t: "flèche noire courbée vers le haut et vers la droite"] # 0x27a6 (en: 'heavy black curved upwards and rightwards arrow', DeepL: 'flèche noire incurvée vers le haut et la droite')
- - "➧": [t: "flèche noire trapue vers la droite"] # 0x27a7 (en: 'squat black rightwards arrow')
- - "➨": [t: "flèche noire grasse à pointe concave vers la droite"] # 0x27a8 (en: 'heavy concave-pointed black rightwards arrow', DeepL: 'flèche noire lourde à pointe concave vers la droite')
- - "➩": [t: "flèche blanche vers la droite ombrée à l'avant"] # 0x27a9 (en: 'right-shaded white rightwards arrow', DeepL: 'flèche vers la droite blanche ombrée à droite')
- - "➪": [t: "flèche blanche vers la droite ombrée à l'arrière"] # 0x27aa (en: 'left-shaded white rightwards arrow', DeepL: 'flèche blanche ombrée à gauche vers la droite')
- - "➫": [t: "flèche blanche vers la droite penchée vers l'arrière et ombrée"] # 0x27ab (en: 'back-tilted shadowed white rightwards arrow', DeepL: 'flèche blanche ombrée vers la droite, inclinée vers l'arrière')
- - "➬": [t: "flèche blanche vers la droite penchée vers l'avant et ombrée"] # 0x27ac (en: 'front-tilted shadowed white rightwards arrow', DeepL: 'flèche blanche inclinée vers l'avant et ombrée vers la droite')
- - "➭": [t: "flèche blanche grasse vers la droite à ombre inférieure droite"] # 0x27ad (en: 'heavy lower right-shadowed white rightwards arrow', DeepL: 'flèche lourde inférieure droite ombrée de blanc vers la droite')
- - "➮": [t: "flèche blanche grasse vers la droite à ombre supérieure droite"] # 0x27ae (en: 'heavy upper right-shadowed white rightwards arrow', DeepL: 'flèche lourde en haut à droite, ombrée en blanc, vers la droite')
- - "➯": [t: "flèche encochée blanche vers la droite ombrée à l'avant et par dessous"] # 0x27af (en: 'notched lower right-shadowed white rightwards arrow', DeepL: 'flèche de droite encochée en bas à droite et ombrée en blanc')
- - "➱": [t: "flèche encochée blanche vers la droite ombrée à l'avant et par dessus"] # 0x27b1 (en: 'notched upper right-shadowed white rightwards arrow', DeepL: 'flèche supérieure droite crantée et ombrée de blanc vers la droite')
- - "➲": [t: "flèche blanche grasse vers la droite à contour circulaire"] # 0x27b2 (en: 'circled heavy white rightwards arrow', DeepL: 'encerclé heavy white rightwards arrow (flèche blanche vers la droite)')
- - "➳": [t: "flèche empennée blanche vers la droite"] # 0x27b3 (en: 'white-feathered rightwards arrow', DeepL: 'flèche blanche vers la droite')
- - "➴": [t: "flèche empennée noir sud est"] # 0x27b4 (en: 'black-feathered south east arrow', DeepL: 'flèche sud-est à plumes noires')
- - "➵": [t: "flèche empennée noir vers la droite"] # 0x27b5 (en: 'black-feathered rightwards arrow', DeepL: 'flèche noire vers la droite')
- - "➶": [t: "flèche empennée noir nord est"] # 0x27b6 (en: 'black-feathered north east arrow', DeepL: 'flèche nord-est à plumes noires')
- - "➷": [t: "flèche empennée gras noire sud est"] # 0x27b7 (en: 'heavy black-feathered south east arrow', DeepL: 'lourde flèche sud-est à plumes noires')
- - "➸": [t: "flèche empennée gras noire vers la droite"] # 0x27b8 (en: 'heavy black-feathered rightwards arrow', DeepL: 'flèche lourde à plumes noires vers la droite')
- - "➹": [t: "flèche empennée gras noire nord est"] # 0x27b9 (en: 'heavy black-feathered north east arrow', DeepL: 'flèche lourde à plumes noires vers le nord-est')
- - "➺": [t: "flèche vers la droite à pointe larmée"] # 0x27ba (en: 'teradrop-barbed rightwards arrow', DeepL: 'teradrop-flèche droite barrée')
- - "➻": [t: "flèche vers la droite à hampe larmée"] # 0x27bb (en: 'heavy teardrop-shanked rightwards arrow', DeepL: 'flèche lourde en forme de goutte d'eau vers la droite')
- - "➼": [t: "flèche vers la droite à queue en forme de coin"] # 0x27bc (en: 'wedge-tailed rightwards arrow', DeepL: 'flèche en forme de coin vers la droite')
- - "➽": [t: "flèche grasse vers la droite à queue en forme de coin"] # 0x27bd (en: 'heavy wedge-tailed rightwards arrow', DeepL: 'flèche lourde à queue cunéiforme vers la droite')
- - "➾": [t: "flèche vers la droite à contour ouvert"] # 0x27be (en: 'open-outlined rightwards arrow', DeepL: 'flèche ouverte vers la droite')
- - "⟀": [t: "angle tridimensionnel"] # 0x27c0 (en: 'three dimensional angle')
- - "⟁": [t: "petit triangle blanc inscrit dans triangle blanc"] # 0x27c1 (en: 'white triangle containing small white triangle')
+ - SPELL: "translate('.', '⓵⓶⓷⓸⓹⓺⓻⓼⓽', '123456789')"
+ - T: "double encerclé" # (en: 'double circled', DeepL translation)
+
+ - "⓾": [T: "dix encerclé double"] # 0x24fe (en: 'double circled ten', DeepL translation)
+ - "⓿": [T: "zéro encerclé de noir"] # 0x24ff (en: 'black circled zero', DeepL translation)
+ - "■": [T: "petit carré noir"] # 0x25a0 (en: 'black square')
+ - "□": [T: "carré blanc"] # 0x25a1 (en: 'white square')
+ - "▢": [T: "carré blanc aux coins arrondis"] # 0x25a2 (en: 'white square with rounded corners')
+ - "▣": [T: "carré blanc contenant un petit carré noir"] # 0x25a3 (en: 'white square containing small black square', DeepL: 'carré blanc contenant un petit carré noir')
+ - "▤": [T: "carré hachuré horizontalement"] # 0x25a4 (en: 'square with horizontal fill', DeepL: 'carré avec remplissage horizontal')
+ - "▥": [T: "carré hachuré verticalement"] # 0x25a5 (en: 'square with vertical fill', DeepL: 'carré avec remplissage vertical')
+ - "▦": [T: "carré quadrillé"] # 0x25a6 (en: 'square with orthogonal crosshatch fill', DeepL: 'carré avec remplissage par hachures orthogonales')
+ - "▧": [T: "carré hachuré du haut à gauche vers le bas à droite"] # 0x25a7 (en: 'square with upper left to lower right fill', DeepL: 'carré avec remplissage d'en haut à gauche à en bas à droite')
+ - "▨": [T: "carré hachuré du haut à droite vers le bas à gauche"] # 0x25a8 (en: 'square with upper right to lower left fill', DeepL: 'carré avec remplissage en haut à droite et en bas à gauche')
+ - "▩": [T: "carré quadrillé en diagonale"] # 0x25a9 (en: 'square with diagonal crosshatch fill', DeepL: 'carré avec remplissage par hachures diagonales')
+ - "▪": [T: "petit carré noir"] # 0x25aa (en: 'black small square')
+ - "▫": [T: "petit carré blanc"] # 0x25ab (en: 'white small square')
+ - "▬": [T: "rectangle noir"] # 0x25ac (en: 'black rectangle')
+ - "▭": [T: "rectangle blanc"] # 0x25ad (en: 'white rectangle')
+ - "▮": [T: "rectangle vertical noir"] # 0x25ae (en: 'black vertical rectangle')
+ - "▯": [T: "rectangle vertical blanc"] # 0x25af
+ - "▰": [T: "parallélogramme noir"] # 0x25b0 (en: 'black parallelogram')
+ - "▱": [T: "parallélogramme blanc"] # 0x25b1 (en: 'white parallelogram')
+ - "▲": [T: "triangle noir pointant vers le haut"] # 0x25b2 (en: 'black up pointing triangle')
+ - "△": [T: "triangle blanc pointant vers le haut"] # 0x25b3 (en: 'triangle')
+ - "▴": [T: "petit triangle noir pointant vers le haut"] # 0x25b4 (en: 'black up pointing small triangle')
+ - "▵": [T: "petit triangle blanc pointant vers le haut"] # 0x25b5 (en: 'white up pointing small triangle')
+ - "▶": [T: "triangle noir pointant vers la droite"] # 0x25b6 (en: 'black right pointing triangle')
+ - "▷": [T: "triangle blanc pointant vers la droite"] # 0x25b7 (en: 'white right pointing triangle')
+ - "▸": [T: "petit triangle noir pointant vers la droite"] # 0x25b8 (en: 'black right pointing small triangle')
+ - "▹": [T: "petit triangle blanc pointant vers la droite"] # 0x25b9 (en: 'white right pointing small triangle')
+ - "►": [T: "pointeur noir vers la droite"] # 0x25ba (en: 'black right pointing pointer', DeepL: 'pointeur noir à droite')
+ - "▻": [T: "pointeur blanc vers la droite"] # 0x25bb (en: 'white right pointing pointer', DeepL: 'pointeur blanc pointant vers la droite')
+ - "▼": [T: "triangle noir pointant vers le bas"] # 0x25bc (en: 'black down pointing triangle')
+ - "▽": [T: "triangle blanc pointant vers le bas"] # 0x25bd (en: 'white down pointing triangle')
+ - "▾": [T: "petit triangle noir pointant vers le bas"] # 0x25be (en: 'black down pointing small triangle')
+ - "▿": [T: "petit triangle blanc pointant vers le bas"] # 0x25bf (en: 'white down pointing small triangle')
+ - "◀": [T: "triangle noir pointant vers la gauche"] # 0x25c0 (en: 'black left pointing triangle')
+ - "◁": [T: "triangle blanc pointant vers la gauche"] # 0x25c1 (en: 'white left pointing triangle')
+ - "◂": [T: "petit triangle noir pointant vers la gauche"] # 0x25c2 (en: 'black left pointing small triangle')
+ - "◃": [T: "petit triangle blanc pointant vers la gauche"] # 0x25c3 (en: 'white left pointing small triangle')
+ - "◄": [T: "pointeur noir vers la gauche"] # 0x25c4 (en: 'black left pointing pointer')
+ - "◅": [T: "pointeur blanc vers la gauche"] # 0x25c5 (en: 'white left pointing pointer')
+ - "◆": [T: "losange noir"] # 0x25c6 (en: 'black diamond')
+ - "◇": [T: "losange blanc"] # 0x25c7 (en: 'white diamond')
+ - "◈": [T: "losange blanc contenant un petit losange noir"] # 0x25c8 (en: 'white diamond containing black small diamond')
+ - "◉": [T: "cercle blanc évidé"] # 0x25c9 (en: 'fisheye')
+ - "◊": [T: "rhombe"] # 0x25ca (en: 'lozenge')
+ - "○": [T: "cercle blanc"] # 0x25cb (en: 'white circle')
+ - "◌": [T: "cercle pointillé"] # 0x25cc (en: 'dotted circle')
+ - "◍": [T: "cercle hachuré verticalement"] # 0x25cd (en: 'circle with vertical fill')
+ - "◎": [T: "deux cercles concentriques"] # 0x25ce (en: 'bullseye')
+ - "●": [T: "cercle noir"] # 0x25cf (en: 'black circle')
+ - "◐": [T: "cercle avec moitié gauche noire"] # 0x25d0 (en: 'circle with left half black')
+ - "◑": [T: "cercle avec moitié droite noire"] # 0x25d1 (en: 'circle with right half black')
+ - "◒": [T: "cercle avec moitié inférieure noire"] # 0x25d2 (en: 'circle with lower half black')
+ - "◓": [T: "cercle avec moitié supérieure noire"] # 0x25d3 (en: 'circle with upper half black')
+ - "◔": [T: "cercle avec quadrant supérieur droit noir"] # 0x25d4 (en: 'circle with upper right quadrant black')
+ - "◕": [T: "cercle avec quadrant supérieur gauche blanc"] # 0x25d5 (en: 'circle with all but upper left quadrant black')
+ - "◖": [T: "demi-cercle gauche noir"] # 0x25d6 (en: 'left half black circle', MathPlayer: 'demi-disque gauche noir', DeepL: 'demi-cercle noir gauche')
+ - "◗": [T: "demi-cercle droite noir"] # 0x25d7 (en: 'right half black circle', MathPlayer: 'demi-disque droite noir', DeepL: 'demi-cercle noir droit')
+ - "◘": [T: "puce noir au blanc"] # 0x25d8 (en: 'inverse bullet', MathPlayer: 'point noir-au-blanc', DeepL: 'puce inversée')
+ - "◙": [T: "cercle noir au blanc"] # 0x25d9 (en: 'inverse white circle', MathPlayer: 'cercle noir-au-blanc', DeepL: 'cercle blanc inversé')
+ - "◚": [T: "demi cercle supérieur noir au blanc"] # 0x25da (en: 'upper half inverse white circle', MathPlayer: 'demi-cercle supérieur noir-au- blanc', DeepL: 'moitié supérieure du cercle blanc inversé')
+ - "◛": [T: "demi cercle inférieur noir au blanc"] # 0x25db (en: 'lower half inverse white circle', MathPlayer: 'demi-cercle inférieur noir-au- blanc', DeepL: 'moitié inférieure du cercle blanc inversé')
+ - "◜": [T: "arc de cercle dans le quadrant supérieur gauche"] # 0x25dc (en: 'upper left quadrant circular arc')
+ - "◝": [T: "arc de cercle dans le quadrant supérieur droit"] # 0x25dd (en: 'upper right quadrant circular arc')
+ - "◞": [T: "arc de cercle dans le quadrant inférieur droit"] # 0x25de (en: 'lower right quadrant circular arc')
+ - "◟": [T: "arc de cercle dans le quadrant inférieur gauche"] # 0x25df (en: 'lower left quadrant circular arc')
+ - "◠": [T: "demi-cercle supérieur"] # 0x25e0 (en: 'upper half circle', SRE: 'demi cercle supérieur')
+ - "◡": [T: "demi-cercle inférieur"] # 0x25e1 (en: 'lower half circle', SRE: 'demi cercle inférieur')
+ - "◢": [T: "coin triangulaire noir inférieur droit"] # 0x25e2 (en: 'black lower right triangle')
+ - "◣": [T: "coin triangulaire noir inférieur gauche"] # 0x25e3 (en: 'black lower left triangle')
+ - "◤": [T: "coin triangulaire noir supérieur gauche"] # 0x25e4 (en: 'black upper left triangle')
+ - "◥": [T: "coin triangulaire noir supérieur droit"] # 0x25e5 (en: 'black upper right triangle')
+ - "◦": [T: "puce blance"] # 0x25e6 (en: 'composition')
+ - "◧": [T: "carré à moitié gauche noire"] # 0x25e7 (en: 'square with left half black')
+ - "◨": [T: "carré à moitié droite noire"] # 0x25e8 (en: 'square with right half black')
+ - "◩": [T: "carré à moitié supérieure gauche noire"] # 0x25e9 (en: 'square with upper left half black')
+ - "◪": [T: "carré à moitié inférieure droite noire"] # 0x25ea (en: 'square with lower right half black')
+ - "◫": [T: "carré blanc à ligne bissectrice verticale"] # 0x25eb (en: 'white square with bisecting line')
+ - "◬": [T: "triangle blanc pointant vers le haut pointé"] # 0x25ec (en: 'white up pointing triangle with dot')
+ - "◭": [T: "triangle pointe vers le haut à moitié gauche noire"] # 0x25ed (en: 'up pointing triangle with left half black')
+ - "◮": [T: "triangle pointe vers le haut à moitié droite noire"] # 0x25ee (en: 'up pointing triangle with right half black')
+ - "◯": [T: "grand cercle"] # 0x25ef (en: 'large circle')
+ - "◰": [T: "carré blanc à quartier supérieur gauche"] # 0x25f0 (en: 'white square with upper left quadrant', DeepL: 'carré blanc avec quadrant supérieur gauche')
+ - "◱": [T: "carré blanc à quartier inférieur gauche"] # 0x25f1 (en: 'white square with lower left quadrant', DeepL: 'carré blanc avec quadrant inférieur gauche')
+ - "◲": [T: "carré blanc à quartier inférieur droit"] # 0x25f2 (en: 'white square with lower right quadrant', DeepL: 'carré blanc avec quadrant inférieur droit')
+ - "◳": [T: "carré blanc à quartier supérieur droit"] # 0x25f3 (en: 'white square with upper right quadrant', DeepL: 'carré blanc avec quadrant supérieur droit')
+ - "◴": [T: "cercle blanc à quartier supérieur gauche"] # 0x25f4 (en: 'white circle with upper left quadrant', DeepL: 'cercle blanc avec quadrant supérieur gauche')
+ - "◵": [T: "cercle blanc à quartier inférieur gauche"] # 0x25f5 (en: 'white circle with lower left quadrant', DeepL: 'cercle blanc avec quadrant inférieur gauche')
+ - "◶": [T: "cercle blanc à quartier inférieur droit"] # 0x25f6 (en: 'white circle with lower right quadrant', DeepL: 'cercle blanc avec quadrant inférieur droit')
+ - "◷": [T: "cercle blanc à quartier supérieur droit"] # 0x25f7 (en: 'white circle with upper right quadrant', DeepL: 'cercle blanc avec quadrant supérieur droit')
+ - "◸": [T: "triangle rectangle supérieur gauche"] # 0x25f8 (en: 'upper left triangle')
+ - "◹": [T: "triangle rectangle supérieur droit"] # 0x25f9 (en: 'upper right triangle')
+ - "◺": [T: "triangle rectangle inférieur gauche"] # 0x25fa (en: 'lower left triangle')
+ - "◻": [T: "carré moyen blanc"] # 0x25fb (en: 'white medium square')
+ - "◼": [T: "carré moyen noir"] # 0x25fc (en: 'black medium square')
+ - "◽": [T: "carré moyen blanc"] # 0x25fd (en: 'white medium small square')
+ - "◾": [T: "carré moyen noir"] # 0x25fe (en: 'black medium small square')
+ - "◿": [T: "triangle rectangle inférieur droit"] # 0x25ff (en: 'lower right triangle')
+ - "★": [T: "étoile noire"] # 0x2605 (en: 'black star')
+ - "☆": [T: "étoile blanche"] # 0x2606 (en: 'white star')
+ - "☉": [T: "soleil"] # 0x2609 (en: 'sun', DeepL translation)
+ - "☌": [T: "conjonction"] # 0x260c (en: 'conjuction', DeepL translation)
+ - "☒": [T: "case de bulletin marquée d'un X"] # 0x2612 (en: 'ballot box with x', DeepL: 'urne avec x')
+ - "☽": [T: "premier quartier de lune"] # 0x263d (en: 'waxing moon', DeepL: 'lune croissante')
+ - "☾": [T: "dernier quartier de lune"] # 0x263e (en: 'waning moon', DeepL: 'lune décroissante')
+ - "☿": [T: "mercure"] # 0x263f (en: 'mercury')
+ - "♀": [T: "signe femelle"] # 0x2640 (en: 'female', DeepL: 'féminin')
+ - "♁": [T: "terre"] # 0x2641 (en: 'earth')
+ - "♂": [T: "signe mâle"] # 0x2642 (en: 'male', DeepL: 'masculin')
+ - "♃": [T: "jupiter"] # 0x2643
+ - "♄": [T: "saturne"] # 0x2644 (en: 'saturn')
+ - "♅": [T: "uranus"] # 0x2645
+ - "♆": [T: "neptune"] # 0x2646
+ - "♇": [T: "pluton"] # 0x2647 (en: 'pluto')
+ - "♈": [T: "bélier"] # 0x2648 (en: 'aries')
+ - "♉": [T: "taureau"] # 0x2649 (en: 'taurus')
+ - "♩": [T: "note noire"] # 0x2669 (en: 'quarter note', DeepL: 'noire')
+ - "♭": [T: "bémol"] # 0x266d (en: 'flat', DeepL: 'plat')
+ - "♮": [T: "bécarre"] # 0x266e (en: 'natural', DeepL: 'naturel')
+ - "♯": [T: "dièse"] # 0x266f (en: 'sharp', DeepL: 'pointu')
+ - "♠": [T: "pique noir"] # 0x2660 (en: 'black spade suit', DeepL: 'suite de piques noire')
+ - "♡": [T: "coeur blanc"] # 0x2661 (en: 'white heart suit', DeepL: 'costume de cœur blanc')
+ - "♢": [T: "carreau blanc"] # 0x2662 (en: 'white diamond suit', DeepL: 'costume en diamant blanc')
+ - "♣": [T: "trèfle noir"] # 0x2663 (en: 'black club suit', DeepL: 'noir club suit')
+ - "♤": [T: "pique blanc"] # 0x2664 (en: 'white spade suit', DeepL: 'combinaison de pique blanche')
+ - "♥": [T: "coeur noir"] # 0x2665 (en: 'black heart suit', DeepL: 'coeur noir')
+ - "♦": [T: "carreau noir"] # 0x2666 (en: 'black diamond suit', DeepL: 'combinaison de diamant noir')
+ - "♧": [T: "trèfle blanc"] # 0x2667 (en: 'white club suit', DeepL: 'couleur blanche du trèfle')
+ - "⚀": [T: "face de dé 1"] # 0x2680 (en: 'die face 1', DeepL translation)
+ - "⚁": [T: "face de dé 2"] # 0x2681 (en: 'die face 2', DeepL translation)
+ - "⚂": [T: "face de dé 3"] # 0x2682 (en: 'die face 3', DeepL translation)
+ - "⚃": [T: "face de dé 4"] # 0x2683 (en: 'die face 4', DeepL translation)
+ - "⚄": [T: "face de dé 5"] # 0x2684 (en: 'die face 5', DeepL translation)
+ - "⚅": [T: "face de dé 6"] # 0x2685 (en: 'die face 6', DeepL translation)
+ - "⚆": [T: "cercle blanc avec point à droite"] # 0x2686 (en: 'white circle with dot right', DeepL translation)
+ - "⚇": [T: "cercle blanc avec deux points"] # 0x2687 (en: 'white circle wiht two dots', DeepL translation)
+ - "⚈": [T: "cercle noir avec point à droite"] # 0x2688 (en: 'black circle with dot right', DeepL translation)
+ - "⚉": [T: "cercle noir avec deux points"] # 0x2689 (en: 'black circle wiht two dots', DeepL translation)
+ - "⚪": [T: "cercle moyen blanc"] # 0x26aa (en: 'medium white circle', DeepL: 'cercle blanc moyen')
+ - "⚫": [T: "cercle moyen noir"] # 0x26ab (en: 'medium black circle', DeepL: 'cercle noir moyen')
+ - "⚬": [T: "cercle blanc modérément petit"] # 0x26ac (en: 'medium small white circle', DeepL translation)
+ - "⚲": [T: "neutre"] # 0x26b2 (en: 'neuter', DeepL translation)
+ - "✓": [T: "coche"] # 0x2713 (en: 'check mark')
+ - "✠": [T: "croix de malte"] # 0x2720 (en: 'maltese cross')
+ - "✪": [T: "étoile blanche cerclée"] # 0x272a (en: 'circled white star', DeepL: 'étoile blanche encerclée')
+ - "✶": [T: "étoile noire à six branches"] # 0x2736 (en: 'six pionted black star')
+ - "❨": [T: "parenthèse de fantaisie gauche demi grasse"] # 0x2768 (en: 'medium left parentheses ornament', DeepL: 'ornement moyen entre parenthèses à gauche')
+ - "❩": [T: "parenthèse de fantaisie droite demi grasse"] # 0x2769 (en: 'medium right parentheses ornament', DeepL: 'parenthèse moyenne à droite ornement')
+ - "❪": [T: "parenthèse de fantaisie gauche demi grasse aplatie"] # 0x276a (en: 'medium flattened left parentheses ornament', DeepL: 'ornement de parenthèse gauche aplatie moyenne')
+ - "❫": [T: "parenthèse de fantaisie droite demi grasse aplatie"] # 0x276b (en: 'medium flattened right parentheses ornament', DeepL: 'ornement de parenthèses moyennement aplati vers la droite')
+ - "❬": [T: "chevron de fantaisie vers la gauche demi gras"] # 0x276c (en: 'medium left-pointing angle bracket ornament', DeepL: 'moyen angle gauche crochet ornement')
+ - "❭": [T: "chevron de fantaisie vers la droite demi gras"] # 0x276d (en: 'medium right-pointing angle bracket ornament', DeepL: 'angle moyen pointant vers la droite ornement en forme d'équerre')
+ - "❮": [T: "guillemet de fantaisie vers la gauche gras"] # 0x276e (en: 'heavy left-pointing angle quotation mark ornament', DeepL: 'lourd ornement en forme de guillemet à l'angle gauche')
+ - "❯": [T: "guillemet de fantaisie vers la droite gras"] # 0x276f (en: 'heavy right-pointing angle quotation mark ornament', DeepL: 'ornement de guillemet à angle droit lourd')
+ - "❰": [T: "chevron de fantaisie vers la gauche gras"] # 0x2770 (en: 'heavy left-pointing angle bracket ornament', DeepL: 'ornement de l'équerre lourde pointant vers la gauche')
+ - "❱": [T: "chevron de fantaisie vers la droite gras"] # 0x2771 (en: 'heavy right-pointing angle bracket ornament', DeepL: 'ornement de l'équerre lourde pointant vers la droite')
+ - "❲": [T: "crochet de fantaisie en écaille gauche maigre"] # 0x2772 (en: 'light left tortoise shell bracket ornament', DeepL: 'ornement léger en écaille de tortue à gauche')
+ - "❳": [T: "crochet de fantaisie en écaille droit maigre"] # 0x2773 (en: 'light right tortoise shell bracket ornament', DeepL: 'ornement de support en écaille de tortue léger et droit')
+ - "❴": [T: "accolade de fantaisie gauche demi grasse"] # 0x2774 (en: 'medium left brace ornament', DeepL: 'ornement d'accolade moyen gauche')
+ - "❵": [T: "accolade de fantaisie droite demi grasse"] # 0x2775 (en: 'medium right brace ornament', DeepL: 'accolade moyenne droite ornement')
+ - "❶": [T: "un encerclé de noir"] # 0x2776 (en: 'black circled one', DeepL translation)
+ - "❷": [T: "deux encerclé de noir"] # 0x2777 (en: 'black circled two', DeepL translation)
+ - "❸": [T: "trois encerclé de noir"] # 0x2778 (en: 'black circled three', DeepL translation)
+ - "❹": [T: "quatre encerclé de noir"] # 0x2779 (en: 'black circled four', DeepL translation)
+ - "❺": [T: "cinq encerclé de noir"] # 0x277a (en: 'black circled five', DeepL translation)
+ - "❻": [T: "six encerclé de noir"] # 0x277b (en: 'black circled six', DeepL translation)
+ - "❼": [T: "sept encerclé de noir"] # 0x277c (en: 'black circled seven', DeepL translation)
+ - "❽": [T: "huit encerclé de noir"] # 0x277d (en: 'black circled eight', DeepL translation)
+ - "❾": [T: "neuf encerclé de noir"] # 0x277e (en: 'black circled nine', DeepL translation)
+ - "❿": [T: "dix encerclé de noir"] # 0x277f (en: 'black circled ten', DeepL translation)
+ - "➀": [T: "un encerclé sans serif"] # 0x2780 (en: 'circled sans serif one', DeepL translation)
+ - "➁": [T: "deux encerclé sans serif"] # 0x2781 (en: 'circled sans serif two', DeepL translation)
+ - "➂": [T: "trois encerclé sans serif"] # 0x2782 (en: 'circled sans serif three', DeepL translation)
+ - "➃": [T: "quatre encerclé sans serif"] # 0x2783 (en: 'circled sans serif four', DeepL translation)
+ - "➄": [T: "cinq encerclé sans serif"] # 0x2784 (en: 'circled sans serif five', DeepL translation)
+ - "➅": [T: "six encerclé sans serif"] # 0x2785 (en: 'circled sans serif six', DeepL translation)
+ - "➆": [T: "sept encerclé sans serif"] # 0x2786 (en: 'circled sans serif seven', DeepL translation)
+ - "➇": [T: "huit encerclé sans serif"] # 0x2787 (en: 'circled sans serif eight', DeepL translation)
+ - "➈": [T: "neuf encerclé sans serif"] # 0x2788 (en: 'circled sans serif nine', DeepL translation)
+ - "➉": [T: "dix encerclé sans serif"] # 0x2789 (en: 'circled sans serif ten', DeepL translation)
+ - "➊": [T: "un encerclé de noir sans serif"] # 0x278a (en: 'black circled sans serif one', DeepL translation)
+ - "➋": [T: "deux encerclé de nori sans serif"] # 0x278b (en: 'black circled sans serif two', DeepL translation)
+ - "➌": [T: "trois encerclé de noir sans serif"] # 0x278c (en: 'black circled sans serif three', DeepL translation)
+ - "➍": [T: "quatre encerclé de noir sans serif"] # 0x278d (en: 'black circled sans serif four', DeepL translation)
+ - "➎": [T: "cinq encerclé de noir sans serif"] # 0x278e (en: 'black circled sans serif five', DeepL translation)
+ - "➏": [T: "six encerclé de noir sans serif"] # 0x278f (en: 'black circled sans serif six', DeepL translation)
+ - "➐": [T: "sept encerclé de noir sans serif"] # 0x2790 (en: 'black circled sans serif seven', DeepL translation)
+ - "➑": [T: "huit encerclé de noir sans serif"] # 0x2791 (en: 'black circled sans serif eight', DeepL translation)
+ - "➒": [T: "neuf encerclé de noir sans serif"] # 0x2792 (en: 'black circled sans serif nine', DeepL translation)
+ - "➓": [T: "dix encerclé de noir sans serif"] # 0x2793 (en: 'black circled sans serif ten', DeepL translation)
+ - "➔": [T: "flèche grasse vers la droite à pointe large"] # 0x2794 (en: 'heavy wide-headed rightwards arrow', DeepL: 'flèche lourde à tête large vers la droite')
+ - "➕": [T: "plus gras"] # 0x2795 (en: 'heavy plus sign', DeepL: 'signe plus lourd')
+ - "➖": [T: "moins gras"] # 0x2796 (en: 'heavy minus sign', DeepL: 'signe moins lourd')
+ - "➗": [T: "division gras"] # 0x2797 (en: 'heavy division sign', DeepL: 'signe de division lourd')
+ - "➘": [T: "flèche grasse sud est"] # 0x2798 (en: 'heavy south east arrow', DeepL: 'flèche lourde sud-est')
+ - "➙": [T: "flèche grasse vers la droite"] # 0x2799 (en: 'heavy rightwards arrow', DeepL: 'flèche lourde vers la droite')
+ - "➚": [T: "flèche grasse nord est"] # 0x279a (en: 'heavy north east arrow', DeepL: 'flèche lourde nord-est')
+ - "➛": [T: "flèche de traçage vers la droite"] # 0x279b (en: 'drafting point rightwards arrow', DeepL: 'point de rédaction flèche vers la droite')
+ - "➜": [T: "flèche grasse à pointe arrondie vers la droite"] # 0x279c (en: 'heavy round-tipped rightwards arrow', DeepL: 'flèche lourde à pointe ronde vers la droite')
+ - "➝": [T: "flèche à pointe en triangle vers la droite"] # 0x279d (en: 'triangle-headed rightwards arrow', DeepL: 'flèche triangulaire vers la droite')
+ - "➞": [T: "flèche grasse à pointe en triangle vers la droite"] # 0x279e (en: 'heavy triangle-headed rightwards arrow', DeepL: 'flèche lourde à tête triangulaire vers la droite')
+ - "➟": [T: "flèche avec pointillés à pointe en triangle vers la droite"] # 0x279f (en: 'dashed triangle-headed rightwards arrow', DeepL: 'flèche en pointillé à tête triangulaire vers la droite')
+ - "➠": [T: "flèche grasse avec pointillés à pointe en triangle vers la droite"] # 0x27a0 (en: 'heavy dashed triangle-headed rightwards arrow', DeepL: 'flèche lourde en pointillés à tête triangulaire vers la droite')
+ - "➡": [T: "flèche noire vers la droite"] # 0x27a1 (en: 'black rightwards arrow')
+ - "➢": [T: "pointe de flèche vers la droite en trompe l'oeil éclairée par le haut"] # 0x27a2 (en: 'three d top lighted rightwards arrow', DeepL: 'trois d en haut, flèche vers la droite éclairée')
+ - "➣": [T: "pointe de flèche vers la droite en trompe l'oeil éclairée par le bas"] # 0x27a3 (en: 'three d bottom lighted rightwards arrow', DeepL: 'trois d en bas éclairé flèche vers la droite')
+ - "➤": [T: "pointe de flèche noire vers la droite"] # 0x27a4 (en: 'black rightwards arrowhead')
+ - "➥": [T: "flèche noire grasse courbée vers le bas et vers la droite"] # 0x27a5 (en: 'heavy black curved downwards and rightwards arrow', DeepL: 'flèche noire incurvée vers le bas et vers la droite')
+ - "➦": [T: "flèche noire courbée vers le haut et vers la droite"] # 0x27a6 (en: 'heavy black curved upwards and rightwards arrow', DeepL: 'flèche noire incurvée vers le haut et la droite')
+ - "➧": [T: "flèche noire trapue vers la droite"] # 0x27a7 (en: 'squat black rightwards arrow')
+ - "➨": [T: "flèche noire grasse à pointe concave vers la droite"] # 0x27a8 (en: 'heavy concave-pointed black rightwards arrow', DeepL: 'flèche noire lourde à pointe concave vers la droite')
+ - "➩": [T: "flèche blanche vers la droite ombrée à l'avant"] # 0x27a9 (en: 'right-shaded white rightwards arrow', DeepL: 'flèche vers la droite blanche ombrée à droite')
+ - "➪": [T: "flèche blanche vers la droite ombrée à l'arrière"] # 0x27aa (en: 'left-shaded white rightwards arrow', DeepL: 'flèche blanche ombrée à gauche vers la droite')
+ - "➫": [T: "flèche blanche vers la droite penchée vers l'arrière et ombrée"] # 0x27ab (en: 'back-tilted shadowed white rightwards arrow', DeepL: 'flèche blanche ombrée vers la droite, inclinée vers l'arrière')
+ - "➬": [T: "flèche blanche vers la droite penchée vers l'avant et ombrée"] # 0x27ac (en: 'front-tilted shadowed white rightwards arrow', DeepL: 'flèche blanche inclinée vers l'avant et ombrée vers la droite')
+ - "➭": [T: "flèche blanche grasse vers la droite à ombre inférieure droite"] # 0x27ad (en: 'heavy lower right-shadowed white rightwards arrow', DeepL: 'flèche lourde inférieure droite ombrée de blanc vers la droite')
+ - "➮": [T: "flèche blanche grasse vers la droite à ombre supérieure droite"] # 0x27ae (en: 'heavy upper right-shadowed white rightwards arrow', DeepL: 'flèche lourde en haut à droite, ombrée en blanc, vers la droite')
+ - "➯": [T: "flèche encochée blanche vers la droite ombrée à l'avant et par dessous"] # 0x27af (en: 'notched lower right-shadowed white rightwards arrow', DeepL: 'flèche de droite encochée en bas à droite et ombrée en blanc')
+ - "➱": [T: "flèche encochée blanche vers la droite ombrée à l'avant et par dessus"] # 0x27b1 (en: 'notched upper right-shadowed white rightwards arrow', DeepL: 'flèche supérieure droite crantée et ombrée de blanc vers la droite')
+ - "➲": [T: "flèche blanche grasse vers la droite à contour circulaire"] # 0x27b2 (en: 'circled heavy white rightwards arrow', DeepL: 'encerclé heavy white rightwards arrow (flèche blanche vers la droite)')
+ - "➳": [T: "flèche empennée blanche vers la droite"] # 0x27b3 (en: 'white-feathered rightwards arrow', DeepL: 'flèche blanche vers la droite')
+ - "➴": [T: "flèche empennée noir sud est"] # 0x27b4 (en: 'black-feathered south east arrow', DeepL: 'flèche sud-est à plumes noires')
+ - "➵": [T: "flèche empennée noir vers la droite"] # 0x27b5 (en: 'black-feathered rightwards arrow', DeepL: 'flèche noire vers la droite')
+ - "➶": [T: "flèche empennée noir nord est"] # 0x27b6 (en: 'black-feathered north east arrow', DeepL: 'flèche nord-est à plumes noires')
+ - "➷": [T: "flèche empennée gras noire sud est"] # 0x27b7 (en: 'heavy black-feathered south east arrow', DeepL: 'lourde flèche sud-est à plumes noires')
+ - "➸": [T: "flèche empennée gras noire vers la droite"] # 0x27b8 (en: 'heavy black-feathered rightwards arrow', DeepL: 'flèche lourde à plumes noires vers la droite')
+ - "➹": [T: "flèche empennée gras noire nord est"] # 0x27b9 (en: 'heavy black-feathered north east arrow', DeepL: 'flèche lourde à plumes noires vers le nord-est')
+ - "➺": [T: "flèche vers la droite à pointe larmée"] # 0x27ba (en: 'teradrop-barbed rightwards arrow', DeepL: 'teradrop-flèche droite barrée')
+ - "➻": [T: "flèche vers la droite à hampe larmée"] # 0x27bb (en: 'heavy teardrop-shanked rightwards arrow', DeepL: 'flèche lourde en forme de goutte d'eau vers la droite')
+ - "➼": [T: "flèche vers la droite à queue en forme de coin"] # 0x27bc (en: 'wedge-tailed rightwards arrow', DeepL: 'flèche en forme de coin vers la droite')
+ - "➽": [T: "flèche grasse vers la droite à queue en forme de coin"] # 0x27bd (en: 'heavy wedge-tailed rightwards arrow', DeepL: 'flèche lourde à queue cunéiforme vers la droite')
+ - "➾": [T: "flèche vers la droite à contour ouvert"] # 0x27be (en: 'open-outlined rightwards arrow', DeepL: 'flèche ouverte vers la droite')
+ - "⟀": [T: "angle tridimensionnel"] # 0x27c0 (en: 'three dimensional angle')
+ - "⟁": [T: "triangle blanc contenant un petit triangle blanc"] # 0x27c1 (en: 'white triangle containing small white triangle')
- "⟂": # 0x27c2
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "perpendiculaire à" # (en: 'perpendicular to')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "perpendiculaire à" # (en: 'perpendicular to')
- "⟃": # 0x27c3
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "sous ensemble ouvert" # (en: 'an open subset of', MathPlayer: 'sous-ensemble ouvert', DeepL: 'un sous-ensemble ouvert de')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "sous ensemble ouvert" # (en: 'an open subset of', MathPlayer: 'sous-ensemble ouvert', DeepL: 'un sous-ensemble ouvert de')
- "⟄": # 0x27c4
- test:
if: "$Verbosity!='Terse'"
- then: [t: "est"] # (en: 'is', DeepL translation)
- - t: "sur ensemble ouvert" # (en: 'an open superset of', MathPlayer: 'sur-ensemble ouvert', DeepL: 'un surensemble ouvert de')
- - "⟅": [t: "délimiteur de sac en s gauche"] # 0x27c5 (en: 'left s-shaped bag delimiter')
- - "⟆": [t: "délimiteur de sac en s droite"] # 0x27c6 (en: 'right s-shaped bag delimiter')
- - "⟇": [t: "ou avec point inscrit"] # 0x27c7 (en: 'or with dot inside')
- - "⟈": [t: "sous ensemble précédé d'une barre oblique inversée"] # 0x27c8 (en: 'reverse solidus preceding subset', MathPlayer: 'sous-ensemble précédé d'une barre oblique inversée', DeepL: 'solidus inversé précédant le sous-ensemble')
- - "⟉": [t: "sur ensemble suivi d'une barre oblique"] # 0x27c9 (en: 'superset preceding solidus', MathPlayer: 'sur-ensemble suivi d'une barre oblique', DeepL: 'sur-ensemble précédant le solidus')
- - "⟊": [t: "barre verticale À une traverse"] # 0x27ca (en: 'vertical bar with horizontal stroke')
- - "⟋": [t: "diagonale mathématique ascendante"] # 0x27cb (en: 'mathematical rising diagonal', DeepL: 'diagonale ascendante mathématique')
- - "⟌": [t: "grande division"] # 0x27cc (en: 'long division')
- - "⟍": [t: "diagonale mathématique descendante"] # 0x27cd (en: 'mathematical falling diagonal', DeepL: 'diagonale descendante mathématique')
- - "⟎": [t: "et logique encadré"] # 0x27ce (en: 'squared logical and', DeepL: 'carré logique et')
- - "⟏": [t: "ou logique encadré"] # 0x27cf (en: 'squared logical or', DeepL: 'carré logique ou')
- - "⟐": [t: "losange blanc à point centré"] # 0x27d0 (en: 'white diamond with centered dot', DeepL: 'diamant blanc avec point centré')
- - "⟑": [t: "et pointé"] # 0x27d1 (en: 'and with dot')
- - "⟒": [t: "appartient À ouvert vers le haut"] # 0x27d2 (en: 'element of opening upwards')
- - "⟓": [t: "coin inférieur droit pointé"] # 0x27d3 (en: 'lower right corner with dot')
- - "⟔": [t: "coin supérieur gauche pointé"] # 0x27d4 (en: 'upper left corner with dot')
- - "⟕": [t: "jointure externe gauche"] # 0x27d5 (en: 'left outer join')
- - "⟖": [t: "jointure externe droite"] # 0x27d6 (en: 'right outer join')
- - "⟗": [t: "jointure externe complète"] # 0x27d7 (en: 'full outer join')
- - "⟘": [t: "grand taquet vers le haut"] # 0x27d8 (en: 'large up tack')
- - "⟙": [t: "grand taquet vers le bas"] # 0x27d9 (en: 'large down tack')
- - "⟚": [t: "double tourniquet bilatéral"] # 0x27da (en: 'left and right double turnstile')
- - "⟛": [t: "tourniquet bilatéral"] # 0x27db (en: 'left and right tack')
- - "⟜": [t: "multijection gauche"] # 0x27dc (en: 'left multimap')
- - "⟝": [t: "long taquet droit"] # 0x27dd (en: 'long right tack')
- - "⟞": [t: "long taquet gauche"] # 0x27de (en: 'long left tack')
- - "⟟": [t: "taquet vers le haut surmonté d'un cercle"] # 0x27df (en: 'up tack with circle above')
- - "⟠": [t: "losange coupé"] # 0x27e0 (en: 'lozenge divided by horizontal rule')
- - "⟡": [t: "losange concave blanc"] # 0x27e1 (en: 'white concave sided diamond')
- - "⟢": [t: "losange concave blanc avec trait à gauche"] # 0x27e2 (en: 'white concave sided diamond with leftwards tick')
- - "⟣": [t: "losange concave blanc avec trait à droite"] # 0x27e3 (en: 'white concave sided diamond with rightwards tick')
- - "⟤": [t: "carré blanc avec trait à gauche"] # 0x27e4 (en: 'white square with leftwards tick')
- - "⟥": [t: "carré blanc avec trait à droite"] # 0x27e5 (en: 'white square with rightwards tick')
- - "⟦": [t: "crochet blanc gauche"] # 0x27e6 (en: 'left white square bracket')
- - "⟧": [t: "crochet blanc droit"] # 0x27e7 (en: 'right white square bracket')
- - "⟨": [t: "chevron mathématique gauche"] # 0x27e8 (en: 'left angle bracket')
- - "⟩": [t: "chevron droit"] # 0x27e9 (en: 'right angle bracket')
- - "⟪": [t: "double chevron gauche"] # 0x27ea (en: 'left double angle bracket')
- - "⟫": [t: "double chevron droit"] # 0x27eb (en: 'right double angle bracket')
- - "⟬": [t: "crochet gauche en écaille blanche"] # 0x27ec (en: 'left white tortoise shell bracket')
- - "⟭": [t: "crochet droit en écaille blanche"] # 0x27ed (en: 'right white tortoise shell bracket')
- - "⟮": [t: "parenthèse gauche aplatie"] # 0x27ee (en: 'left flattened parenthesis')
- - "⟯": [t: "parenthèse droite aplatie"] # 0x27ef (en: 'right flattened parenthesis')
- - "⟰": [t: "quadruple flèche vers le haut"] # 0x27f0 (en: 'upwards quadruple arrow', DeepL: 'flèche quadruple vers le haut')
- - "⟱": [t: "quadruple flèche vers le bas"] # 0x27f1 (en: 'downwards quadruple arrow', DeepL: 'flèche quadruple vers le bas')
- - "⟲": [t: "flèche sens antihoraire entrouverte"] # 0x27f2 (en: 'anticlockwise gapped circle arrow', DeepL: 'flèche du cercle fermé dans le sens inverse des aiguilles d'une montre')
- - "⟳": [t: "flèche sens horaire entrouverte"] # 0x27f3 (en: 'clockwise gapped circle arrow', DeepL: 'flèche de cercle encerclé dans le sens des aiguilles d'une montre')
- - "⟴": [t: "flèche vers la droite à signe plus cerclé"] # 0x27f4 (en: 'right arrow with circled plus', DeepL: 'flèche droite avec plus encerclé')
- - "⟵": [t: "longue flèche gauche"] # 0x27f5 (en: 'long leftwards arrow', MathPlayer: 'longue flèche vers la gauche', DeepL: 'flèche longue vers la gauche')
- - "⟶": [t: "longue flèche vers la droite"] # 0x27f6 (en: 'long rightwards arrow', SRE: 'longue flèche droite')
- - "⟷": [t: "longue flèche bilatérale"] # 0x27f7 (en: 'long left right arrow')
- - "⟸": [t: "longue double flèche gauche"] # 0x27f8 (en: 'long leftwards double arrow', MathPlayer: 'longue double flèche vers la gauche', DeepL: 'longue flèche double vers la gauche')
- - "⟹": [t: "longue double flèche droite"] # 0x27f9 (en: 'implies', MathPlayer: 'longue double flèche vers la droite', DeepL: 'implique')
- - "⟺": [t: "longue double flèche bilatérale"] # 0x27fa (en: 'if and only if')
- - "⟻": [t: "longue flèche d'un taquet vers la gauche"] # 0x27fb (en: 'long leftwards arrow from bar', DeepL: 'longue flèche vers la gauche à partir d'une barre')
- - "⟼": [t: "longue flèche d'un taquet droite"] # 0x27fc (en: 'long rightwards arrow from bar', MathPlayer: 'longue flèche d'un taquet vers la droite', DeepL: 'longue flèche vers la droite à partir de la barre')
- - "⟽": [t: "longue double flèche d'un taquet vers la gauche"] # 0x27fd (en: 'long leftwards double arrow from bar', DeepL: 'double flèche longue vers la gauche à partir de la barre')
- - "⟾": [t: "longue double flèche d'un taquet vers la droite"] # 0x27fe (en: 'long rightwards double arrow from bar', DeepL: 'double flèche longue vers la droite à partir de la barre')
- - "⟿": [t: "longue flèche en tire bouchon droite"] # 0x27ff (en: 'long rightwards squiggle arrow', MathPlayer: 'longue flèche vers la droite en tire-bouchon', DeepL: 'flèche longue vers la droite en forme de gribouillis')
- - "⤀": [t: "flèche à deux pointes vers la droite barrée verticalement"] # 0x2900 (en: 'rightwards two headed arrow with vertical stroke', DeepL: 'vers la droite flèche à deux têtes avec trait vertical')
- - "⤁": [t: "flèche à deux pointes vers la droite barrée deux fois verticalement"] # 0x2901 (en: 'rightwards two headed arrow with double vertical stroke', DeepL: 'flèche bicéphale droite avec double trait vertical')
- - "⤂": [t: "double flèche vers la gauche barrée verticalement"] # 0x2902 (en: 'leftwards double arrow with vertical stroke', DeepL: 'flèche double gauche avec trait vertical')
- - "⤃": [t: "double flèche vers la droite barrée verticalement"] # 0x2903 (en: 'rightwards double arrow with vertical stroke', DeepL: 'vers la droite double flèche avec trait vertical')
- - "⤄": [t: "flèche bilatérale double barrée verticalement"] # 0x2904 (en: 'left right double arrow with vertical stroke', DeepL: 'flèche double gauche-droite avec trait vertical')
- - "⤅": [t: "flèche à deux têtes d'un taquet droite"] # 0x2905 (en: 'rightwards two headed arrow from bar', MathPlayer: 'flèche à deux têtes d'un taquet vers la droite', DeepL: 'flèche vers la droite à deux têtes à partir de la barre')
- - "⤆": [t: "double flèche d'un taquet vers la gauche"] # 0x2906 (en: 'leftwards double arrow from bar', DeepL: 'flèche double vers la gauche à partir de la barre')
- - "⤇": [t: "double flèche d'un taquet vers la droite"] # 0x2907 (en: 'rightwards double arrow from bar', DeepL: 'double flèche vers la droite à partir de la barre')
- - "⤈": [t: "flèche vers le bas barrée horizontalement"] # 0x2908 (en: 'downwards arrow with horizontal stroke', DeepL: 'flèche vers le bas avec trait horizontal')
- - "⤉": [t: "flèche vers le haut barrée horizontalement"] # 0x2909 (en: 'upwards arrow with horizontal stroke', DeepL: 'flèche vers le haut avec trait horizontal')
- - "⤊": [t: "triple flèche vers le haut"] # 0x290a (en: 'upwards triple arrow', DeepL: 'flèche triple vers le haut')
- - "⤋": [t: "triple flèche vers le bas"] # 0x290b (en: 'downwards triple arrow')
- - "⤌": [t: "flèche à deux traits gauche"] # 0x290c (en: 'leftwards double dash arrow', MathPlayer: 'flèche à deux traits vers la gauche', DeepL: 'flèche double tiret vers la gauche')
- - "⤍": [t: "flèche à deux traits droite"] # 0x290d (en: 'rightwards double dash arrow', MathPlayer: 'flèche à deux traits vers la droite', DeepL: 'flèche à double tiret vers la droite')
- - "⤎": [t: "flèche à trois traits gauche"] # 0x290e (en: 'leftwards triple dash arrow', MathPlayer: 'flèche à trois traits vers la gauche', DeepL: 'flèche à triple tiret vers la gauche')
- - "⤏": [t: "flèche à trois traits droite"] # 0x290f (en: 'rightwards triple dash arrow', MathPlayer: 'flèche à trois traits vers la droite', DeepL: 'à droite triple flèche en tiret')
- - "⤐": [t: "flèche à trois traits et à deux têtes droite"] # 0x2910 (en: 'rightwards two headed triple dash arrow', MathPlayer: 'flèche à trois traits et à deux têtes vers la droite', DeepL: 'vers la droite, flèche à deux têtes et triple tiret')
- - "⤑": [t: "flèche à fût pointillé droite"] # 0x2911 (en: 'rightwards arrow with dotted stem', MathPlayer: 'flèche vers la droite à fût pointillé', DeepL: 'flèche vers la droite avec tige en pointillé')
- - "⤒": [t: "flèche jusqu'à taquet vers le haut"] # 0x2912 (en: 'upwards arrow to bar')
- - "⤓": [t: "flèche jusqu'à taquet vers le bas"] # 0x2913 (en: 'downwards arrow to bar')
- - "⤔": [t: "flèche empennée vers la droite barrée verticalement"] # 0x2914 (en: 'rightwards arrow with tail and vertical stroke', DeepL: 'flèche vers la droite avec queue et trait vertical')
- - "⤕": [t: "flèche empennée vers la droite barrée deux fois verticalement"] # 0x2915 (en: 'rightwards arrow with tail and double vertical stroke', DeepL: 'flèche vers la droite avec empennage et double trait vertical')
- - "⤖": [t: "flèche empennée à deux têtes droite"] # 0x2916 (en: 'rightwards two headed arrow with tail', MathPlayer: 'flèche empennée à deux têtes vers la droite', DeepL: 'flèche bicéphale droite avec empennage')
- - "⤗": [t: "flèche empennée à deux têtes vers la droite barrée verticalement"] # 0x2917 (en: 'rightwards two headed arrow with tail with vertical stroke', DeepL: 'flèche à deux têtes vers la droite avec empennage et trait vertical')
- - "⤘": [t: "flèche empennée à deux têtes vers la droite barrée deux fois verticalement"] # 0x2918 (en: 'rightwards two headed arrow with tail with double vertical stroke', DeepL: 'flèche à deux têtes vers la droite avec empennage et double trait vertical')
- - "⤙": [t: "empenne gauche"] # 0x2919 (en: 'leftwards arrow tail', MathPlayer: 'empenne vers la gauche', DeepL: 'vers la gauche queue de la flèche')
- - "⤚": [t: "empenne vers la droite"] # 0x291a (en: 'rightwards arrow tail', DeepL: 'flèche vers la droite')
- - "⤛": [t: "double empenne gauche"] # 0x291b (en: 'leftwards double arrow tail', MathPlayer: 'double empenne vers la gauche', DeepL: 'vers la gauche double flèche en queue')
- - "⤜": [t: "double empenne droite"] # 0x291c (en: 'rightwards double arrow tail', MathPlayer: 'double empenne vers la droite', DeepL: 'vers la droite double flèche en queue')
- - "⤝": [t: "flèche vers un losange noir à gauche"] # 0x291d (en: 'leftwards arrow to filled diamond')
- - "⤞": [t: "flèche vers un losange noir à droite"] # 0x291e (en: 'rightwards arrow to filled diamond')
- - "⤟": [t: "flèche d'un taquet vers un losange noir à gauche"] # 0x291f (en: 'leftwards arrow from bar to filled diamond')
- - "⤠": [t: "flèche d'un taquet vers un losange noir à droite"] # 0x2920 (en: 'rightwards arrow from bar to filled diamond')
- - "⤡": [t: "flèche nord ouest et sud est"] # 0x2921 (en: 'north west and south east arrow', DeepL: 'flèche nord-ouest et sud-est')
- - "⤢": [t: "flèche nord est et sud ouest"] # 0x2922 (en: 'north east and south west arrow', DeepL: 'flèche nord-est et sud-ouest')
- - "⤣": [t: "flèche nord ouest à crochet"] # 0x2923 (en: 'north west arrow with hook', MathPlayer: 'flèche nord-ouest à crochet', DeepL: 'flèche nord-ouest avec crochet')
- - "⤤": [t: "flèche nord est à crochet"] # 0x2924 (en: 'north east arrow with hook', MathPlayer: 'flèche nord-est à crochet', DeepL: 'flèche nord-est avec crochet')
- - "⤥": [t: "flèche sud est à crochet"] # 0x2925 (en: 'south east arrow with hook', MathPlayer: 'flèche sud-est à crochet', DeepL: 'flèche sud-est avec crochet')
- - "⤦": [t: "flèche sud ouest à crochet"] # 0x2926 (en: 'south west arrow with hook', MathPlayer: 'flèche sud-ouest à crochet', DeepL: 'flèche sud-ouest avec crochet')
- - "⤧": [t: "flèches nord ouest et nord est"] # 0x2927 (en: 'north west arrow and north east arrow', MathPlayer: 'flèches nord-ouest et nord-est', DeepL: 'flèche nord-ouest et flèche nord-est')
- - "⤨": [t: "flèches nord est et sud est"] # 0x2928 (en: 'north east arrow and south east arrow', MathPlayer: 'flèches nord-est et sud-est', DeepL: 'flèche nord-est et flèche sud-est')
- - "⤩": [t: "flèches sud est et sud ouest"] # 0x2929 (en: 'south east arrow and south west arrow', MathPlayer: 'flèches sud-est et sud-ouest', DeepL: 'flèche sud-est et flèche sud-ouest')
- - "⤪": [t: "flèches sud ouest et nord ouest"] # 0x292a (en: 'south west arrow and north west arrow', MathPlayer: 'flèches sud-ouest et nord-ouest', DeepL: 'flèche sud-ouest et flèche nord-ouest')
- - "⤫": [t: "diagonale montante sur diagonale descendante"] # 0x292b (en: 'rising diagonal crossing falling diagonal', DeepL: 'diagonale ascendante croisant une diagonale descendante')
- - "⤬": [t: "diagonale descendante sur diagonale montante"] # 0x292c (en: 'falling diagonal crossing rising diagonal', DeepL: 'diagonale descendante croisant la diagonale montante')
- - "⤭": [t: "flèche sud est sur flèche nord est"] # 0x292d (en: 'south east arrow crossing north east arrow', DeepL: 'flèche sud-est croisant la flèche nord-est')
- - "⤮": [t: "flèche nord est sur flèche sud est"] # 0x292e (en: 'north east arrow crossing south east arrow', DeepL: 'flèche nord-est croisant la flèche sud-est')
- - "⤯": [t: "diagonale descendante sur flèche nord est"] # 0x292f (en: 'falling diagonal crossing north east arrow', DeepL: 'flèche diagonale tombante traversant le nord-est')
- - "⤰": [t: "diagonale montante sur flèche sud est"] # 0x2930 (en: 'rising diagonal crossing south east arrow', DeepL: 'diagonale montante croisant la flèche sud-est')
- - "⤱": [t: "flèche nord est sur flèche nord ouest"] # 0x2931 (en: 'north east arrow crossing north west arrow', DeepL: 'flèche nord-est croisant la flèche nord-ouest')
- - "⤲": [t: "flèche nord ouest sur flèche nord est"] # 0x2932 (en: 'north west arrow crossing north east arrow', DeepL: 'flèche nord-ouest croisant la flèche nord-est')
- - "⤳": [t: "flèche bossue droite"] # 0x2933 (en: 'wave arrow pointing directly right', MathPlayer: 'flèche vers la droite bossue', DeepL: 'flèche ondulée pointant directement vers la droite')
- - "⤴": [t: "flèche courbe vers la droite puis le haut"] # 0x2934 (en: 'arrow pointing rightwards then curving upwards', DeepL: 'flèche pointant vers la droite puis s'incurvant vers le haut')
- - "⤵": [t: "flèche courbe vers la droite puis le bas"] # 0x2935 (en: 'arrow pointing rightwards then curving downwards')
- - "⤶": [t: "flèche courbe vers le bas puis la gauche"] # 0x2936 (en: 'arrow pointing downwards then curving leftwards')
- - "⤷": [t: "flèche courbe vers le bas puis la droite"] # 0x2937 (en: 'arrow pointing downwards then curving rightwards')
- - "⤸": [t: "côté droit d'arc fléché sens horaire"] # 0x2938 (en: 'right side arc clockwise arrow')
- - "⤹": [t: "côté gauche d'arc fléché sens antihoraire"] # 0x2939 (en: 'left side arc anticlockwise arrow')
- - "⤺": [t: "arc supérieur fléché sens antihoraire"] # 0x293a (en: 'top arc anticlockwise arrow', DeepL: 'arc supérieur flèche antihoraire')
- - "⤻": [t: "arc inférieur fléché sens antihoraire"] # 0x293b (en: 'bottom arc anticlockwise arrow', DeepL: 'flèche du bas dans le sens inverse des aiguilles d'une montre')
- - "⤼": [t: "arc fléché sens horaire et signe moins souscrit"] # 0x293c (en: 'top arc clockwise arrow with minus')
- - "⤽": [t: "arc fléché sens antihoraire et signe plus souscrit"] # 0x293d (en: 'top arc anticlockwise arrow with plus')
- - "⤾": [t: "demi cercle fléché inférieur droit sens horaire"] # 0x293e (en: 'lower right semicircular clockwise arrow', DeepL: 'flèche semi-circulaire en bas à droite dans le sens des aiguilles d'une montre')
- - "⤿": [t: "demi cercle fléché inférieur gauche sens antihoraire"] # 0x293f (en: 'lower left semicircular anticlockwise arrow', DeepL: 'flèche semi-circulaire en bas à gauche dans le sens inverse des aiguilles d'une montre')
- - "⥀": [t: "cercle fléché sens antihoraire"] # 0x2940 (en: 'anticlockwise closed circle arrow', DeepL: 'flèche circulaire fermée dans le sens inverse des aiguilles d'une montre')
- - "⥁": [t: "cercle fléché sens horaire"] # 0x2941 (en: 'clockwise closed circle arrow', DeepL: 'flèche de cercle fermé dans le sens des aiguilles d'une montre')
- - "⥂": [t: "flèche vers la droite surmontant fléchette vers la gauche"] # 0x2942 (en: 'rightwards arrow above short leftwards arrow', DeepL: 'flèche vers la droite au-dessus d'une courte flèche vers la gauche')
- - "⥃": [t: "flèche vers la gauche surmontant fléchette vers la droite"] # 0x2943 (en: 'leftwards arrow above short rightwards arrow', DeepL: 'flèche gauche au-dessus d'une courte flèche droite')
- - "⥄": [t: "fléchette vers la droite surmontant flèche vers la gauche"] # 0x2944 (en: 'short rightwards arrow above leftwards arrow', DeepL: 'courte flèche vers la droite au-dessus de la flèche vers la gauche')
- - "⥅": [t: "flèche droite surmontant signe moins"] # 0x2945 (en: 'rightwards arrow with plus below', MathPlayer: 'flèche vers la droite surmontant signe moins', DeepL: 'flèche vers la droite avec le plus en dessous')
- - "⥆": [t: "flèche vers la gauche surmontant signe plus"] # 0x2946 (en: 'leftwards arrow with plus below', DeepL: 'flèche vers la gauche avec le plus en dessous')
- - "⥇": [t: "flèche vers la droite au travers un x"] # 0x2947 (en: 'rightwards arrow through x', DeepL: 'flèche vers la droite à travers le x')
- - "⥈": [t: "petit cercle traversé d'une flèche bilatérale"] # 0x2948 (en: 'left right arrow through circle')
- - "⥉": [t: "petit cercle surmonté d'une flèche montante à deux têtes"] # 0x2949 (en: 'upwards two headed arrow from circle')
- - "⥊": [t: "javelot à dents gauche dressée et droite baissée"] # 0x294a (en: 'left barb up right barb down harpoon')
- - "⥋": [t: "javelot à dents gauche baissée et droite dressée"] # 0x294b (en: 'left barb down right barb up harpoon')
- - "⥌": [t: "crampon à dents supérieure droite et inférieure gauche"] # 0x294c (en: 'up barb right down barb left harpoon', DeepL: 'barbe en haut à droite barbe en bas à gauche harpon')
- - "⥍": [t: "crampon à dents supérieure gauche et inférieure droite"] # 0x294d (en: 'up barb left down barb right harpoon', DeepL: 'barbe en haut à gauche barbe en bas à droite harpon')
- - "⥎": [t: "javelot à dents droite et gauche dressées"] # 0x294e (en: 'left barb up right barb up harpoon')
- - "⥏": [t: "javelot à dents supérieure et inférieure droites"] # 0x294f (en: 'up barb right down barb right harpoon')
- - "⥐": [t: "javelot à dents droite et gauche baissées"] # 0x2950 (en: 'left barb down right barb down harpoon')
- - "⥑": [t: "javelot à dents supérieure et inférieure gauches"] # 0x2951 (en: 'up barb left down barb left harpoon')
- - "⥒": [t: "harpon gauche à dent dressée contre taquet"] # 0x2952 (en: 'leftwards harpoon with barb up to bar', MathPlayer: 'harpon vers la gauche à dent dressée contre taquet', DeepL: 'harpon gauche avec ardillon jusqu'à l'ardillon')
- - "⥓": [t: "harpon droit à dent dressée contre taquet"] # 0x2953 (en: 'rightwards harpoon with barb up to bar', MathPlayer: 'harpon vers la droite à dent dressée contre taquet', DeepL: 'harpon droit avec ardillon jusqu'à l'ardillon')
- - "⥔": [t: "harpon vers le haut à dent droite contre taquet"] # 0x2954 (en: 'upwards harpoon with barb right to bar', MathPlayer: 'harpon vers le haut à dent vers la droite contre taquet', DeepL: 'harpon vers le haut avec ardillon de la droite vers l'ardillon')
- - "⥕": [t: "harpon vers le bas à dent droite contre taquet"] # 0x2955 (en: 'downwards harpoon with barb right to bar', MathPlayer: 'harpon vers le bas à dent vers la droite contre taquet', DeepL: 'harpon vers le bas avec barbe à droite de la barre')
- - "⥖": [t: "harpon gauche à dent baissée contre taquet"] # 0x2956 (en: 'leftwards harpoon with barb down to bar', MathPlayer: 'harpon vers la gauche à dent baissée contre taquet', DeepL: 'vers la gauche harpon avec ardillon jusqu'à la barre')
- - "⥗": [t: "harpon droit à dent baissée contre taquet"] # 0x2957 (en: 'rightwards harpoon with barb down to bar', MathPlayer: 'harpon vers la droite à dent baissée contre taquet', DeepL: 'harpon vers la droite avec ardillon vers le bas jusqu'à la barre')
- - "⥘": [t: "harpon vers le haut à dent gauche contre taquet"] # 0x2958 (en: 'upwards harpoon with barb left to bar', MathPlayer: 'harpon vers le haut à dent vers la gauche contre taquet', DeepL: 'harpon vers le haut avec ardillon à gauche vers la barre')
- - "⥙": [t: "harpon vers le bas à dent gauche contre taquet"] # 0x2959 (en: 'downwards harpoon with barb left to bar', MathPlayer: 'harpon vers le bas à dent vers la gauche contre taquet', DeepL: 'harpon descendant avec ardillon gauche à l'ardillon')
- - "⥚": [t: "harpon gauche à dent dressée depuis taquet"] # 0x295a (en: 'leftwards harpoon with barb up from bar', MathPlayer: 'harpon vers la gauche appuyé à dent dressée', DeepL: 'harpon vers la gauche avec ardillon en haut de la barre')
- - "⥛": [t: "harpon droit à dent dressée depuis taquet"] # 0x295b (en: 'rightwards harpoon with barb up from bar', MathPlayer: 'harpon vers la droite appuyé à dent dressée', DeepL: 'vers la droite harpon avec ardillon en haut de la barre')
- - "⥜": [t: "harpon vers le haut à dent droite depuis taquet"] # 0x295c (en: 'upwards harpoon with barb right from bar', MathPlayer: 'harpon vers le haut appuyé à dent vers la droite', DeepL: 'harpon vers le haut avec ardillon vers la droite')
- - "⥝": [t: "harpon vers le bas à dent droite depuis taquet"] # 0x295d (en: 'downwards harpoon with barb right from bar', MathPlayer: 'harpon vers le bas appuyé à dent vers la droite', DeepL: 'harpon avec ardillon vers le bas à droite de la barre')
- - "⥞": [t: "harpon gauche à dent baissée depuis taquet"] # 0x295e (en: 'leftwards harpoon with barb down from bar', MathPlayer: 'harpon vers la gauche appuyé à dent baissée', DeepL: 'vers la gauche harpon avec ardillon en bas de la barre')
- - "⥟": [t: "harpon droit à dent baissée depuis taquet"] # 0x295f (en: 'rightwards harpoon with barb down from bar', MathPlayer: 'harpon vers la droite appuyé à dent baissée', DeepL: 'harpon à droite avec ardillon descendant de la barre')
- - "⥠": [t: "harpon vers le haut à dent gauche depuis taquet"] # 0x2960 (en: 'upwards harpoon with barb left from bar', MathPlayer: 'harpon vers le haut appuyé à dent vers la gauche', DeepL: 'harpon vers le haut avec ardillon vers la gauche à partir de la barre')
- - "⥡": [t: "harpon vers le bas à dent gauche depuis taquet"] # 0x2961 (en: 'downwards harpoon with barb left from bar', MathPlayer: 'harpon vers le bas appuyé à dent vers la gauche', DeepL: 'harpon vers le bas avec ardillon à gauche de la barre')
- - "⥢": [t: "harpon gauche à dent dressée sur harpon gauche à dent baissée"] # 0x2962 (en: 'leftwards harpoon with barb up above leftwards harpoon with barb down', MathPlayer: 'harpon vers la gauche à dent dressée par-dessus harpon vers la gauche à dent baissée', DeepL: 'vers la gauche harpon avec ardillon vers le haut au-dessus vers la gauche harpon avec ardillon vers le bas')
- - "⥣": [t: "harpon vers le haut à dent gauche à côté de harpon vers le haut à dent droite"] # 0x2963 (en: 'upwards harpoon with barb left beside upwards harpoon with barb right', MathPlayer: 'harpon vers le haut à dent vers la gauche à côté de harpon vers le haut à dent vers la droite', DeepL: 'harpon vers le haut avec ardillon à gauche à côté du harpon vers le haut avec ardillon à droite')
- - "⥤": [t: "harpon droit à dent dressée par dessus harpon droit à dent baissée"] # 0x2964 (en: 'rightwards harpoon with barb up above rightwards harpoon with barb down', MathPlayer: 'harpon vers la droite à dent dressée par-dessus harpon vers la droite à dent baissée', DeepL: 'vers la droite harpon avec ardillon en haut vers la droite harpon avec ardillon en bas')
- - "⥥": [t: "harpon vers le bas à dent gauche à côté de harpon vers le bas à dent droite"] # 0x2965 (en: 'downwards harpoon with barb left beside downwards harpoon with barb right', MathPlayer: 'harpon vers le bas à dent vers la gauche à côté de harpon vers le bas à dent vers la droite', DeepL: 'harpon descendant avec ardillon gauche à côté de harpon descendant avec ardillon droit')
- - "⥦": [t: "harpon à dent gauche dressée par dessus harpon à dent droite dressée"] # 0x2966 (en: 'leftwards harpoon with barb up above rightwards harpoon with barb up', MathPlayer: 'harpon à dent gauche dressée par-dessus harpon à dent droite dressée', DeepL: 'harpon gauche avec ardillon vers le haut au-dessus du harpon droit avec ardillon vers le haut')
- - "⥧": [t: "harpon à dent gauche baissée par dessus harpon à dent droite baissée"] # 0x2967 (en: 'leftwards harpoon with barb down above rightwards harpoon with barb down', MathPlayer: 'harpon à dent gauche baissée par-dessus harpon à dent droite baissée', DeepL: 'vers la gauche harpon avec ardillon vers le bas au-dessus harpon vers la droite avec ardillon vers le bas')
- - "⥨": [t: "harpon à dent droite dressée par dessus harpon à dent gauche dressée"] # 0x2968 (en: 'rightwards harpoon with barb up above leftwards harpoon with barb up', MathPlayer: 'harpon à dent droite dressée par-dessus harpon à dent gauche dressée', DeepL: 'vers la droite harpon avec ardillon en haut vers la gauche harpon avec ardillon en haut')
- - "⥩": [t: "harpon à dent droite baissée par dessus harpon à dent gauche baissée"] # 0x2969 (en: 'rightwards harpoon with barb down above leftwards harpoon with barb down', MathPlayer: 'harpon à dent droite baissée par-dessus harpon à dent gauche baissée', DeepL: 'vers la droite harpon avec ardillon vers le bas au-dessus du harpon vers la gauche avec ardillon vers le bas')
- - "⥪": [t: "harpon à dent gauche dressée par dessus long trait"] # 0x296a (en: 'leftwards harpoon with barb up above long dash', MathPlayer: 'harpon à dent gauche dressée par-dessus long trait', DeepL: 'vers la gauche harpon avec ardillon au-dessus du tiret long')
- - "⥫": [t: "long trait par dessus harpon à dent gauche baissée"] # 0x296b (en: 'leftwards harpoon with barb down below long dash', MathPlayer: 'long trait par-dessus harpon à dent gauche baissée', DeepL: 'vers la gauche harpon avec ardillon sous le tiret long')
- - "⥬": [t: "harpon à dent droite dressée par dessus long trait"] # 0x296c (en: 'rightwards harpoon with barb up above long dash', MathPlayer: 'harpon à dent droite dressée par-dessus long trait', DeepL: 'harpon vers la droite avec ardillon au-dessus du tiret long')
- - "⥭": [t: "long trait par dessus harpon à dent droite baissée"] # 0x296d (en: 'rightwards harpoon with barb down below long dash', MathPlayer: 'long trait par-dessus harpon à dent droite baissée', DeepL: 'harpon vers la droite avec ardillon vers le bas sous le tiret long')
- - "⥮": [t: "harpon vers le haut à dent gauche à côté de harpon vers le bas à dent droite"] # 0x296e (en: 'upwards harpoon with barb left beside downwards harpoon with barb right', MathPlayer: 'harpon vers le haut à dent vers la gauche à côté de harpon vers le bas à dent vers la droite', DeepL: 'harpon vers le haut avec ardillon à gauche à côté du harpon vers le bas avec ardillon à droite')
- - "⥯": [t: "harpon vers le bas à dent gauche à côté de harpon vers le haut à dent droite"] # 0x296f (en: 'downwards harpoon with barb left beside upwards harpoon with barb right', MathPlayer: 'harpon vers le bas à dent vers la gauche à côté de harpon vers le haut à dent vers la droite', DeepL: 'harpon vers le bas avec ardillon à gauche à côté du harpon vers le haut avec ardillon à droite')
- - "⥰": [t: "flèche en épingle à cheveu droite"] # 0x2970 (en: 'right double arrow with rounded head', MathPlayer: 'flèche en épingle à cheveu vers la droite', DeepL: 'flèche double droite avec tête arrondie')
- - "⥱": [t: "flèche droite surmontée d'un égal"] # 0x2971 (en: 'equals above rightwards arrow', MathPlayer: 'flèche vers la droite surmontée d'un égal', DeepL: 'égal au-dessus de la flèche vers la droite')
- - "⥲": [t: "flèche droite surmontée d'un tilde"] # 0x2972 (en: 'tilde operator above rightwards arrow', MathPlayer: 'flèche vers la droite surmontée d'un tilde', DeepL: 'opérateur tilde au-dessus de la flèche vers la droite')
- - "⥳": [t: "tilde surmonté d'une flèche gauche"] # 0x2973 (en: 'leftwards arrow above tilde operator', MathPlayer: 'tilde surmonté d'une flèche vers la gauche', DeepL: 'flèche vers la gauche au-dessus de l'opérateur tilde')
- - "⥴": [t: "tilde surmonté d'une flèche droite"] # 0x2974 (en: 'rightwards arrow above tilde operator', MathPlayer: 'tilde surmonté d'une flèche vers la droite', DeepL: 'flèche vers la droite au-dessus de l'opérateur tilde')
- - "⥵": [t: "presque égal à surmonté d'une flèche droite"] # 0x2975 (en: 'rightwards arrow above almost equal to', MathPlayer: 'presque égal à surmonté d'une flèche vers la droite', DeepL: 'flèche vers la droite au-dessus presque égale à')
- - "⥶": [t: "inférieur à surmonté d'une flèche gauche"] # 0x2976 (en: 'less than above leftwards arrow', MathPlayer: 'inférieur à surmonté d'une flèche vers la gauche', DeepL: 'moins que au-dessus de la flèche gauche')
- - "⥷": [t: "flèche vers la gauche à travers un inférieur à"] # 0x2977 (en: 'leftwards arrow through less than', DeepL: 'flèche vers la gauche à travers moins que')
- - "⥸": [t: "flèche droite surmontée d'un supérieur à"] # 0x2978 (en: 'greater than above rightwards arrow', MathPlayer: 'flèche vers la droite surmontée d'un supérieur à', DeepL: 'plus grand que plus haut flèche vers la droite')
- - "⥹": [t: "flèche droite surmontée d'un sous ensemble de"] # 0x2979 (en: 'subset above rightwards arrow', MathPlayer: 'flèche vers la droite surmontée d'un sous-ensemble de', DeepL: 'sous-ensemble au-dessus de la flèche vers la droite')
- - "⥺": [t: "flèche vers la gauche au travers d'un sous ensemble de"] # 0x297a (en: 'leftwards arrow through subset', DeepL: 'flèche vers la gauche à travers un sous-ensemble')
- - "⥻": [t: "flèche gauche surmontée d'un sur ensemble de"] # 0x297b (en: 'superset above leftwards arrow', MathPlayer: 'flèche vers la gauche surmontée d'un sur-ensemble de', DeepL: 'superposition au-dessus de la flèche vers la gauche')
- - "⥼": [t: "ancre gauche"] # 0x297c (en: 'left fish tail', MathPlayer: 'ancre vers la gauche', DeepL: 'queue de poisson gauche')
- - "⥽": [t: "ancre droite"] # 0x297d (en: 'right fish tail', MathPlayer: 'ancre vers la droite', DeepL: 'queue de poisson droite')
- - "⥾": [t: "ancre vers le haut"] # 0x297e (en: 'up fish tail')
- - "⥿": [t: "ancre vers le bas"] # 0x297f (en: 'down fish tail')
- - "⦀": [t: "délimiteur triple barre verticale"] # 0x2980 (en: 'triple vertical bar delimiter', DeepL: 'triple barre verticale de délimitation')
- - "⦁": [t: "boulet"] # 0x2981 (en: 'z notation spot', DeepL: 'z notation spot')
- - "⦂": [t: "deux points de la notation z"] # 0x2982 (en: 'z notation type colon', DeepL: 'z notation type colon')
- - "⦃": [t: "accolade gauche ajourée"] # 0x2983 (en: 'left white brace', DeepL: 'accolade blanche vers la gauche')
- - "⦄": [t: "accolade droite ajourée"] # 0x2984 (en: 'right white brace', DeepL: 'accolade blanche à droite')
- - "⦅": [t: "parenthèse gauche ajourée"] # 0x2985 (en: 'left white parenthesis')
- - "⦆": [t: "parenthèse droite ajourée"] # 0x2986 (en: 'right white parenthesis')
- - "⦇": [t: "parenthèse image de gauche en notation z"] # 0x2987 (en: 'z notation left image bracket', DeepL: 'z notation parenthèse gauche de l'image')
- - "⦈": [t: "parenthèse image de droite en notation z"] # 0x2988 (en: 'z notation right image bracket', DeepL: 'z notation crochet droit de l'image')
- - "⦉": [t: "z notation left binding bracket"] # 0x2989
- - "⦊": [t: "z notation right binding bracket"] # 0x298a
- - "⦋": [t: "crochet gauche avec barre souscrite"] # 0x298b (en: 'left square bracket with underbar')
- - "⦌": [t: "crochet droit avec barre souscrite"] # 0x298c (en: 'right square bracket with underbar')
- - "⦍": [t: "crochet gauche avec trait dans le coin supérieur"] # 0x298d (en: 'left square bracket with tick in top corner')
- - "⦎": [t: "crochet droit avec trait dans le coin inférieur"] # 0x298e (en: 'right square bracket with tick in bottom corner')
- - "⦏": [t: "crochet gauche avec trait dans le coin inférieur"] # 0x298f (en: 'left square bracket with tick in bottom corner')
- - "⦐": [t: "crochet droit avec trait dans le coin supérieur"] # 0x2990 (en: 'right square bracket with tick in top corner')
- - "⦑": [t: "chevron gauche pointé"] # 0x2991 (en: 'left angle bracket with dot')
- - "⦒": [t: "chevron droit pointé"] # 0x2992 (en: 'right angle bracket with dot')
- - "⦓": [t: "parenthèse arc gauche et inférieur à"] # 0x2993 (en: 'left arc less than bracket')
- - "⦔": [t: "parenthèse arc droite et supérieur à"] # 0x2994 (en: 'right arc greater than bracket')
- - "⦕": [t: "parenthèse double arc droite et supérieur à"] # 0x2995 (en: 'double left arc greater than bracket')
- - "⦖": [t: "parenthèse double arc gauche et inférieur à"] # 0x2996 (en: 'double right arc less than bracket')
- - "⦗": [t: "crochet noir gauche en écaille"] # 0x2997 (en: 'left black tortoise shell bracket', DeepL: 'équerre noire gauche en écaille de tortue')
- - "⦘": [t: "crochet noir droite en écaille"] # 0x2998 (en: 'right black tortoise shell bracket', DeepL: 'équerre noire droite en écaille de tortue')
- - "⦙": [t: "clôture pointillée"] # 0x2999 (en: 'dotted fence', DeepL: 'clôture en pointillés')
- - "⦚": [t: "ligne verticale en zigzag"] # 0x299a (en: 'vertical zigzag line')
- - "⦛": [t: "angle mesuré s'ouvrant vers la gauche"] # 0x299b (en: 'measured angle opening left', DeepL: 'angle mesuré s'ouvrant à gauche')
- - "⦜": [t: "variante d'angle avec carré"] # 0x299c (en: 'right angle variant with square', DeepL: 'variante d'angle droit avec carré')
- - "⦝": [t: "angle droit mesuré pointé"] # 0x299d (en: 'measured right angle with dot')
- - "⦞": [t: "angle avec s inscrit"] # 0x299e (en: 'angle with s inside', DeepL: 'angle avec s à l'intérieur')
- - "⦟": [t: "angle aigu"] # 0x299f (en: 'acute angle')
- - "⦠": [t: "angle sphérique s'ouvrant vers la gauche"] # 0x29a0 (en: 'spherical angle opening left', DeepL: 'angle sphérique ouverture à gauche')
- - "⦡": [t: "angle sphérique s'ouvrant vers le haut"] # 0x29a1 (en: 'spherical angle opening up', DeepL: 'angle sphérique ouverture')
- - "⦢": [t: "angle culbuté"] # 0x29a2 (en: 'turned angle', DeepL: 'angle tourné')
- - "⦣": [t: "angle réfléchi"] # 0x29a3 (en: 'reversed angle', DeepL: 'angle inversé')
- - "⦤": [t: "angle à barre souscrite"] # 0x29a4 (en: 'angle with underbar')
- - "⦥": [t: "angle à barre souscrite réfléchie"] # 0x29a5 (en: 'reversed angle with underbar')
- - "⦦": [t: "angle oblique s'ouvrant vers le haut"] # 0x29a6 (en: 'oblique angle opening up')
- - "⦧": [t: "angle oblique s'ouvrant vers le bas"] # 0x29a7 (en: 'oblique angle opening down')
- - "⦨": [t: "angle calculé à bras vers l'est et bras fléché vers le nord est"] # 0x29a8 (en: 'measured angle with open arm ending in arrow pointing up and to the right', MathPlayer: 'angle calculé à bras vers l'est et bras fléché vers le nord-est', DeepL: 'angle mesuré avec bras ouvert se terminant par une flèche pointant vers le haut et la droite')
- - "⦩": [t: "angle calculé à bras vers l'ouest et bras fléché vers le nord ouest"] # 0x29a9 (en: 'measured angle with open arm ending in arrow pointing up and to the left', MathPlayer: 'angle calculé à bras vers l'ouest et bras fléché vers le nord-ouest', DeepL: 'angle mesuré avec bras ouvert se terminant par une flèche pointant vers le haut et la gauche')
- - "⦪": [t: "angle calculé à bras vers l'est et bras fléché vers le sud est"] # 0x29aa (en: 'measured angle with open arm ending in arrow pointing down and to the right', MathPlayer: 'angle calculé à bras vers l'est et bras fléché vers le sud-est', DeepL: 'angle mesuré avec un bras ouvert se terminant par une flèche pointant vers le bas et la droite')
- - "⦫": [t: "angle calculé à bras vers l'ouest et bras fléché vers le sud ouest"] # 0x29ab (en: 'measured angle with open arm ending in arrow pointing down and to the left', MathPlayer: 'angle calculé à bras vers l'ouest et bras fléché vers le sud-ouest', DeepL: 'angle mesuré avec un bras ouvert se terminant par une flèche pointant vers le bas et la gauche')
- - "⦬": [t: "angle calculé à bras vers le nord et bras fléché vers le nord est"] # 0x29ac (en: 'measured angle with open arm ending in arrow pointing right and up', MathPlayer: 'angle calculé à bras vers le nord et bras fléché vers le nord-est', DeepL: 'angle mesuré avec bras ouvert se terminant par une flèche pointant vers la droite et le haut')
- - "⦭": [t: "angle calculé à bras vers le nord et bras fléché vers le nord ouest"] # 0x29ad (en: 'measured angle with open arm ending in arrow pointing left and up', MathPlayer: 'angle calculé à bras vers le nord et bras fléché vers le nord-ouest', DeepL: 'angle mesuré avec bras ouvert se terminant par une flèche pointant vers la gauche et le haut')
- - "⦮": [t: "angle calculé à bras vers le sud et bras fléché vers le sud est"] # 0x29ae (en: 'measured angle with open arm ending in arrow pointing right and down', MathPlayer: 'angle calculé à bras vers le sud et bras fléché vers le sud-est', DeepL: 'angle mesuré avec un bras ouvert se terminant par une flèche pointant vers la droite et le bas')
- - "⦯": [t: "angle calculé à bras vers le sud et bras fléché vers le sud ouest"] # 0x29af (en: 'measured angle with open arm ending in arrow pointing left and down', MathPlayer: 'angle calculé à bras vers le sud et bras fléché vers le sud-ouest', DeepL: 'angle mesuré avec le bras ouvert se terminant par une flèche pointant vers la gauche et vers le bas')
- - "⦰": [t: "ensemble vide réfléchi"] # 0x29b0 (en: 'reversed empty set')
- - "⦱": [t: "ensemble vide barre en chef"] # 0x29b1 (en: 'empty set with overbar')
- - "⦲": [t: "ensemble vide petit cercle en chef"] # 0x29b2 (en: 'empty set with small circle above')
- - "⦳": [t: "ensemble vide flèche droite en chef"] # 0x29b3 (en: 'empty set with right arrow above')
- - "⦴": [t: "ensemble vide flèche gauche en chef"] # 0x29b4 (en: 'empty set with left arrow above')
- - "⦵": [t: "cercle à barre horizontale"] # 0x29b5 (en: 'circle with horizontal bar')
- - "⦶": [t: "barre verticale cerclée"] # 0x29b6 (en: 'circled vertical bar')
- - "⦷": [t: "parallèles cerclées"] # 0x29b7 (en: 'circled parallel')
- - "⦸": [t: "barre oblique inversée cerclée"] # 0x29b8 (en: 'circled reverse solidus', DeepL: 'solidus inversé encerclé')
- - "⦹": [t: "perpendiculaire cerclé"] # 0x29b9 (en: 'circled perpendicular')
- - "⦺": [t: "cercle divisé par une barre horizontale et une barre verticale dans la moitié supérieure"] # 0x29ba (en: 'circled divided by horizontal bar and top half divided by vertical bar', DeepL: 'encerclé divisé par la barre horizontale et la moitié supérieure divisée par la barre verticale')
- - "⦻": [t: "cercle superposé d'un x"] # 0x29bb (en: 'circle with superimposed x')
- - "⦼": [t: "division pivoté en sens antihoraire cerclé"] # 0x29bc (en: 'circled anticlockwise rotated division sign', MathPlayer: 'signe division pivoté en sens antihoraire cerclé', DeepL: 'signe de division encerclé et tourné dans le sens inverse des aiguilles d'une montre')
- - "⦽": [t: "cercle traversé d'une flèche montante"] # 0x29bd (en: 'up arrow through circle', DeepL: 'flèche vers le haut à travers un cercle')
- - "⦾": [t: "puce blanche cerclée"] # 0x29be (en: 'circled white bullet')
- - "⦿": [t: "puce cerclée"] # 0x29bf (en: 'circled bullet')
- - "⧀": [t: "inférieur à cerclé"] # 0x29c0 (en: 'circled less than')
- - "⧁": [t: "supérieur à cerclé"] # 0x29c1 (en: 'circled greater than')
- - "⧂": [t: "cercle avec petit cercle à droite"] # 0x29c2 (en: 'circle with small circle to the right')
- - "⧃": [t: "cercle avec deux petits traits horizontaux à droite"] # 0x29c3 (en: 'circle with two horizontal strokes to the right')
- - "⧄": [t: "oblique encadrée"] # 0x29c4 (en: 'squared rising diagonal slash')
- - "⧅": [t: "oblique inversée encadrée"] # 0x29c5 (en: 'squared falling diagonal slash')
- - "⧆": [t: "astérisque encadré"] # 0x29c6 (en: 'squared asterisk', DeepL: 'astérisque carré')
- - "⧇": [t: "petite cercle encadré"] # 0x29c7 (en: 'squared small circle', DeepL: 'carré petit cercle')
- - "⧈": [t: "carré encadré"] # 0x29c8 (en: 'squared square', DeepL: 'square square')
- - "⧉": [t: "carrés se chevauchant"] # 0x29c9 (en: 'two joined squares')
- - "⧊": [t: "triangle pointé en chef"] # 0x29ca (en: 'triangle with dot above', DeepL: 'triangle surmonté d'un point')
- - "⧋": [t: "triangle à barre souscrite"] # 0x29cb (en: 'triangle with underbar', DeepL: 'triangle avec barre inférieure')
- - "⧌": [t: "s inscrit dans triangle"] # 0x29cc (en: 's in triangle', DeepL: 's dans le triangle')
- - "⧍": [t: "triangle à empattements inférieurs"] # 0x29cd (en: 'triangle with serifs at bottom')
- - "⧎": [t: "triangle droit par dessus triangle gauche"] # 0x29ce (en: 'right triangle above left triangle', MathPlayer: 'triangle droit par-dessus triangle gauche', DeepL: 'triangle droit au-dessus du triangle gauche')
- - "⧏": [t: "triangle gauche à gauche d'une barre verticale"] # 0x29cf (en: 'left triangle beside vertical bar')
- - "⧐": [t: "triangle droit à droite d'une barre verticale"] # 0x29d0 (en: 'vertical bar beside right triangle')
- - "⧑": [t: "nœud papillon à aile gauche noire"] # 0x29d1 (en: 'bowtie with left half black', DeepL: 'nœud papillon avec la moitié gauche noire')
- - "⧒": [t: "nœud papillon à aile droite noire"] # 0x29d2 (en: 'bowtie with right half black', DeepL: 'nœud papillon avec la moitié droite noire')
- - "⧓": [t: "nœud papillon noir"] # 0x29d3 (en: 'black bowtie')
- - "⧔": [t: "multiplication à moitié gauche noircie"] # 0x29d4 (en: 'times with left half black', DeepL: 'fois avec moitié noire à gauche')
- - "⧕": [t: "multiplication à moitié droite noircie"] # 0x29d5 (en: 'times with right half black', DeepL: 'fois avec moitié droite noire')
- - "⧖": [t: "sablier blanc"] # 0x29d6 (en: 'white hourglass')
- - "⧗": [t: "sablier noir"] # 0x29d7 (en: 'black hourglass')
- - "⧘": [t: "clôture dentelée gauche"] # 0x29d8 (en: 'left wiggly fence', DeepL: 'à gauche clôture ondulée')
- - "⧙": [t: "clôture dentelée droite"] # 0x29d9 (en: 'right wiggly fence', DeepL: 'barrière ondulée droite')
- - "⧚": [t: "double clôture dentelée gauche"] # 0x29da (en: 'left double wiggly fence')
- - "⧛": [t: "right double wiggly fence"] # 0x29db
- - "⧜": [t: "infini incomplet"] # 0x29dc (en: 'incomplete infinity')
- - "⧝": [t: "lorgnon"] # 0x29dd (en: 'tie over infinity', DeepL: 'cravate sur l'infini')
- - "⧞": [t: "infini nié par une barre verticale"] # 0x29de (en: 'infinity negated with vertical bar')
- - "⧟": [t: "multijection à deux têtes"] # 0x29df (en: 'double-ended multimap', DeepL: 'multimap à double extrémité')
- - "⧠": [t: "carré ombré"] # 0x29e0 (en: 'square with contoured outline', DeepL: 'carré avec contour contourné')
- - "⧡": [t: "augmente avec"] # 0x29e1 (en: 'increases as', DeepL: 'augmente comme')
- - "⧢": [t: "produit de permutation"] # 0x29e2 (en: 'shuffle product', DeepL: 'produit de mélange')
- - "⧣": [t: "égale à et parallèle à incliné"] # 0x29e3 (en: 'equals sign and slanted parallel')
- - "⧤": [t: "égale à et parallèle à incliné surmontés d'un tilde"] # 0x29e4 (en: 'equals sign and slanted parallel with tilde above')
- - "⧥": [t: "identique à et parallèle à incliné"] # 0x29e5 (en: 'identical to and slanted parallel')
- - "⧦": [t: "gleich stark"] # 0x29e6
- - "⧧": [t: "thermodynamique"] # 0x29e7 (en: 'thermodynamic')
- - "⧨": [t: "triangle pointe vers le bas à moitié gauche noire"] # 0x29e8 (en: 'down pointing triangle with left half black', DeepL: 'triangle pointant vers le bas avec la moitié gauche noire')
- - "⧩": [t: "triangle pointe vers le bas à moitié droite noire"] # 0x29e9 (en: 'down pointing triangle with right half black', DeepL: 'triangle pointant vers le bas avec la moitié droite noire')
- - "⧪": [t: "losange noir à flèche vers le bas"] # 0x29ea (en: 'black diamond with down arrow', DeepL: 'losange noir avec flèche vers le bas')
- - "⧫": [t: "losange fuselé noir"] # 0x29eb (en: 'black lozenge')
- - "⧬": [t: "cercle blanc à flèche vers le bas"] # 0x29ec (en: 'white circle with down arrow', DeepL: 'cercle blanc avec flèche vers le bas')
- - "⧭": [t: "cercle noir à flèche vers le bas"] # 0x29ed (en: 'black circle with down arrow', DeepL: 'cercle noir avec flèche vers le bas')
- - "⧮": [t: "barre d'erreur à carré blanc"] # 0x29ee (en: 'error-barred white square', DeepL: 'carré blanc barré d'erreurs')
- - "⧯": [t: "barre d'erreur à carré noir"] # 0x29ef (en: 'error-barred black square', DeepL: 'carré noir barré d'erreurs')
- - "⧰": [t: "barre d'erreur à losange blanc"] # 0x29f0 (en: 'error-barred white diamond', DeepL: 'diamant blanc barré d'une erreur')
- - "⧱": [t: "barre d'erreur à losange noir"] # 0x29f1 (en: 'error-barred black diamond', DeepL: 'diamant noir barré d'erreurs')
- - "⧲": [t: "barre d'erreur à cercle blanc"] # 0x29f2 (en: 'error-barred white circle', DeepL: 'cercle blanc barré d'erreurs')
- - "⧳": [t: "barre d'erreur à cercle noir"] # 0x29f3 (en: 'error-barred black circle', DeepL: 'cercle noir barré d'une erreur')
- - "⧴": [t: "règle différée"] # 0x29f4 (en: 'rule-delayed')
- - "⧵": [t: "opérateur barre oblique inversée"] # 0x29f5 (en: 'reverse solidus operator', DeepL: 'opérateur solidus inversé')
- - "⧶": [t: "barre oblique avec barre en chef"] # 0x29f6 (en: 'solidus with overbar')
- - "⧷": [t: "barre oblique inversée à traverse horizontale"] # 0x29f7 (en: 'reverse solidus with horizontal stroke', DeepL: 'solidus inversé avec trait horizontal')
- - "⧸": [t: "grande barre oblique"] # 0x29f8 (en: 'big solidus', DeepL: 'grand solidus')
- - "⧹": [t: "grande barre oblique inversée"] # 0x29f9 (en: 'big reverse solidus', DeepL: 'grand solidus inversé')
- - "⧺": [t: "double plus"] # 0x29fa
- - "⧻": [t: "triple plus"] # 0x29fb
- - "⧼": [t: "chevron vers la gauche courbé"] # 0x29fc (en: 'left pointing curved angle bracket', DeepL: 'équerre courbe pointant vers la gauche')
- - "⧽": [t: "chevron vers la droite courbé"] # 0x29fd (en: 'right pointing curved angle bracket', DeepL: 'équerre courbe pointant vers la droite')
- - "⧾": [t: "tiny"] # 0x29fe (DeepL: 'minuscule')
- - "⧿": [t: "miny"] # 0x29ff (DeepL: 'minime')
- - "⨀": [t: "opérateur point cerclé n aire"] # 0x2a00 (en: 'circled dot operator', DeepL: 'point encerclé opérateur')
- - "⨁": [t: "opérateur plus cerclé n aire"] # 0x2a01 (en: 'circled plus operator', DeepL: 'opérateur plus encerclé')
- - "⨂": [t: "opérateur multiplié par cerclé n aire"] # 0x2a02 (en: 'circled times operator', DeepL: 'opérateur de temps encerclé')
- - "⨃": [t: "opérateur union n aire pointé"] # 0x2a03 (en: 'union operator with dot', DeepL: 'opérateur d'union avec point')
- - "⨄": [t: "opérateur union n aire avec plus"] # 0x2a04 (en: 'union operator with plus', DeepL: 'opérateur d'union avec plus')
- - "⨅": [t: "opérateur intersection carré n aire"] # 0x2a05 (en: 'square intersection operator', DeepL: 'opérateur d'intersection carré')
- - "⨆": [t: "opérateur union carré n aire"] # 0x2a06 (en: 'square union operator', DeepL: 'carré opérateur d'union')
- - "⨇": [t: "opérateur deux et logiques"] # 0x2a07 (en: 'two logical and operator', DeepL: 'deux opérateur logique et')
- - "⨈": [t: "opérateur deux ou logiques"] # 0x2a08 (en: 'two logical or operator', DeepL: 'deux opérateurs logiques ou opérateurs')
- - "⨉": [t: "opérateur multiplié par n aire"] # 0x2a09 (en: 'times operator', DeepL: 'fois')
- - "⨊": [t: "sommation modulo deux"] # 0x2a0a (en: 'modulo two sum', DeepL: 'somme modulo deux')
- - "⨋": [t: "sommation avec intégrale"] # 0x2a0b (en: 'summation with integral')
- - "⨌": [t: "intégrale quadruple"] # 0x2a0c (en: 'quadruple integral operator')
- - "⨍": [t: "intégrale à partie finie"] # 0x2a0d (en: 'finite part integral')
- - "⨎": [t: "intégrale à deux barres horizontales"] # 0x2a0e (en: 'integral with double stroke', DeepL: 'intégrale avec double trait')
- - "⨏": [t: "moyenne d'intégrale à barre oblique inversée"] # 0x2a0f (en: 'integral average with slash', DeepL: 'moyenne intégrale avec barre oblique')
- - "⨐": [t: "fonction de circulation"] # 0x2a10 (en: 'circulation function')
- - "⨑": [t: "intégrale en sens positif"] # 0x2a11 (en: 'anticlockwise integration')
- - "⨒": [t: "intégrale de ligne à chemin rectangulaire autour du pôle"] # 0x2a12 (en: 'line integration with rectangular path around pole')
- - "⨓": [t: "intégrale de ligne à chemin semi circulaire autour du pôle"] # 0x2a13 (en: 'line integration with semicircular path around pole', MathPlayer: 'intégrale de ligne à chemin semi-circulaire autour du pôle', DeepL: 'intégration d'une ligne avec une trajectoire semi-circulaire autour du poteau')
- - "⨔": [t: "intégrale de ligne évitant le pôle"] # 0x2a14 (en: 'line integration not including the pole')
- - "⨕": [t: "intégrale autour d'un opérateur point"] # 0x2a15 (en: 'integral around a point operator')
- - "⨖": [t: "intégrale quaternion"] # 0x2a16 (en: 'quaternion integral operator')
- - "⨗": [t: "intégrale à crosse fléchée gauche"] # 0x2a17 (en: 'integral with leftwards arrow with hook', MathPlayer: 'intégrale à crosse fléchée vers la gauche', DeepL: 'intégrale avec flèche vers la gauche avec crochet')
- - "⨘": [t: "intégrale au signe multiplié par"] # 0x2a18 (en: 'integral with times sign', DeepL: 'intégrale avec signe des temps')
- - "⨙": [t: "intégrale à signe intersection"] # 0x2a19 (en: 'integral with intersection', DeepL: 'intégrale avec intersection')
- - "⨚": [t: "intégrale à signe union"] # 0x2a1a (en: 'integral with union', DeepL: 'intégrale avec union')
- - "⨛": [t: "intégrale à barre en chef"] # 0x2a1b (en: 'integral with overbar', DeepL: 'intégrale avec barre de dépassement')
- - "⨜": [t: "intégrale à barre souscrite"] # 0x2a1c (en: 'integral with underbar', DeepL: 'intégrale avec barre inférieure')
- - "⨝": [t: "jointure"] # 0x2a1d (en: 'join')
- - "⨞": [t: "gros opérateur triangle gauche"] # 0x2a1e (en: 'large left triangle operator', DeepL: 'opérateur grand triangle gauche')
- - "⨟": [t: "composition de schémas en notation z"] # 0x2a1f (en: 'z notation schema composition', DeepL: 'z notation composition du schéma')
- - "⨠": [t: "tubage de schémas en notation z"] # 0x2a20 (en: 'z notation schema piping', DeepL: 'z notation schema piping')
- - "⨡": [t: "projection de schémas en notation z"] # 0x2a21 (en: 'z notation schema projection', DeepL: 'z notation schema projection')
- - "⨢": [t: "plus surmonté d'un petit cercle"] # 0x2a22 (en: 'plus sign with circle above')
- - "⨣": [t: "plus surmonté d'un circonflexe"] # 0x2a23 (en: 'plus sign with circumflex accent above')
- - "⨤": [t: "plus surmonté d'un tilde"] # 0x2a24 (en: 'plus sign with tilde above')
- - "⨥": [t: "plus à point souscrit"] # 0x2a25 (en: 'plus sign with dot below')
- - "⨦": [t: "plus à tilde souscrit"] # 0x2a26 (en: 'plus sign with tilde below')
- - "⨧": [t: "plus à chiffre deux souscrit"] # 0x2a27 (en: 'plus sign with subscript two')
- - "⨨": [t: "plus à triangle noir"] # 0x2a28 (en: 'plus sign with black triangle', DeepL: 'signe plus avec triangle noir')
- - "⨩": [t: "moins surmonté d'une virgule"] # 0x2a29 (en: 'minus sign with comma above')
- - "⨪": [t: "moins à point souscrit"] # 0x2a2a (en: 'minus sign with dot below')
- - "⨫": [t: "moins à points descendants"] # 0x2a2b (en: 'minus sign with falling dots', DeepL: 'signe moins avec points de chute')
- - "⨬": [t: "moins à points ascendants"] # 0x2a2c (en: 'minus sign with rising dots', DeepL: 'signe moins avec points ascendants')
- - "⨭": [t: "plus dans demi cercle gauche"] # 0x2a2d (en: 'plus sign in left half circle', MathPlayer: 'plus dans demi-cercle gauche', DeepL: 'signe plus dans le demi-cercle gauche')
- - "⨮": [t: "plus dans demi cercle droit"] # 0x2a2e (en: 'plus sign in right half circle', MathPlayer: 'plus dans demi-cercle droit', DeepL: 'signe plus dans le demi-cercle droit')
+ then: [T: "est"] # (en: 'is', DeepL translation)
+ - T: "sur ensemble ouvert" # (en: 'an open superset of', MathPlayer: 'sur-ensemble ouvert', DeepL: 'un surensemble ouvert de')
+ - "⟅": [T: "délimiteur de sac en s gauche"] # 0x27c5 (en: 'left s-shaped bag delimiter')
+ - "⟆": [T: "délimiteur de sac en s droite"] # 0x27c6 (en: 'right s-shaped bag delimiter')
+ - "⟇": [T: "ou avec point inscrit"] # 0x27c7 (en: 'or with dot inside')
+ - "⟈": [T: "sous ensemble précédé d'une barre oblique inversée"] # 0x27c8 (en: 'reverse solidus preceding subset', MathPlayer: 'sous-ensemble précédé d'une barre oblique inversée', DeepL: 'solidus inversé précédant le sous-ensemble')
+ - "⟉": [T: "sur ensemble suivi d'une barre oblique"] # 0x27c9 (en: 'superset preceding solidus', MathPlayer: 'sur-ensemble suivi d'une barre oblique', DeepL: 'sur-ensemble précédant le solidus')
+ - "⟊": [T: "barre verticale À une traverse"] # 0x27ca (en: 'vertical bar with horizontal stroke')
+ - "⟋": [T: "diagonale mathématique ascendante"] # 0x27cb (en: 'mathematical rising diagonal', DeepL: 'diagonale ascendante mathématique')
+ - "⟌": [T: "grande division"] # 0x27cc (en: 'long division')
+ - "⟍": [T: "diagonale mathématique descendante"] # 0x27cd (en: 'mathematical falling diagonal', DeepL: 'diagonale descendante mathématique')
+ - "⟎": [T: "et logique encadré"] # 0x27ce (en: 'squared logical and', DeepL: 'carré logique et')
+ - "⟏": [T: "ou logique encadré"] # 0x27cf (en: 'squared logical or', DeepL: 'carré logique ou')
+ - "⟐": [T: "losange blanc à point centré"] # 0x27d0 (en: 'white diamond with centered dot', DeepL: 'diamant blanc avec point centré')
+ - "⟑": [T: "et pointé"] # 0x27d1 (en: 'and with dot')
+ - "⟒": [T: "appartient à ouvert vers le haut"] # 0x27d2 (en: 'element of opening upwards')
+ - "⟓": [T: "coin inférieur droit pointé"] # 0x27d3 (en: 'lower right corner with dot')
+ - "⟔": [T: "coin supérieur gauche pointé"] # 0x27d4 (en: 'upper left corner with dot')
+ - "⟕": [T: "jointure externe gauche"] # 0x27d5 (en: 'left outer join')
+ - "⟖": [T: "jointure externe droite"] # 0x27d6 (en: 'right outer join')
+ - "⟗": [T: "jointure externe complète"] # 0x27d7 (en: 'full outer join')
+ - "⟘": [T: "grand taquet vers le haut"] # 0x27d8 (en: 'large up tack')
+ - "⟙": [T: "grand taquet vers le bas"] # 0x27d9 (en: 'large down tack')
+ - "⟚": [T: "double tourniquet bilatéral"] # 0x27da (en: 'left and right double turnstile')
+ - "⟛": [T: "tourniquet bilatéral"] # 0x27db (en: 'left and right tack')
+ - "⟜": [T: "multijection gauche"] # 0x27dc (en: 'left multimap')
+ - "⟝": [T: "long taquet droit"] # 0x27dd (en: 'long right tack')
+ - "⟞": [T: "long taquet gauche"] # 0x27de (en: 'long left tack')
+ - "⟟": [T: "taquet vers le haut surmonté d'un cercle"] # 0x27df (en: 'up tack with circle above')
+ - "⟠": [T: "rhombe coupé"] # 0x27e0 (en: 'lozenge divided by horizontal rule')
+ - "⟡": [T: "losange concave blanc"] # 0x27e1 (en: 'white concave sided diamond')
+ - "⟢": [T: "losange concave blanc avec trait à gauche"] # 0x27e2 (en: 'white concave sided diamond with leftwards tick')
+ - "⟣": [T: "losange concave blanc avec trait à droite"] # 0x27e3 (en: 'white concave sided diamond with rightwards tick')
+ - "⟤": [T: "carré blanc avec trait à gauche"] # 0x27e4 (en: 'white square with leftwards tick')
+ - "⟥": [T: "carré blanc avec trait à droite"] # 0x27e5 (en: 'white square with rightwards tick')
+ - "⟦": [T: "crochet mathématique blanc gauche"] # 0x27e6 (en: 'left white square bracket')
+ - "⟧": [T: "crochet mathématique blanc droit"] # 0x27e7 (en: 'right white square bracket')
+ - "⟨": [T: "chevron mathématique gauche"] # 0x27e8 (en: 'left angle bracket')
+ - "⟩": [T: "chevron mathématique droit"] # 0x27e9 (en: 'right angle bracket')
+ - "⟪": [T: "double chevron mathématique gauche"] # 0x27ea (en: 'left double angle bracket')
+ - "⟫": [T: "double chevron mathématique droit"] # 0x27eb (en: 'right double angle bracket')
+ - "⟬": [T: "crochet en écaille mathématique blanc gauche"] # 0x27ec (en: 'left white tortoise shell bracket')
+ - "⟭": [T: "crochet en écaille mathématique blanc droite"] # 0x27ed (en: 'right white tortoise shell bracket')
+ - "⟮": [T: "parenthèse mathématique gauche aplatie"] # 0x27ee (en: 'left flattened parenthesis')
+ - "⟯": [T: "parenthèse mathématique droite aplatie"] # 0x27ef (en: 'right flattened parenthesis')
+ - "⟰": [T: "quadruple flèche vers le haut"] # 0x27f0 (en: 'upwards quadruple arrow', DeepL: 'flèche quadruple vers le haut')
+ - "⟱": [T: "quadruple flèche vers le bas"] # 0x27f1 (en: 'downwards quadruple arrow', DeepL: 'flèche quadruple vers le bas')
+ - "⟲": [T: "flèche sens antihoraire entrouverte"] # 0x27f2 (en: 'anticlockwise gapped circle arrow', DeepL: 'flèche du cercle fermé dans le sens inverse des aiguilles d'une montre')
+ - "⟳": [T: "flèche sens horaire entrouverte"] # 0x27f3 (en: 'clockwise gapped circle arrow', DeepL: 'flèche de cercle encerclé dans le sens des aiguilles d'une montre')
+ - "⟴": [T: "flèche vers la droite à signe plus cerclé"] # 0x27f4 (en: 'right arrow with circled plus', DeepL: 'flèche droite avec plus encerclé')
+ - "⟵": [T: "longue flèche vers la gauche"] # 0x27f5 (en: 'long leftwards arrow', MathPlayer: 'longue flèche vers la gauche', DeepL: 'flèche longue vers la gauche')
+ - "⟶": [T: "longue flèche vers la droite"] # 0x27f6 (en: 'long rightwards arrow', SRE: 'longue flèche droite')
+ - "⟷": [T: "longue flèche bilatérale"] # 0x27f7 (en: 'long left right arrow')
+ - "⟸": [T: "longue double flèche vers la gauche"] # 0x27f8 (en: 'long leftwards double arrow', MathPlayer: 'longue double flèche vers la gauche', DeepL: 'longue flèche double vers la gauche')
+ - "⟹": [T: "longue double flèche vers la droite"] # 0x27f9 (en: 'implies', MathPlayer: 'longue double flèche vers la droite', DeepL: 'implique')
+ - "⟺": [T: "longue double flèche bilatérale"] # 0x27fa (en: 'if and only if')
+ - "⟻": [T: "longue flèche d'un taquet vers la gauche"] # 0x27fb (en: 'long leftwards arrow from bar', DeepL: 'longue flèche vers la gauche à partir d'une barre')
+ - "⟼": [T: "longue flèche d'un taquet vers la droite"] # 0x27fc (en: 'long rightwards arrow from bar', MathPlayer: 'longue flèche d'un taquet vers la droite', DeepL: 'longue flèche vers la droite à partir de la barre')
+ - "⟽": [T: "longue double flèche d'un taquet vers la gauche"] # 0x27fd (en: 'long leftwards double arrow from bar', DeepL: 'double flèche longue vers la gauche à partir de la barre')
+ - "⟾": [T: "longue double flèche d'un taquet vers la droite"] # 0x27fe (en: 'long rightwards double arrow from bar', DeepL: 'double flèche longue vers la droite à partir de la barre')
+ - "⟿": [T: "longue flèche en tire bouchon vers la droite"] # 0x27ff (en: 'long rightwards squiggle arrow', MathPlayer: 'longue flèche vers la droite en tire-bouchon', DeepL: 'flèche longue vers la droite en forme de gribouillis')
+ - "⤀": [T: "flèche à deux pointes vers la droite barrée verticalement"] # 0x2900 (en: 'rightwards two headed arrow with vertical stroke', DeepL: 'vers la droite flèche à deux têtes avec trait vertical')
+ - "⤁": [T: "flèche à deux pointes vers la droite barrée deux fois verticalement"] # 0x2901 (en: 'rightwards two headed arrow with double vertical stroke', DeepL: 'flèche bicéphale droite avec double trait vertical')
+ - "⤂": [T: "double flèche vers la gauche barrée verticalement"] # 0x2902 (en: 'leftwards double arrow with vertical stroke', DeepL: 'flèche double gauche avec trait vertical')
+ - "⤃": [T: "double flèche vers la droite barrée verticalement"] # 0x2903 (en: 'rightwards double arrow with vertical stroke', DeepL: 'vers la droite double flèche avec trait vertical')
+ - "⤄": [T: "flèche bilatérale double barrée verticalement"] # 0x2904 (en: 'left right double arrow with vertical stroke', DeepL: 'flèche double gauche-droite avec trait vertical')
+ - "⤅": [T: "flèche à deux têtes d'un taquet vers la droite"] # 0x2905 (en: 'rightwards two headed arrow from bar', MathPlayer: 'flèche à deux têtes d'un taquet vers la droite', DeepL: 'flèche vers la droite à deux têtes à partir de la barre')
+ - "⤆": [T: "double flèche d'un taquet vers la gauche"] # 0x2906 (en: 'leftwards double arrow from bar', DeepL: 'flèche double vers la gauche à partir de la barre')
+ - "⤇": [T: "double flèche d'un taquet vers la droite"] # 0x2907 (en: 'rightwards double arrow from bar', DeepL: 'double flèche vers la droite à partir de la barre')
+ - "⤈": [T: "flèche vers le bas barrée horizontalement"] # 0x2908 (en: 'downwards arrow with horizontal stroke', DeepL: 'flèche vers le bas avec trait horizontal')
+ - "⤉": [T: "flèche vers le haut barrée horizontalement"] # 0x2909 (en: 'upwards arrow with horizontal stroke', DeepL: 'flèche vers le haut avec trait horizontal')
+ - "⤊": [T: "triple flèche vers le haut"] # 0x290a (en: 'upwards triple arrow', DeepL: 'flèche triple vers le haut')
+ - "⤋": [T: "triple flèche vers le bas"] # 0x290b (en: 'downwards triple arrow')
+ - "⤌": [T: "flèche à deux traits vers la gauche"] # 0x290c (en: 'leftwards double dash arrow', MathPlayer: 'flèche à deux traits vers la gauche', DeepL: 'flèche double tiret vers la gauche')
+ - "⤍": [T: "flèche à deux traits vers la droite"] # 0x290d (en: 'rightwards double dash arrow', MathPlayer: 'flèche à deux traits vers la droite', DeepL: 'flèche à double tiret vers la droite')
+ - "⤎": [T: "flèche à trois traits vers la gauche"] # 0x290e (en: 'leftwards triple dash arrow', MathPlayer: 'flèche à trois traits vers la gauche', DeepL: 'flèche à triple tiret vers la gauche')
+ - "⤏": [T: "flèche à trois traits vers la droite"] # 0x290f (en: 'rightwards triple dash arrow', MathPlayer: 'flèche à trois traits vers la droite', DeepL: 'à droite triple flèche en tiret')
+ - "⤐": [T: "flèche à trois traits et à deux têtes vers la droite"] # 0x2910 (en: 'rightwards two headed triple dash arrow', MathPlayer: 'flèche à trois traits et à deux têtes vers la droite', DeepL: 'vers la droite, flèche à deux têtes et triple tiret')
+ - "⤑": [T: "flèche à fût pointillé vers la droite"] # 0x2911 (en: 'rightwards arrow with dotted stem', MathPlayer: 'flèche vers la droite à fût pointillé', DeepL: 'flèche vers la droite avec tige en pointillé')
+ - "⤒": [T: "flèche jusqu'à taquet vers le haut"] # 0x2912 (en: 'upwards arrow to bar')
+ - "⤓": [T: "flèche jusqu'à taquet vers le bas"] # 0x2913 (en: 'downwards arrow to bar')
+ - "⤔": [T: "flèche empennée vers la droite barrée verticalement"] # 0x2914 (en: 'rightwards arrow with tail and vertical stroke', DeepL: 'flèche vers la droite avec queue et trait vertical')
+ - "⤕": [T: "flèche empennée vers la droite barrée deux fois verticalement"] # 0x2915 (en: 'rightwards arrow with tail and double vertical stroke', DeepL: 'flèche vers la droite avec empennage et double trait vertical')
+ - "⤖": [T: "flèche empennée à deux têtes vers la droite"] # 0x2916 (en: 'rightwards two headed arrow with tail', MathPlayer: 'flèche empennée à deux têtes vers la droite', DeepL: 'flèche bicéphale droite avec empennage')
+ - "⤗": [T: "flèche empennée à deux têtes vers la droite barrée verticalement"] # 0x2917 (en: 'rightwards two headed arrow with tail with vertical stroke', DeepL: 'flèche à deux têtes vers la droite avec empennage et trait vertical')
+ - "⤘": [T: "flèche empennée à deux têtes vers la droite barrée deux fois verticalement"] # 0x2918 (en: 'rightwards two headed arrow with tail with double vertical stroke', DeepL: 'flèche à deux têtes vers la droite avec empennage et double trait vertical')
+ - "⤙": [T: "empenne vers la gauche"] # 0x2919 (en: 'leftwards arrow tail', MathPlayer: 'empenne vers la gauche', DeepL: 'vers la gauche queue de la flèche')
+ - "⤚": [T: "empenne vers la droite"] # 0x291a (en: 'rightwards arrow tail', DeepL: 'flèche vers la droite')
+ - "⤛": [T: "double empenne vers la gauche"] # 0x291b (en: 'leftwards double arrow tail', MathPlayer: 'double empenne vers la gauche', DeepL: 'vers la gauche double flèche en queue')
+ - "⤜": [T: "double empenne vers la droite"] # 0x291c (en: 'rightwards double arrow tail', MathPlayer: 'double empenne vers la droite', DeepL: 'vers la droite double flèche en queue')
+ - "⤝": [T: "flèche vers un losange noir à gauche"] # 0x291d (en: 'leftwards arrow to filled diamond')
+ - "⤞": [T: "flèche vers un losange noir à droite"] # 0x291e (en: 'rightwards arrow to filled diamond')
+ - "⤟": [T: "flèche d'un taquet vers un losange noir à gauche"] # 0x291f (en: 'leftwards arrow from bar to filled diamond')
+ - "⤠": [T: "flèche d'un taquet vers un losange noir à droite"] # 0x2920 (en: 'rightwards arrow from bar to filled diamond')
+ - "⤡": [T: "flèche nord ouest et sud est"] # 0x2921 (en: 'north west and south east arrow', DeepL: 'flèche nord-ouest et sud-est')
+ - "⤢": [T: "flèche nord est et sud ouest"] # 0x2922 (en: 'north east and south west arrow', DeepL: 'flèche nord-est et sud-ouest')
+ - "⤣": [T: "flèche nord ouest à crochet"] # 0x2923 (en: 'north west arrow with hook', MathPlayer: 'flèche nord-ouest à crochet', DeepL: 'flèche nord-ouest avec crochet')
+ - "⤤": [T: "flèche nord est à crochet"] # 0x2924 (en: 'north east arrow with hook', MathPlayer: 'flèche nord-est à crochet', DeepL: 'flèche nord-est avec crochet')
+ - "⤥": [T: "flèche sud est à crochet"] # 0x2925 (en: 'south east arrow with hook', MathPlayer: 'flèche sud-est à crochet', DeepL: 'flèche sud-est avec crochet')
+ - "⤦": [T: "flèche sud ouest à crochet"] # 0x2926 (en: 'south west arrow with hook', MathPlayer: 'flèche sud-ouest à crochet', DeepL: 'flèche sud-ouest avec crochet')
+ - "⤧": [T: "flèches nord ouest et nord est"] # 0x2927 (en: 'north west arrow and north east arrow', MathPlayer: 'flèches nord-ouest et nord-est', DeepL: 'flèche nord-ouest et flèche nord-est')
+ - "⤨": [T: "flèches nord est et sud est"] # 0x2928 (en: 'north east arrow and south east arrow', MathPlayer: 'flèches nord-est et sud-est', DeepL: 'flèche nord-est et flèche sud-est')
+ - "⤩": [T: "flèches sud est et sud ouest"] # 0x2929 (en: 'south east arrow and south west arrow', MathPlayer: 'flèches sud-est et sud-ouest', DeepL: 'flèche sud-est et flèche sud-ouest')
+ - "⤪": [T: "flèches sud ouest et nord ouest"] # 0x292a (en: 'south west arrow and north west arrow', MathPlayer: 'flèches sud-ouest et nord-ouest', DeepL: 'flèche sud-ouest et flèche nord-ouest')
+ - "⤫": [T: "diagonale montante sur diagonale descendante"] # 0x292b (en: 'rising diagonal crossing falling diagonal', DeepL: 'diagonale ascendante croisant une diagonale descendante')
+ - "⤬": [T: "diagonale descendante sur diagonale montante"] # 0x292c (en: 'falling diagonal crossing rising diagonal', DeepL: 'diagonale descendante croisant la diagonale montante')
+ - "⤭": [T: "flèche sud est sur flèche nord est"] # 0x292d (en: 'south east arrow crossing north east arrow', DeepL: 'flèche sud-est croisant la flèche nord-est')
+ - "⤮": [T: "flèche nord est sur flèche sud est"] # 0x292e (en: 'north east arrow crossing south east arrow', DeepL: 'flèche nord-est croisant la flèche sud-est')
+ - "⤯": [T: "diagonale descendante sur flèche nord est"] # 0x292f (en: 'falling diagonal crossing north east arrow', DeepL: 'flèche diagonale tombante traversant le nord-est')
+ - "⤰": [T: "diagonale montante sur flèche sud est"] # 0x2930 (en: 'rising diagonal crossing south east arrow', DeepL: 'diagonale montante croisant la flèche sud-est')
+ - "⤱": [T: "flèche nord est sur flèche nord ouest"] # 0x2931 (en: 'north east arrow crossing north west arrow', DeepL: 'flèche nord-est croisant la flèche nord-ouest')
+ - "⤲": [T: "flèche nord ouest sur flèche nord est"] # 0x2932 (en: 'north west arrow crossing north east arrow', DeepL: 'flèche nord-ouest croisant la flèche nord-est')
+ - "⤳": [T: "flèche ondulée vers la droite"] # 0x2933 (en: 'wave arrow pointing directly right', MathPlayer: 'flèche vers la droite bossue', DeepL: 'flèche ondulée pointant directement vers la droite')
+ - "⤴": [T: "flèche courbe vers la droite puis le haut"] # 0x2934 (en: 'arrow pointing rightwards then curving upwards', DeepL: 'flèche pointant vers la droite puis s'incurvant vers le haut')
+ - "⤵": [T: "flèche courbe vers la droite puis le bas"] # 0x2935 (en: 'arrow pointing rightwards then curving downwards')
+ - "⤶": [T: "flèche courbe vers le bas puis la gauche"] # 0x2936 (en: 'arrow pointing downwards then curving leftwards')
+ - "⤷": [T: "flèche courbe vers le bas puis la droite"] # 0x2937 (en: 'arrow pointing downwards then curving rightwards')
+ - "⤸": [T: "arc de cercle droit fléché sens horaire"] # 0x2938 (en: 'right side arc clockwise arrow')
+ - "⤹": [T: "arc de cercle gauche fléché sens antihoraire"] # 0x2939 (en: 'left side arc anticlockwise arrow')
+ - "⤺": [T: "arc de cercle supérieur fléché sens antihoraire"] # 0x293a (en: 'top arc anticlockwise arrow', DeepL: 'arc supérieur flèche antihoraire')
+ - "⤻": [T: "arc de cercle inférieur fléché sens antihoraire"] # 0x293b (en: 'bottom arc anticlockwise arrow', DeepL: 'flèche du bas dans le sens inverse des aiguilles d'une montre')
+ - "⤼": [T: "arc de cercle fléché sens horaire et signe moins souscrit"] # 0x293c (en: 'top arc clockwise arrow with minus')
+ - "⤽": [T: "arc de cercle fléché sens antihoraire et signe plus souscrit"] # 0x293d (en: 'top arc anticlockwise arrow with plus')
+ - "⤾": [T: "demi cercle fléché inférieur droit sens horaire"] # 0x293e (en: 'lower right semicircular clockwise arrow', DeepL: 'flèche semi-circulaire en bas à droite dans le sens des aiguilles d'une montre')
+ - "⤿": [T: "demi cercle fléché inférieur gauche sens antihoraire"] # 0x293f (en: 'lower left semicircular anticlockwise arrow', DeepL: 'flèche semi-circulaire en bas à gauche dans le sens inverse des aiguilles d'une montre')
+ - "⥀": [T: "cercle fléché sens antihoraire"] # 0x2940 (en: 'anticlockwise closed circle arrow', DeepL: 'flèche circulaire fermée dans le sens inverse des aiguilles d'une montre')
+ - "⥁": [T: "cercle fléché sens horaire"] # 0x2941 (en: 'clockwise closed circle arrow', DeepL: 'flèche de cercle fermé dans le sens des aiguilles d'une montre')
+ - "⥂": [T: "flèche vers la droite surmontant fléchette vers la gauche"] # 0x2942 (en: 'rightwards arrow above short leftwards arrow', DeepL: 'flèche vers la droite au-dessus d'une courte flèche vers la gauche')
+ - "⥃": [T: "flèche vers la gauche surmontant fléchette vers la droite"] # 0x2943 (en: 'leftwards arrow above short rightwards arrow', DeepL: 'flèche gauche au-dessus d'une courte flèche droite')
+ - "⥄": [T: "fléchette vers la droite surmontant flèche vers la gauche"] # 0x2944 (en: 'short rightwards arrow above leftwards arrow', DeepL: 'courte flèche vers la droite au-dessus de la flèche vers la gauche')
+ - "⥅": [T: "flèche droite surmontant signe moins"] # 0x2945 (en: 'rightwards arrow with plus below', MathPlayer: 'flèche vers la droite surmontant signe moins', DeepL: 'flèche vers la droite avec le plus en dessous')
+ - "⥆": [T: "flèche vers la gauche surmontant signe plus"] # 0x2946 (en: 'leftwards arrow with plus below', DeepL: 'flèche vers la gauche avec le plus en dessous')
+ - "⥇": [T: "flèche vers la droite à travers x"] # 0x2947 (en: 'rightwards arrow through x', DeepL: 'flèche vers la droite à travers le x')
+ - "⥈": [T: "petit cercle traversé d'une flèche bilatérale"] # 0x2948 (en: 'left right arrow through circle')
+ - "⥉": [T: "petit cercle surmonté d'une flèche montante à deux têtes"] # 0x2949 (en: 'upwards two headed arrow from circle')
+ - "⥊": [T: "harpon à barbillon gauche dressée et barbillon droite baissée"] # 0x294a (en: 'left barb up right barb down harpoon')
+ - "⥋": [T: "harpon à barbillon gauche baissée et barbillon droite dressée"] # 0x294b (en: 'left barb down right barb up harpoon')
+ - "⥌": [T: "harpon à barbillon supérieure droite et barbillon inférieure gauche"] # 0x294c (en: 'up barb right down barb left harpoon', DeepL: 'barbe en haut à droite barbe en bas à gauche harpon')
+ - "⥍": [T: "harpon à barbillon supérieure gauche et barbillon inférieure droite"] # 0x294d (en: 'up barb left down barb right harpoon', DeepL: 'barbe en haut à gauche barbe en bas à droite harpon')
+ - "⥎": [T: "harpon à barbillon droite et gauche dressées"] # 0x294e (en: 'left barb up right barb up harpoon')
+ - "⥏": [T: "harpon à barbillon supérieure et inférieure droites"] # 0x294f (en: 'up barb right down barb right harpoon')
+ - "⥐": [T: "harpon à barbillon droite et gauche baissées"] # 0x2950 (en: 'left barb down right barb down harpoon')
+ - "⥑": [T: "harpon à barbillon supérieure et inférieure gauches"] # 0x2951 (en: 'up barb left down barb left harpoon')
+ - "⥒": [T: "harpon à barbillon dressé vers un taquet à gauche"] # 0x2952 (en: 'leftwards harpoon with barb up to bar', MathPlayer: 'harpon vers la gauche à dent dressée contre taquet', DeepL: 'harpon gauche avec ardillon jusqu'à l'ardillon')
+ - "⥓": [T: "harpon à barbillon dressé vers un taquet à droite"] # 0x2953 (en: 'rightwards harpoon with barb up to bar', MathPlayer: 'harpon vers la droite à dent dressée contre taquet', DeepL: 'harpon droit avec ardillon jusqu'à l'ardillon')
+ - "⥔": [T: "harpon à barbillon droit vers un taquet en haut"] # 0x2954 (en: 'upwards harpoon with barb right to bar', MathPlayer: 'harpon vers le haut à dent vers la droite contre taquet', DeepL: 'harpon vers le haut avec ardillon de la droite vers l'ardillon')
+ - "⥕": [T: "harpon à barbillon droit vers un taquet en bas"] # 0x2955 (en: 'downwards harpoon with barb right to bar', MathPlayer: 'harpon vers le bas à dent vers la droite contre taquet', DeepL: 'harpon vers le bas avec barbe à droite de la barre')
+ - "⥖": [T: "harpon à barbillon baissé vers un taquet à gauche"] # 0x2956 (en: 'leftwards harpoon with barb down to bar', MathPlayer: 'harpon vers la gauche à dent baissée contre taquet', DeepL: 'vers la gauche harpon avec ardillon jusqu'à la barre')
+ - "⥗": [T: "harpon à barbillon baissé vers un taquet à droite"] # 0x2957 (en: 'rightwards harpoon with barb down to bar', MathPlayer: 'harpon vers la droite à dent baissée contre taquet', DeepL: 'harpon vers la droite avec ardillon vers le bas jusqu'à la barre')
+ - "⥘": [T: "harpon à barbillon gauche vers un taquet en haut"] # 0x2958 (en: 'upwards harpoon with barb left to bar', MathPlayer: 'harpon vers le haut à dent vers la gauche contre taquet', DeepL: 'harpon vers le haut avec ardillon à gauche vers la barre')
+ - "⥙": [T: "harpon à barbillon gauche vers un taquet en bas"] # 0x2959 (en: 'downwards harpoon with barb left to bar', MathPlayer: 'harpon vers le bas à dent vers la gauche contre taquet', DeepL: 'harpon descendant avec ardillon gauche à l'ardillon')
+ - "⥚": [T: "harpon à barbillon dressé d'un taquet vers la gauche"] # 0x295a (en: 'leftwards harpoon with barb up from bar', MathPlayer: 'harpon vers la gauche appuyé à dent dressée', DeepL: 'harpon vers la gauche avec ardillon en haut de la barre')
+ - "⥛": [T: "harpon à barbillon dressé d'un taquet vers la droite"] # 0x295b (en: 'rightwards harpoon with barb up from bar', MathPlayer: 'harpon vers la droite appuyé à dent dressée', DeepL: 'vers la droite harpon avec ardillon en haut de la barre')
+ - "⥜": [T: "harpon à barbillon droit d'un taquet vers le haut"] # 0x295c (en: 'upwards harpoon with barb right from bar', MathPlayer: 'harpon vers le haut appuyé à dent vers la droite', DeepL: 'harpon vers le haut avec ardillon vers la droite')
+ - "⥝": [T: "harpon à barbillon droit d'un taquet vers le bas"] # 0x295d (en: 'downwards harpoon with barb right from bar', MathPlayer: 'harpon vers le bas appuyé à dent vers la droite', DeepL: 'harpon avec ardillon vers le bas à droite de la barre')
+ - "⥞": [T: "harpon à barbillon baissé d'un taquet vers la gauche"] # 0x295e (en: 'leftwards harpoon with barb down from bar', MathPlayer: 'harpon vers la gauche appuyé à dent baissée', DeepL: 'vers la gauche harpon avec ardillon en bas de la barre')
+ - "⥟": [T: "harpon à barbillon baissé d'un taquet vers la droite"] # 0x295f (en: 'rightwards harpoon with barb down from bar', MathPlayer: 'harpon vers la droite appuyé à dent baissée', DeepL: 'harpon à droite avec ardillon descendant de la barre')
+ - "⥠": [T: "harpon à barbillon gauche d'un taquet vers le haut"] # 0x2960 (en: 'upwards harpoon with barb left from bar', MathPlayer: 'harpon vers le haut appuyé à dent vers la gauche', DeepL: 'harpon vers le haut avec ardillon vers la gauche à partir de la barre')
+ - "⥡": [T: "harpon à barbillon gauche d'un taquet vers le bas"] # 0x2961 (en: 'downwards harpoon with barb left from bar', MathPlayer: 'harpon vers le bas appuyé à dent vers la gauche', DeepL: 'harpon vers le bas avec ardillon à gauche de la barre')
+ - "⥢": [T: "harpon gauche à dent dressée sur harpon gauche à dent baissée"] # 0x2962 (en: 'leftwards harpoon with barb up above leftwards harpoon with barb down', MathPlayer: 'harpon vers la gauche à dent dressée par-dessus harpon vers la gauche à dent baissée', DeepL: 'vers la gauche harpon avec ardillon vers le haut au-dessus vers la gauche harpon avec ardillon vers le bas')
+ - "⥣": [T: "harpon vers le haut à dent gauche à côté de harpon vers le haut à dent droite"] # 0x2963 (en: 'upwards harpoon with barb left beside upwards harpoon with barb right', MathPlayer: 'harpon vers le haut à dent vers la gauche à côté de harpon vers le haut à dent vers la droite', DeepL: 'harpon vers le haut avec ardillon à gauche à côté du harpon vers le haut avec ardillon à droite')
+ - "⥤": [T: "harpon droit à dent dressée par dessus harpon droit à dent baissée"] # 0x2964 (en: 'rightwards harpoon with barb up above rightwards harpoon with barb down', MathPlayer: 'harpon vers la droite à dent dressée par-dessus harpon vers la droite à dent baissée', DeepL: 'vers la droite harpon avec ardillon en haut vers la droite harpon avec ardillon en bas')
+ - "⥥": [T: "harpon vers le bas à dent gauche à côté de harpon vers le bas à dent droite"] # 0x2965 (en: 'downwards harpoon with barb left beside downwards harpoon with barb right', MathPlayer: 'harpon vers le bas à dent vers la gauche à côté de harpon vers le bas à dent vers la droite', DeepL: 'harpon descendant avec ardillon gauche à côté de harpon descendant avec ardillon droit')
+ - "⥦": [T: "harpon à dent gauche dressée par dessus harpon à dent droite dressée"] # 0x2966 (en: 'leftwards harpoon with barb up above rightwards harpoon with barb up', MathPlayer: 'harpon à dent gauche dressée par-dessus harpon à dent droite dressée', DeepL: 'harpon gauche avec ardillon vers le haut au-dessus du harpon droit avec ardillon vers le haut')
+ - "⥧": [T: "harpon à dent gauche baissée par dessus harpon à dent droite baissée"] # 0x2967 (en: 'leftwards harpoon with barb down above rightwards harpoon with barb down', MathPlayer: 'harpon à dent gauche baissée par-dessus harpon à dent droite baissée', DeepL: 'vers la gauche harpon avec ardillon vers le bas au-dessus harpon vers la droite avec ardillon vers le bas')
+ - "⥨": [T: "harpon à dent droite dressée par dessus harpon à dent gauche dressée"] # 0x2968 (en: 'rightwards harpoon with barb up above leftwards harpoon with barb up', MathPlayer: 'harpon à dent droite dressée par-dessus harpon à dent gauche dressée', DeepL: 'vers la droite harpon avec ardillon en haut vers la gauche harpon avec ardillon en haut')
+ - "⥩": [T: "harpon à dent droite baissée par dessus harpon à dent gauche baissée"] # 0x2969 (en: 'rightwards harpoon with barb down above leftwards harpoon with barb down', MathPlayer: 'harpon à dent droite baissée par-dessus harpon à dent gauche baissée', DeepL: 'vers la droite harpon avec ardillon vers le bas au-dessus du harpon vers la gauche avec ardillon vers le bas')
+ - "⥪": [T: "harpon à dent gauche dressée par dessus long trait"] # 0x296a (en: 'leftwards harpoon with barb up above long dash', MathPlayer: 'harpon à dent gauche dressée par-dessus long trait', DeepL: 'vers la gauche harpon avec ardillon au-dessus du tiret long')
+ - "⥫": [T: "long trait par dessus harpon à dent gauche baissée"] # 0x296b (en: 'leftwards harpoon with barb down below long dash', MathPlayer: 'long trait par-dessus harpon à dent gauche baissée', DeepL: 'vers la gauche harpon avec ardillon sous le tiret long')
+ - "⥬": [T: "harpon à dent droite dressée par dessus long trait"] # 0x296c (en: 'rightwards harpoon with barb up above long dash', MathPlayer: 'harpon à dent droite dressée par-dessus long trait', DeepL: 'harpon vers la droite avec ardillon au-dessus du tiret long')
+ - "⥭": [T: "long trait par dessus harpon à dent droite baissée"] # 0x296d (en: 'rightwards harpoon with barb down below long dash', MathPlayer: 'long trait par-dessus harpon à dent droite baissée', DeepL: 'harpon vers la droite avec ardillon vers le bas sous le tiret long')
+ - "⥮": [T: "harpon vers le haut à dent gauche à côté de harpon vers le bas à dent droite"] # 0x296e (en: 'upwards harpoon with barb left beside downwards harpoon with barb right', MathPlayer: 'harpon vers le haut à dent vers la gauche à côté de harpon vers le bas à dent vers la droite', DeepL: 'harpon vers le haut avec ardillon à gauche à côté du harpon vers le bas avec ardillon à droite')
+ - "⥯": [T: "harpon vers le bas à dent gauche à côté de harpon vers le haut à dent droite"] # 0x296f (en: 'downwards harpoon with barb left beside upwards harpoon with barb right', MathPlayer: 'harpon vers le bas à dent vers la gauche à côté de harpon vers le haut à dent vers la droite', DeepL: 'harpon vers le bas avec ardillon à gauche à côté du harpon vers le haut avec ardillon à droite')
+ - "⥰": [T: "flèche en épingle à cheveu droite"] # 0x2970 (en: 'right double arrow with rounded head', MathPlayer: 'flèche en épingle à cheveu vers la droite', DeepL: 'flèche double droite avec tête arrondie')
+ - "⥱": [T: "flèche vers la droite surmontée d'un égal"] # 0x2971 (en: 'equals above rightwards arrow', MathPlayer: 'flèche vers la droite surmontée d'un égal', DeepL: 'égal au-dessus de la flèche vers la droite')
+ - "⥲": [T: "flèche vers la droite surmontée d'un tilde"] # 0x2972 (en: 'tilde operator above rightwards arrow', MathPlayer: 'flèche vers la droite surmontée d'un tilde', DeepL: 'opérateur tilde au-dessus de la flèche vers la droite')
+ - "⥳": [T: "tilde surmonté d'une flèche vers la gauche"] # 0x2973 (en: 'leftwards arrow above tilde operator', MathPlayer: 'tilde surmonté d'une flèche vers la gauche', DeepL: 'flèche vers la gauche au-dessus de l'opérateur tilde')
+ - "⥴": [T: "tilde surmonté d'une flèche vers la droite"] # 0x2974 (en: 'rightwards arrow above tilde operator', MathPlayer: 'tilde surmonté d'une flèche vers la droite', DeepL: 'flèche vers la droite au-dessus de l'opérateur tilde')
+ - "⥵": [T: "presque égal à surmonté d'une flèche vers la droite"] # 0x2975 (en: 'rightwards arrow above almost equal to', MathPlayer: 'presque égal à surmonté d'une flèche vers la droite', DeepL: 'flèche vers la droite au-dessus presque égale à')
+ - "⥶": [T: "inférieur à sur flèche vers la gauche"] # 0x2976 (en: 'less than above leftwards arrow', MathPlayer: 'inférieur à surmonté d'une flèche vers la gauche', DeepL: 'moins que au-dessus de la flèche gauche')
+ - "⥷": [T: "flèche vers la gauche à travers un inférieur à"] # 0x2977 (en: 'leftwards arrow through less than', DeepL: 'flèche vers la gauche à travers moins que')
+ - "⥸": [T: "supérieur à sur flèche vers la gauche"] # 0x2978 (en: 'greater than above rightwards arrow', MathPlayer: 'flèche vers la droite surmontée d'un supérieur à', DeepL: 'plus grand que plus haut flèche vers la droite')
+ - "⥹": [T: "flèche vers la droite surmontée d'un sous ensemble de"] # 0x2979 (en: 'subset above rightwards arrow', MathPlayer: 'flèche vers la droite surmontée d'un sous-ensemble de', DeepL: 'sous-ensemble au-dessus de la flèche vers la droite')
+ - "⥺": [T: "flèche vers la gauche au travers d'un sous ensemble de"] # 0x297a (en: 'leftwards arrow through subset', DeepL: 'flèche vers la gauche à travers un sous-ensemble')
+ - "⥻": [T: "flèche gauche surmontée d'un sur ensemble de"] # 0x297b (en: 'superset above leftwards arrow', MathPlayer: 'flèche vers la gauche surmontée d'un sur-ensemble de', DeepL: 'superposition au-dessus de la flèche vers la gauche')
+ - "⥼": [T: "ancre gauche"] # 0x297c (en: 'left fish tail', MathPlayer: 'ancre vers la gauche', DeepL: 'queue de poisson gauche')
+ - "⥽": [T: "ancre droite"] # 0x297d (en: 'right fish tail', MathPlayer: 'ancre vers la droite', DeepL: 'queue de poisson droite')
+ - "⥾": [T: "ancre vers le haut"] # 0x297e (en: 'up fish tail')
+ - "⥿": [T: "ancre vers le bas"] # 0x297f (en: 'down fish tail')
+ - "⦀": [T: "délimiteur triple barre verticale"] # 0x2980 (en: 'triple vertical bar delimiter', DeepL: 'triple barre verticale de délimitation')
+ - "⦁": [T: "boulet"] # 0x2981 (en: 'z notation spot', DeepL: 'z notation spot')
+ - "⦂": [T: "deux points de la notation z"] # 0x2982 (en: 'z notation type colon', DeepL: 'z notation type colon')
+ - "⦃": [T: "accolade blanche gauche"] # 0x2983 (en: 'left white brace', DeepL: 'accolade blanche vers la gauche')
+ - "⦄": [T: "accolade blanche droite"] # 0x2984 (en: 'right white brace', DeepL: 'accolade blanche à droite')
+ - "⦅": [T: "parenthèse blanche gauche"] # 0x2985 (en: 'left white parenthesis')
+ - "⦆": [T: "parenthèse blanche droite"] # 0x2986 (en: 'right white parenthesis')
+ - "⦇": [T: "parenthèse image de gauche en notation z"] # 0x2987 (en: 'z notation left image bracket', DeepL: 'z notation parenthèse gauche de l'image')
+ - "⦈": [T: "parenthèse image de droite en notation z"] # 0x2988 (en: 'z notation right image bracket', DeepL: 'z notation crochet droit de l'image')
+ - "⦉": [T: "parenthèse lien gauche en notation z"] # 0x2989
+ - "⦊": [T: "parenthèse lien droite en notation z"] # 0x298a
+ - "⦋": [T: "crochet gauche avec barre souscrite"] # 0x298b (en: 'left square bracket with underbar')
+ - "⦌": [T: "crochet droit avec barre souscrite"] # 0x298c (en: 'right square bracket with underbar')
+ - "⦍": [T: "crochet gauche avec trait dans le coin supérieur"] # 0x298d (en: 'left square bracket with tick in top corner')
+ - "⦎": [T: "crochet droit avec trait dans le coin inférieur"] # 0x298e (en: 'right square bracket with tick in bottom corner')
+ - "⦏": [T: "crochet gauche avec trait dans le coin inférieur"] # 0x298f (en: 'left square bracket with tick in bottom corner')
+ - "⦐": [T: "crochet droit avec trait dans le coin supérieur"] # 0x2990 (en: 'right square bracket with tick in top corner')
+ - "⦑": [T: "chevron gauche pointé"] # 0x2991 (en: 'left angle bracket with dot')
+ - "⦒": [T: "chevron droit pointé"] # 0x2992 (en: 'right angle bracket with dot')
+ - "⦓": [T: "parenthèse arc gauche et inférieur à"] # 0x2993 (en: 'left arc less than bracket')
+ - "⦔": [T: "parenthèse arc droite et supérieur à"] # 0x2994 (en: 'right arc greater than bracket')
+ - "⦕": [T: "parenthèse double arc droite et supérieur à"] # 0x2995 (en: 'double left arc greater than bracket')
+ - "⦖": [T: "parenthèse double arc gauche et inférieur à"] # 0x2996 (en: 'double right arc less than bracket')
+ - "⦗": [T: "crochet noir gauche en écaille"] # 0x2997 (en: 'left black tortoise shell bracket', DeepL: 'équerre noire gauche en écaille de tortue')
+ - "⦘": [T: "crochet noir droite en écaille"] # 0x2998 (en: 'right black tortoise shell bracket', DeepL: 'équerre noire droite en écaille de tortue')
+ - "⦙": [T: "clôture pointillée"] # 0x2999 (en: 'dotted fence', DeepL: 'clôture en pointillés')
+ - "⦚": [T: "ligne verticale en zigzag"] # 0x299a (en: 'vertical zigzag line')
+ - "⦛": [T: "angle mesuré s'ouvrant vers la gauche"] # 0x299b (en: 'measured angle opening left', DeepL: 'angle mesuré s'ouvrant à gauche')
+ - "⦜": [T: "variante d'angle avec carré"] # 0x299c (en: 'right angle variant with square', DeepL: 'variante d'angle droit avec carré')
+ - "⦝": [T: "angle droit mesuré pointé"] # 0x299d (en: 'measured right angle with dot')
+ - "⦞": [T: "angle avec s inscrit"] # 0x299e (en: 'angle with s inside', DeepL: 'angle avec s à l'intérieur')
+ - "⦟": [T: "angle aigu"] # 0x299f (en: 'acute angle')
+ - "⦠": [T: "angle sphérique s'ouvrant vers la gauche"] # 0x29a0 (en: 'spherical angle opening left', DeepL: 'angle sphérique ouverture à gauche')
+ - "⦡": [T: "angle sphérique s'ouvrant vers le haut"] # 0x29a1 (en: 'spherical angle opening up', DeepL: 'angle sphérique ouverture')
+ - "⦢": [T: "angle culbuté"] # 0x29a2 (en: 'turned angle', DeepL: 'angle tourné')
+ - "⦣": [T: "angle réfléchi"] # 0x29a3 (en: 'reversed angle', DeepL: 'angle inversé')
+ - "⦤": [T: "angle à barre souscrite"] # 0x29a4 (en: 'angle with underbar')
+ - "⦥": [T: "angle à barre souscrite réfléchi"] # 0x29a5 (en: 'reversed angle with underbar')
+ - "⦦": [T: "angle oblique s'ouvrant vers le haut"] # 0x29a6 (en: 'oblique angle opening up')
+ - "⦧": [T: "angle oblique s'ouvrant vers le bas"] # 0x29a7 (en: 'oblique angle opening down')
+ - "⦨": [T: "angle calculé à bras vers l'est et bras fléché vers le nord est"] # 0x29a8 (en: 'measured angle with open arm ending in arrow pointing up and to the right', MathPlayer: 'angle calculé à bras vers l'est et bras fléché vers le nord-est', DeepL: 'angle mesuré avec bras ouvert se terminant par une flèche pointant vers le haut et la droite')
+ - "⦩": [T: "angle calculé à bras vers l'ouest et bras fléché vers le nord ouest"] # 0x29a9 (en: 'measured angle with open arm ending in arrow pointing up and to the left', MathPlayer: 'angle calculé à bras vers l'ouest et bras fléché vers le nord-ouest', DeepL: 'angle mesuré avec bras ouvert se terminant par une flèche pointant vers le haut et la gauche')
+ - "⦪": [T: "angle calculé à bras vers l'est et bras fléché vers le sud est"] # 0x29aa (en: 'measured angle with open arm ending in arrow pointing down and to the right', MathPlayer: 'angle calculé à bras vers l'est et bras fléché vers le sud-est', DeepL: 'angle mesuré avec un bras ouvert se terminant par une flèche pointant vers le bas et la droite')
+ - "⦫": [T: "angle calculé à bras vers l'ouest et bras fléché vers le sud ouest"] # 0x29ab (en: 'measured angle with open arm ending in arrow pointing down and to the left', MathPlayer: 'angle calculé à bras vers l'ouest et bras fléché vers le sud-ouest', DeepL: 'angle mesuré avec un bras ouvert se terminant par une flèche pointant vers le bas et la gauche')
+ - "⦬": [T: "angle calculé à bras vers le nord et bras fléché vers le nord est"] # 0x29ac (en: 'measured angle with open arm ending in arrow pointing right and up', MathPlayer: 'angle calculé à bras vers le nord et bras fléché vers le nord-est', DeepL: 'angle mesuré avec bras ouvert se terminant par une flèche pointant vers la droite et le haut')
+ - "⦭": [T: "angle calculé à bras vers le nord et bras fléché vers le nord ouest"] # 0x29ad (en: 'measured angle with open arm ending in arrow pointing left and up', MathPlayer: 'angle calculé à bras vers le nord et bras fléché vers le nord-ouest', DeepL: 'angle mesuré avec bras ouvert se terminant par une flèche pointant vers la gauche et le haut')
+ - "⦮": [T: "angle calculé à bras vers le sud et bras fléché vers le sud est"] # 0x29ae (en: 'measured angle with open arm ending in arrow pointing right and down', MathPlayer: 'angle calculé à bras vers le sud et bras fléché vers le sud-est', DeepL: 'angle mesuré avec un bras ouvert se terminant par une flèche pointant vers la droite et le bas')
+ - "⦯": [T: "angle calculé à bras vers le sud et bras fléché vers le sud ouest"] # 0x29af (en: 'measured angle with open arm ending in arrow pointing left and down', MathPlayer: 'angle calculé à bras vers le sud et bras fléché vers le sud-ouest', DeepL: 'angle mesuré avec le bras ouvert se terminant par une flèche pointant vers la gauche et vers le bas')
+ - "⦰": [T: "ensemble vide réfléchi"] # 0x29b0 (en: 'reversed empty set')
+ - "⦱": [T: "ensemble vide barre en chef"] # 0x29b1 (en: 'empty set with overbar')
+ - "⦲": [T: "ensemble vide petit cercle en chef"] # 0x29b2 (en: 'empty set with small circle above')
+ - "⦳": [T: "ensemble vide flèche droite en chef"] # 0x29b3 (en: 'empty set with right arrow above')
+ - "⦴": [T: "ensemble vide flèche gauche en chef"] # 0x29b4 (en: 'empty set with left arrow above')
+ - "⦵": [T: "cercle avec barre horizontale"] # 0x29b5 (en: 'circle with horizontal bar')
+ - "⦶": [T: "barre verticale cerclée"] # 0x29b6 (en: 'circled vertical bar')
+ - "⦷": [T: "parallèles cerclées"] # 0x29b7 (en: 'circled parallel')
+ - "⦸": [T: "barre oblique inversée cerclée"] # 0x29b8 (en: 'circled reverse solidus', DeepL: 'solidus inversé encerclé')
+ - "⦹": [T: "perpendiculaire cerclé"] # 0x29b9 (en: 'circled perpendicular')
+ - "⦺": [T: "cercle divisé par une barre horizontale et une barre verticale dans la moitié supérieure"] # 0x29ba (en: 'circled divided by horizontal bar and top half divided by vertical bar', DeepL: 'encerclé divisé par la barre horizontale et la moitié supérieure divisée par la barre verticale')
+ - "⦻": [T: "cercle superposé d'un x"] # 0x29bb (en: 'circle with superimposed x')
+ - "⦼": [T: "division pivoté en sens antihoraire cerclé"] # 0x29bc (en: 'circled anticlockwise rotated division sign', MathPlayer: 'signe division pivoté en sens antihoraire cerclé', DeepL: 'signe de division encerclé et tourné dans le sens inverse des aiguilles d'une montre')
+ - "⦽": [T: "cercle traversé d'une flèche montante"] # 0x29bd (en: 'up arrow through circle', DeepL: 'flèche vers le haut à travers un cercle')
+ - "⦾": [T: "puce blanche cerclée"] # 0x29be (en: 'circled white bullet')
+ - "⦿": [T: "puce cerclée"] # 0x29bf (en: 'circled bullet')
+ - "⧀": [T: "inférieur à cerclé"] # 0x29c0 (en: 'circled less than')
+ - "⧁": [T: "supérieur à cerclé"] # 0x29c1 (en: 'circled greater than')
+ - "⧂": [T: "cercle avec petit cercle à droite"] # 0x29c2 (en: 'circle with small circle to the right')
+ - "⧃": [T: "cercle avec deux petits traits horizontaux à droite"] # 0x29c3 (en: 'circle with two horizontal strokes to the right')
+ - "⧄": [T: "oblique encadrée"] # 0x29c4 (en: 'squared rising diagonal slash')
+ - "⧅": [T: "oblique inversée encadrée"] # 0x29c5 (en: 'squared falling diagonal slash')
+ - "⧆": [T: "astérisque encadré"] # 0x29c6 (en: 'squared asterisk', DeepL: 'astérisque carré')
+ - "⧇": [T: "petit cercle encadré"] # 0x29c7 (en: 'squared small circle', DeepL: 'carré petit cercle')
+ - "⧈": [T: "carré encadré"] # 0x29c8 (en: 'squared square', DeepL: 'square square')
+ - "⧉": [T: "carrés se chevauchant"] # 0x29c9 (en: 'two joined squares')
+ - "⧊": [T: "triangle avec point en chef"] # 0x29ca (en: 'triangle with dot above', DeepL: 'triangle surmonté d'un point')
+ - "⧋": [T: "triangle avec barre souscrite"] # 0x29cb (en: 'triangle with underbar', DeepL: 'triangle avec barre inférieure')
+ - "⧌": [T: "s inscrit dans un triangle"] # 0x29cc (en: 's in triangle', DeepL: 's dans le triangle')
+ - "⧍": [T: "triangle à empattements inférieurs"] # 0x29cd (en: 'triangle with serifs at bottom')
+ - "⧎": [T: "triangle droit sur triangle gauche"] # 0x29ce (en: 'right triangle above left triangle', MathPlayer: 'triangle droit par-dessus triangle gauche', DeepL: 'triangle droit au-dessus du triangle gauche')
+ - "⧏": [T: "triangle gauche à gauche d'une barre verticale"] # 0x29cf (en: 'left triangle beside vertical bar')
+ - "⧐": [T: "triangle droit à droite d'une barre verticale"] # 0x29d0 (en: 'vertical bar beside right triangle')
+ - "⧑": [T: "noeud papillon à aile gauche noire"] # 0x29d1 (en: 'bowtie with left half black', DeepL: 'nœud papillon avec la moitié gauche noire')
+ - "⧒": [T: "noeud papillon à aile droite noire"] # 0x29d2 (en: 'bowtie with right half black', DeepL: 'nœud papillon avec la moitié droite noire')
+ - "⧓": [T: "noeud papillon noir"] # 0x29d3 (en: 'black bowtie')
+ - "⧔": [T: "multiplication à moitié gauche noircie"] # 0x29d4 (en: 'times with left half black', DeepL: 'fois avec moitié noire à gauche')
+ - "⧕": [T: "multiplication à moitié droite noircie"] # 0x29d5 (en: 'times with right half black', DeepL: 'fois avec moitié droite noire')
+ - "⧖": [T: "sablier blanc"] # 0x29d6 (en: 'white hourglass')
+ - "⧗": [T: "sablier noir"] # 0x29d7 (en: 'black hourglass')
+ - "⧘": [T: "clôture dentelée gauche"] # 0x29d8 (en: 'left wiggly fence', DeepL: 'à gauche clôture ondulée')
+ - "⧙": [T: "clôture dentelée droite"] # 0x29d9 (en: 'right wiggly fence', DeepL: 'barrière ondulée droite')
+ - "⧚": [T: "double clôture dentelée gauche"] # 0x29da (en: 'left double wiggly fence')
+ - "⧛": [T: "double clôture dentelée droite"] # 0x29db
+ - "⧜": [T: "infini incomplet"] # 0x29dc (en: 'incomplete infinity')
+ - "⧝": [T: "boucle sur infini"] # 0x29dd (en: 'tie over infinity', DeepL: 'cravate sur l'infini')
+ - "⧞": [T: "infini nié par une barre verticale"] # 0x29de (en: 'infinity negated with vertical bar')
+ - "⧟": [T: "multijection à deux têtes"] # 0x29df (en: 'double-ended multimap', DeepL: 'multimap à double extrémité')
+ - "⧠": [T: "carré ombré"] # 0x29e0 (en: 'square with contoured outline', DeepL: 'carré avec contour contourné')
+ - "⧡": [T: "augmente avec"] # 0x29e1 (en: 'increases as', DeepL: 'augmente comme')
+ - "⧢": [T: "produit de permutation"] # 0x29e2 (en: 'shuffle product', DeepL: 'produit de mélange')
+ - "⧣": [T: "égale à et parallèle à incliné"] # 0x29e3 (en: 'equals sign and slanted parallel')
+ - "⧤": [T: "égale à et parallèle à incliné surmontés d'un tilde"] # 0x29e4 (en: 'equals sign and slanted parallel with tilde above')
+ - "⧥": [T: "identique à et parallèle à incliné"] # 0x29e5 (en: 'identical to and slanted parallel')
+ - "⧦": [T: "gleich stark"] # 0x29e6
+ - "⧧": [T: "thermodynamique"] # 0x29e7 (en: 'thermodynamic')
+ - "⧨": [T: "triangle pointe vers le bas à moitié gauche noire"] # 0x29e8 (en: 'down pointing triangle with left half black', DeepL: 'triangle pointant vers le bas avec la moitié gauche noire')
+ - "⧩": [T: "triangle pointe vers le bas à moitié droite noire"] # 0x29e9 (en: 'down pointing triangle with right half black', DeepL: 'triangle pointant vers le bas avec la moitié droite noire')
+ - "⧪": [T: "losange noir à flèche vers le bas"] # 0x29ea (en: 'black diamond with down arrow', DeepL: 'losange noir avec flèche vers le bas')
+ - "⧫": [T: "rhombe noir"] # 0x29eb (en: 'black lozenge')
+ - "⧬": [T: "cercle blanc à flèche vers le bas"] # 0x29ec (en: 'white circle with down arrow', DeepL: 'cercle blanc avec flèche vers le bas')
+ - "⧭": [T: "cercle noir à flèche vers le bas"] # 0x29ed (en: 'black circle with down arrow', DeepL: 'cercle noir avec flèche vers le bas')
+ - "⧮": [T: "barre d'erreur à carré blanc"] # 0x29ee (en: 'error-barred white square', DeepL: 'carré blanc barré d'erreurs')
+ - "⧯": [T: "barre d'erreur à carré noir"] # 0x29ef (en: 'error-barred black square', DeepL: 'carré noir barré d'erreurs')
+ - "⧰": [T: "barre d'erreur à losange blanc"] # 0x29f0 (en: 'error-barred white diamond', DeepL: 'diamant blanc barré d'une erreur')
+ - "⧱": [T: "barre d'erreur à losange noir"] # 0x29f1 (en: 'error-barred black diamond', DeepL: 'diamant noir barré d'erreurs')
+ - "⧲": [T: "barre d'erreur à cercle blanc"] # 0x29f2 (en: 'error-barred white circle', DeepL: 'cercle blanc barré d'erreurs')
+ - "⧳": [T: "barre d'erreur à cercle noir"] # 0x29f3 (en: 'error-barred black circle', DeepL: 'cercle noir barré d'une erreur')
+ - "⧴": [T: "règle différée"] # 0x29f4 (en: 'rule-delayed')
+ - "⧵": [T: "opérateur barre oblique inversée"] # 0x29f5 (en: 'reverse solidus operator', DeepL: 'opérateur solidus inversé')
+ - "⧶": [T: "barre oblique avec barre en chef"] # 0x29f6 (en: 'solidus with overbar')
+ - "⧷": [T: "barre oblique inversée à traverse horizontale"] # 0x29f7 (en: 'reverse solidus with horizontal stroke', DeepL: 'solidus inversé avec trait horizontal')
+ - "⧸": [T: "grande barre oblique"] # 0x29f8 (en: 'big solidus', DeepL: 'grand solidus')
+ - "⧹": [T: "grande barre oblique inversée"] # 0x29f9 (en: 'big reverse solidus', DeepL: 'grand solidus inversé')
+ - "⧺": [T: "double plus"] # 0x29fa
+ - "⧻": [T: "triple plus"] # 0x29fb
+ - "⧼": [T: "chevron vers la gauche courbé"] # 0x29fc (en: 'left pointing curved angle bracket', DeepL: 'équerre courbe pointant vers la gauche')
+ - "⧽": [T: "chevron vers la droite courbé"] # 0x29fd (en: 'right pointing curved angle bracket', DeepL: 'équerre courbe pointant vers la droite')
+ - "⧾": [T: "tiny"] # 0x29fe (DeepL: 'minuscule')
+ - "⧿": [T: "miny"] # 0x29ff (DeepL: 'minime')
+ - "⨀": [T: "opérateur point cerclé n aire"] # 0x2a00 (en: 'circled dot operator', DeepL: 'point encerclé opérateur')
+ - "⨁": [T: "opérateur plus cerclé n aire"] # 0x2a01 (en: 'circled plus operator', DeepL: 'opérateur plus encerclé')
+ - "⨂": [T: "opérateur multiplié par cerclé n aire"] # 0x2a02 (en: 'circled times operator', DeepL: 'opérateur de temps encerclé')
+ - "⨃": [T: "opérateur union n aire pointé"] # 0x2a03 (en: 'union operator with dot', DeepL: 'opérateur d'union avec point')
+ - "⨄": [T: "opérateur union n aire avec plus"] # 0x2a04 (en: 'union operator with plus', DeepL: 'opérateur d'union avec plus')
+ - "⨅": [T: "opérateur intersection carré n aire"] # 0x2a05 (en: 'square intersection operator', DeepL: 'opérateur d'intersection carré')
+ - "⨆": [T: "opérateur union carré n aire"] # 0x2a06 (en: 'square union operator', DeepL: 'carré opérateur d'union')
+ - "⨇": [T: "opérateur deux et logiques"] # 0x2a07 (en: 'two logical and operator', DeepL: 'deux opérateur logique et')
+ - "⨈": [T: "opérateur deux ou logiques"] # 0x2a08 (en: 'two logical or operator', DeepL: 'deux opérateurs logiques ou opérateurs')
+ - "⨉": [T: "opérateur multiplié par n aire"] # 0x2a09 (en: 'times operator', DeepL: 'fois')
+ - "⨊": [T: "sommation modulo deux"] # 0x2a0a (en: 'modulo two sum', DeepL: 'somme modulo deux')
+ - "⨋": [T: "sommation avec intégrale"] # 0x2a0b (en: 'summation with integral')
+ - "⨌": [T: "intégrale quadruple"] # 0x2a0c (en: 'quadruple integral operator')
+ - "⨍": [T: "intégrale à partie finie"] # 0x2a0d (en: 'finite part integral')
+ - "⨎": [T: "intégrale à deux barres horizontales"] # 0x2a0e (en: 'integral with double stroke', DeepL: 'intégrale avec double trait')
+ - "⨏": [T: "moyenne d'intégrale à barre oblique inversée"] # 0x2a0f (en: 'integral average with slash', DeepL: 'moyenne intégrale avec barre oblique')
+ - "⨐": [T: "fonction de circulation"] # 0x2a10 (en: 'circulation function')
+ - "⨑": [T: "intégrale en sens antihoraire"] # 0x2a11 (en: 'anticlockwise integration')
+ - "⨒": [T: "intégrale de ligne à chemin rectangulaire autour du pôle"] # 0x2a12 (en: 'line integration with rectangular path around pole')
+ - "⨓": [T: "intégrale de ligne à chemin semi circulaire autour du pôle"] # 0x2a13 (en: 'line integration with semicircular path around pole', MathPlayer: 'intégrale de ligne à chemin semi-circulaire autour du pôle', DeepL: 'intégration d'une ligne avec une trajectoire semi-circulaire autour du poteau')
+ - "⨔": [T: "intégrale de ligne évitant le pôle"] # 0x2a14 (en: 'line integration not including the pole')
+ - "⨕": [T: "intégrale autour d'un opérateur point"] # 0x2a15 (en: 'integral around a point operator')
+ - "⨖": [T: "intégrale quaternion"] # 0x2a16 (en: 'quaternion integral operator')
+ - "⨗": [T: "intégrale avec flèche vers la gauche à crochet"] # 0x2a17 (en: 'integral with leftwards arrow with hook', MathPlayer: 'intégrale à crosse fléchée vers la gauche', DeepL: 'intégrale avec flèche vers la gauche avec crochet')
+ - "⨘": [T: "intégrale à signe multiplié par"] # 0x2a18 (en: 'integral with times sign', DeepL: 'intégrale avec signe des temps')
+ - "⨙": [T: "intégrale à signe intersection"] # 0x2a19 (en: 'integral with intersection', DeepL: 'intégrale avec intersection')
+ - "⨚": [T: "intégrale à signe union"] # 0x2a1a (en: 'integral with union', DeepL: 'intégrale avec union')
+ - "⨛": [T: "intégrale à barre en chef"] # 0x2a1b (en: 'integral with overbar', DeepL: 'intégrale avec barre de dépassement')
+ - "⨜": [T: "intégrale à barre souscrite"] # 0x2a1c (en: 'integral with underbar', DeepL: 'intégrale avec barre inférieure')
+ - "⨝": [T: "jointure"] # 0x2a1d (en: 'join')
+ - "⨞": [T: "gros opérateur triangle gauche"] # 0x2a1e (en: 'large left triangle operator', DeepL: 'opérateur grand triangle gauche')
+ - "⨟": [T: "composition de schémas en notation z"] # 0x2a1f (en: 'z notation schema composition', DeepL: 'z notation composition du schéma')
+ - "⨠": [T: "tubage de schémas en notation z"] # 0x2a20 (en: 'z notation schema piping', DeepL: 'z notation schema piping')
+ - "⨡": [T: "projection de schémas en notation z"] # 0x2a21 (en: 'z notation schema projection', DeepL: 'z notation schema projection')
+ - "⨢": [T: "plus surmonté d'un petit cercle"] # 0x2a22 (en: 'plus sign with circle above')
+ - "⨣": [T: "plus surmonté d'un circonflexe"] # 0x2a23 (en: 'plus sign with circumflex accent above')
+ - "⨤": [T: "plus surmonté d'un tilde"] # 0x2a24 (en: 'plus sign with tilde above')
+ - "⨥": [T: "plus à point souscrit"] # 0x2a25 (en: 'plus sign with dot below')
+ - "⨦": [T: "plus à tilde souscrit"] # 0x2a26 (en: 'plus sign with tilde below')
+ - "⨧": [T: "plus à chiffre deux souscrit"] # 0x2a27 (en: 'plus sign with subscript two')
+ - "⨨": [T: "plus à triangle noir"] # 0x2a28 (en: 'plus sign with black triangle', DeepL: 'signe plus avec triangle noir')
+ - "⨩": [T: "moins surmonté d'une virgule"] # 0x2a29 (en: 'minus sign with comma above')
+ - "⨪": [T: "moins à point souscrit"] # 0x2a2a (en: 'minus sign with dot below')
+ - "⨫": [T: "moins à points descendants"] # 0x2a2b (en: 'minus sign with falling dots', DeepL: 'signe moins avec points de chute')
+ - "⨬": [T: "moins à points ascendants"] # 0x2a2c (en: 'minus sign with rising dots', DeepL: 'signe moins avec points ascendants')
+ - "⨭": [T: "plus dans demi cercle gauche"] # 0x2a2d (en: 'plus sign in left half circle', MathPlayer: 'plus dans demi-cercle gauche', DeepL: 'signe plus dans le demi-cercle gauche')
+ - "⨮": [T: "plus dans demi cercle droit"] # 0x2a2e (en: 'plus sign in right half circle', MathPlayer: 'plus dans demi-cercle droit', DeepL: 'signe plus dans le demi-cercle droit')
- "⨯": # 0x2a2f
- test:
if: "$Verbosity='Terse'"
- then: [t: "croix"] # (en: 'cross', DeepL translation)
- else: [t: "produit vectoriel"] # (en: 'cross product')
- - "⨰": [t: "multiplication à point en chef"] # 0x2a30 (en: 'multiplication sign with dot above', MathPlayer: 'signe multiplication à point en chef', DeepL: 'signe de multiplication avec point au-dessus')
- - "⨱": [t: "multiplication à barre souscrite"] # 0x2a31 (en: 'multiplication sign with underbar', MathPlayer: 'signe multiplication à barre souscrite', DeepL: 'signe de multiplication avec barre inférieure')
- - "⨲": [t: "produit semi direct fermé en bas"] # 0x2a32 (en: 'semidirect product with bottom closed', DeepL: 'produit semi-direct dont le bas est fermé')
- - "⨳": [t: "produit fusionné"] # 0x2a33 (en: 'smash product')
- - "⨴": [t: "multiplication dans demi cercle gauche"] # 0x2a34 (en: 'multiplication sign in left half circle', MathPlayer: 'signe multiplication dans demi-cercle gauche', DeepL: 'signe de multiplication dans le demi-cercle gauche')
- - "⨵": [t: "multiplication dans demi cercle droit"] # 0x2a35 (en: 'multiplication sign in right half circle', MathPlayer: 'signe multiplication dans demi-cercle droit', DeepL: 'signe de multiplication dans le demi-cercle droit')
- - "⨶": [t: "multiplication cerclé circonflexe"] # 0x2a36 (en: 'circled multiplication sign with circumflex accent', MathPlayer: 'signe multiplication cerclé circonflexe', DeepL: 'signe de multiplication encerclé avec accent circonflexe')
- - "⨷": [t: "multiplication doublement cerclé"] # 0x2a37 (en: 'multiplication sign in double circle', MathPlayer: 'signe multiplication doublement cerclé', DeepL: 'signe de multiplication dans un double cercle')
- - "⨸": [t: "division cerclé"] # 0x2a38 (en: 'circled division sign', MathPlayer: 'signe division cerclé', DeepL: 'signe de division encerclé')
- - "⨹": [t: "plus dans triangle"] # 0x2a39 (en: 'plus sign in triangle')
- - "⨺": [t: "moins dans triangle"] # 0x2a3a (en: 'minus sign in triangle')
- - "⨻": [t: "multiplication dans triangle"] # 0x2a3b (en: 'multiplication sign in triangle', MathPlayer: 'signe multiplication dans triangle', DeepL: 'signe de multiplication dans un triangle')
- - "⨼": [t: "produit interieur"] # 0x2a3c (en: 'interior product')
- - "⨽": [t: "produit intérieur à droite"] # 0x2a3d (en: 'righthand interior product', DeepL: 'produit intérieur droit')
- - "⨾": [t: "composition relationnelle en notation z"] # 0x2a3e (en: 'z notation relational composition', DeepL: 'z notation composition relationnelle')
- - "⨿": [t: "amalgamation ou coproduit"] # 0x2a3f (en: 'amalgamation or coproduct')
- - "⩀": [t: "intersection pointée"] # 0x2a40 (en: 'intersection with dot')
- - "⩁": [t: "union à signe moins"] # 0x2a41 (en: 'union with minus sign', DeepL: 'union avec le signe moins')
- - "⩂": [t: "union à barre en chef"] # 0x2a42 (en: 'union with overbar')
- - "⩃": [t: "intersection à barre en chef"] # 0x2a43 (en: 'intersection with overbar')
- - "⩄": [t: "intersection avec et logique"] # 0x2a44 (en: 'intersection with logical and')
- - "⩅": [t: "union avec ou logique"] # 0x2a45 (en: 'union with logical or')
- - "⩆": [t: "union par dessus intersection"] # 0x2a46 (en: 'union above intersection', MathPlayer: 'union par-dessus intersection', DeepL: 'union au-dessus de l'intersection')
- - "⩇": [t: "intersection par dessus union"] # 0x2a47 (en: 'intersection above union', MathPlayer: 'intersection par-dessus union', DeepL: 'intersection au-dessus de l'union')
- - "⩈": [t: "union par dessus bar par dessus intersection"] # 0x2a48 (en: 'union above bar above intersection', MathPlayer: 'union par-dessus bar par-dessus intersection', DeepL: 'union au-dessus de la barre au-dessus de l'intersection')
- - "⩉": [t: "intersection par dessus trait par dessus union"] # 0x2a49 (en: 'intersection above bar above union', MathPlayer: 'intersection par-dessus trait par-dessus union', DeepL: 'intersection au-dessus de la barre au-dessus de l'union')
- - "⩊": [t: "deux unions soudées côte à côte"] # 0x2a4a (en: 'union beside and joined with union')
- - "⩋": [t: "deux intersections soudées côte à côte"] # 0x2a4b (en: 'intersection beside and joined with intersection')
- - "⩌": [t: "union fermée à empattements"] # 0x2a4c (en: 'closed union with serifs')
- - "⩍": [t: "intersection fermée à empattements"] # 0x2a4d (en: 'closed intersection with serifs')
- - "⩎": [t: "deux intersections carrées emboîtées"] # 0x2a4e (en: 'double square intersection', DeepL: 'double intersection carrée')
- - "⩏": [t: "deux unions carrées emboîtées"] # 0x2a4f (en: 'double square union', DeepL: 'double union carrée')
- - "⩐": [t: "union fermée à empattements et produit fusionné"] # 0x2a50 (en: 'closed union with serifs and smash product')
- - "⩑": [t: "et logique à point en chef"] # 0x2a51 (en: 'logical and with dot above', DeepL: 'logique et avec point au-dessus')
- - "⩒": [t: "ou logique à point en chef"] # 0x2a52 (en: 'logical or with dot above', DeepL: 'logique ou avec point au-dessus')
- - "⩓": [t: "double et logique"] # 0x2a53 (en: 'double logical and')
- - "⩔": [t: "double ou logique"] # 0x2a54 (en: 'double logical or')
- - "⩕": [t: "deux et logiques entrecroisés"] # 0x2a55 (en: 'two intersecting logical and')
- - "⩖": [t: "deux ou logiques entrecroisés"] # 0x2a56 (en: 'two intersecting logical or')
- - "⩗": [t: "grand ou pentu"] # 0x2a57 (en: 'sloping large or')
- - "⩘": [t: "grand et pentu"] # 0x2a58 (en: 'sloping large and')
- - "⩙": [t: "et et ou logiques entrecroisés"] # 0x2a59 (en: 'logical or overlapping logical and', DeepL: 'logique ou chevauchement logique et')
- - "⩚": [t: "et logique à hampe médiane"] # 0x2a5a (en: 'logical and with middle stem')
- - "⩛": [t: "ou logique à hampe médiane"] # 0x2a5b (en: 'logical or with middle stem')
- - "⩜": [t: "et logique à tiret horizontal"] # 0x2a5c (en: 'logical and with horizontal dash')
- - "⩝": [t: "ou logique à tiret horizontal"] # 0x2a5d (en: 'logical or with horizontal dash')
- - "⩞": [t: "et logique à deux barres en chef"] # 0x2a5e (en: 'logical and with double overbar', DeepL: 'logique et avec double barre oblique')
- - "⩟": [t: "et logique à barre souscrite"] # 0x2a5f (en: 'logical and with underbar')
- - "⩠": [t: "et logique à deux barres souscrites"] # 0x2a60 (en: 'logical and with double underbar', DeepL: 'logique et avec double barre inférieure')
- - "⩡": [t: "petit v à barre souscrite"] # 0x2a61 (en: 'small vee with underbar', DeepL: 'petit vee avec barre inférieure')
- - "⩢": [t: "ou logique à deux barres en chef"] # 0x2a62 (en: 'logical or with double overbar', DeepL: 'logique ou avec double barre oblique')
- - "⩣": [t: "ou logique à deux barres souscrites"] # 0x2a63 (en: 'logical or with double underbar', DeepL: 'logique ou avec double barre inférieure')
- - "⩤": [t: "antirestriction de domaine en notation z"] # 0x2a64 (en: 'z notation domain antirestriction', DeepL: 'z notation domaine antirestriction')
- - "⩥": [t: "antirestriction de codomaine en notation z"] # 0x2a65 (en: 'z notation range antirestriction', DeepL: 'z notation plage antirestriction')
- - "⩦": [t: "égal point souscrit"] # 0x2a66 (en: 'equals sign with dot below', MathPlayer: 'signe égal point souscrit', DeepL: 'signe égal avec point en dessous')
- - "⩧": [t: "identique à surmonté d'un point"] # 0x2a67 (en: 'identical with dot above', DeepL: 'identique au point ci-dessus')
- - "⩨": [t: "deux barres verticales à trois traverses"] # 0x2a68 (en: 'triple horizontal bar with double vertical stroke', DeepL: 'triple barre horizontale avec double trait vertical')
- - "⩩": [t: "trois barres verticales à trois traverses"] # 0x2a69 (en: 'triple horizontal bar with triple vertical stroke', DeepL: 'triple barre horizontale avec triple trait vertical')
- - "⩪": [t: "opérateur tilde point en chef"] # 0x2a6a (en: 'tilde operator with dot above')
- - "⩫": [t: "opérateur tilde à points ascendants"] # 0x2a6b (en: 'tilde operator with rising dots', DeepL: 'opérateur tilde avec points ascendants')
- - "⩬": [t: "similaire à moins similaire à"] # 0x2a6c (en: 'similar minus similar', DeepL: 'similaire moins similaire')
- - "⩭": [t: "congruent point en chef"] # 0x2a6d (en: 'congruent with dot above')
- - "⩮": [t: "Égal astérisque en chef"] # 0x2a6e (en: 'equals with asterisk', DeepL: 'égaux avec astérisque')
- - "⩯": [t: "presque égal à circonflexe"] # 0x2a6f (en: 'almost equal to with circumflex accent')
- - "⩰": [t: "approximativement égal à ou égal à"] # 0x2a70 (en: 'approximately equal to or equal to')
- - "⩱": [t: "plus signe égal en chef"] # 0x2a71 (en: 'equals sign above plus sign')
- - "⩲": [t: "égal à signe plus en chef"] # 0x2a72 (en: 'plus sign above equals sign')
- - "⩳": [t: "tilde signe égal en chef"] # 0x2a73 (en: 'equals sign above tilde operator')
- - "⩴": [t: "double deux points égal à"] # 0x2a74 (en: 'double colon equal', MathPlayer: 'double deux-points égal à', DeepL: 'double deux-points égal')
- - "⩵": [t: "deux signes égal à consécutifs"] # 0x2a75 (en: 'two consecutive equals signs')
- - "⩶": [t: "trois signes égal à consécutifs"] # 0x2a76 (en: 'three consecutive equals signs', DeepL: 'trois signes égaux consécutifs')
- - "⩷": [t: "égal à deux points en chef deux points souscrits"] # 0x2a77 (en: 'equals sign with two dots above and two dots below')
- - "⩸": [t: "équivalent quatre points en chef"] # 0x2a78 (en: 'equivalent with four dots above')
- - "⩹": [t: "inférieur à avec cercle inscrit"] # 0x2a79 (en: 'less than with circle inside')
- - "⩺": [t: "supérieur à avec cercle inscrit"] # 0x2a7a (en: 'greater than with circle inside')
- - "⩻": [t: "inférieur à point d'interrogation en chef"] # 0x2a7b (en: 'less than with question mark above')
- - "⩼": [t: "supérieur à point d'interrogation en chef"] # 0x2a7c (en: 'greater than with question mark above')
- - "⩽": [t: "plus petit ou égal à pentu"] # 0x2a7d (en: 'less than or slanted equal to')
- - "⩾": [t: "supérieur à ou égal à pentu"] # 0x2a7e (en: 'greater than or slanted equal to')
- - "⩿": [t: "inférieur à ou égal à pentu point inscrit"] # 0x2a7f (en: 'less than or slanted equal to with dot inside')
- - "⪀": [t: "supérieur à ou égal à pentu point inscrit"] # 0x2a80 (en: 'greater than or slanted equal to with dot inside')
- - "⪁": [t: "inférieur à ou égal à pentu point en chef"] # 0x2a81 (en: 'less than or slanted equal to with dot above')
- - "⪂": [t: "supérieur à ou égal à pentu point en chef"] # 0x2a82 (en: 'greater than or slanted equal to with dot above')
- - "⪃": [t: "inférieur à ou égal à pentu point en chef droit"] # 0x2a83 (en: 'less than or slanted equal to with dot above right')
- - "⪄": [t: "supérieur à ou égal à pentu point en chef gauche"] # 0x2a84 (en: 'greater than or slanted equal to with dot above left')
- - "⪅": [t: "inférieur à ou approximatif"] # 0x2a85 (en: 'less than or approximate', DeepL: 'moins que ou approximatif')
- - "⪆": [t: "supérieur à ou approximatif"] # 0x2a86 (en: 'greater than or approximate', DeepL: 'plus grand que ou approximatif')
- - "⪇": [t: "inférieur à et pas égal à une ligne"] # 0x2a87 (en: 'less than and single line not equal to', DeepL: 'inférieur à et trait simple non égal à')
- - "⪈": [t: "supérieur à et pas égal à une ligne"] # 0x2a88 (en: 'greater than and single line not equal to', DeepL: 'plus grand que et trait simple non égal à')
- - "⪉": [t: "inférieur à et non approximatif"] # 0x2a89 (en: 'less than and not approximate')
- - "⪊": [t: "supérieur à et non approximatif"] # 0x2a8a (en: 'greater than and not approximate')
- - "⪋": [t: "inférieur à par dessus égal à deux lignes par dessus supérieur à"] # 0x2a8b (en: 'less than above double line equal above greater than', DeepL: 'moins que au-dessus de la double ligne égal au-dessus de plus grand que')
- - "⪌": [t: "supérieur à par dessus égal à deux lignes par dessus inférieur à"] # 0x2a8c (en: 'greater than above double line equal above less than', DeepL: 'plus grand que au-dessus double ligne égal au-dessus moins que')
- - "⪍": [t: "inférieur à par dessus similaire à ou égal à"] # 0x2a8d (en: 'less than above similar or equal', MathPlayer: 'inférieur à par-dessus similaire à ou égal à', DeepL: 'moins que plus haut similaire ou égal')
- - "⪎": [t: "supérieur à par dessus similaire à ou égal à"] # 0x2a8e (en: 'greater than above similar or equal', MathPlayer: 'supérieur à par-dessus similaire à ou égal à', DeepL: 'plus grand que plus haut similaire ou égal')
- - "⪏": [t: "inférieur à par dessus similaire à par dessus supérieur à"] # 0x2a8f (en: 'less than above similar above greater than', MathPlayer: 'inférieur à par-dessus similaire à par-dessus supérieur à', DeepL: 'inférieur à supérieur similaire supérieur supérieur')
- - "⪐": [t: "supérieur à par dessus similaire à par dessus inférieur à"] # 0x2a90 (en: 'greater than above similar above less than', MathPlayer: 'supérieur à par-dessus similaire à par-dessus inférieur à', DeepL: 'supérieur à supérieur similaire supérieur inférieur')
- - "⪑": [t: "inférieur à par dessus supérieur à par dessus égal à deux lignes"] # 0x2a91 (en: 'less than above greater than above double line equal', MathPlayer: 'inférieur à par-dessus supérieur à par-dessus égal à deux lignes', DeepL: 'moins que plus haut plus grand que plus haut double ligne égale')
- - "⪒": [t: "supérieur à par dessus inférieur à par dessus égal à deux lignes"] # 0x2a92 (en: 'greater than above less than above double line equal', MathPlayer: 'supérieur à par-dessus inférieur à par-dessus égal à deux lignes', DeepL: 'plus grand que plus haut moins que plus haut double ligne égale')
- - "⪓": [t: "inférieur à par dessus égal à pentu par dessus supérieur à par dessus égal à pentu"] # 0x2a93 (en: 'less than above slanted equal above greater than above slanted equal', MathPlayer: 'inférieur à par-dessus égal à pentu par-dessus supérieur à par-dessus égal à pentu', DeepL: 'inférieur à supérieur égal incliné supérieur supérieur supérieur supérieur égal incliné')
- - "⪔": [t: "supérieur à par dessus égal à pentu par dessus inférieur à par dessus égal à pentu"] # 0x2a94 (en: 'greater than above slanted equal above less than above slanted equal', MathPlayer: 'supérieur à par-dessus égal à pentu par-dessus inférieur à par-dessus égal à pentu', DeepL: 'plus grand que au-dessus de l'égal incliné au-dessus de moins que au-dessus de l'égal incliné')
- - "⪕": [t: "Égal à incliné ou inférieur à"] # 0x2a95 (en: 'slanted equal to or less than', DeepL: 'incliné égal ou inférieur à')
- - "⪖": [t: "Égal à incliné ou supérieur à"] # 0x2a96 (en: 'slanted equal to or greater than', DeepL: 'incliné égal ou supérieur à')
- - "⪗": [t: "égal à pentu ou inférieur à point inscrit"] # 0x2a97 (en: 'slanted equal to or less than with dot inside')
- - "⪘": [t: "égal à pentu ou supérieur à point inscrit"] # 0x2a98 (en: 'slanted equal to or greater than with dot inside')
- - "⪙": [t: "égal à deux lignes ou inférieur à"] # 0x2a99 (en: 'double line equal to or less than')
- - "⪚": [t: "égal à deux lignes ou supérieur à"] # 0x2a9a (en: 'double line equal to or greater than')
- - "⪛": [t: "inférieur à ou égal à à deux lignes inclinées"] # 0x2a9b (en: 'double line slanted equal to or less than', DeepL: 'double ligne oblique égale ou inférieure à')
- - "⪜": [t: "supérieur à ou égal à à deux lignes inclinées"] # 0x2a9c (en: 'double line slanted equal to or greater than', DeepL: 'double trait oblique égal ou supérieur à')
- - "⪝": [t: "similaire à ou inférieur à"] # 0x2a9d (en: 'similar or less than')
- - "⪞": [t: "similaire à ou supérieur à"] # 0x2a9e (en: 'similar or greater than')
- - "⪟": [t: "similaire à par dessus inférieur à par dessus signe égal"] # 0x2a9f (en: 'similar above less than above equals sign', MathPlayer: 'similaire à par-dessus inférieur à par-dessus signe égal', DeepL: 'similaire ci-dessus moins que ci-dessus signe égal')
- - "⪠": [t: "similaire à par dessus supérieur à par dessus signe égal"] # 0x2aa0 (en: 'similar above greater than above equals sign', MathPlayer: 'similaire à par-dessus supérieur à par-dessus signe égal', DeepL: 'similaire supérieur supérieur supérieur signe égal')
- - "⪡": [t: "deux inférieur à emboîtés"] # 0x2aa1 (en: 'double nested less than')
- - "⪢": [t: "deux supérieur à emboîtés"] # 0x2aa2 (en: 'double nested greater than')
- - "⪣": [t: "deux inférieur à emboîtés avec barre souscrite"] # 0x2aa3 (en: 'double nested less than with underbar', DeepL: 'double emboîtement moins que avec barre inférieure')
- - "⪤": [t: "deux supérieur à entrecroisés"] # 0x2aa4 (en: 'greater than overlapping less than')
- - "⪥": [t: "supérieur à à côté de inférieur à"] # 0x2aa5 (en: 'greater than beside less than')
- - "⪦": [t: "inférieur à fermé d'un arc"] # 0x2aa6 (en: 'less than closed by curve')
- - "⪧": [t: "supérieur à fermé d'un arc"] # 0x2aa7 (en: 'greater than closed by curve')
- - "⪨": [t: "inférieur à fermé d'un arc par dessus égal à pentu"] # 0x2aa8 (en: 'less than closed by curve above slanted equal', MathPlayer: 'inférieur à fermé d'un arc par-dessus égal à pentu', DeepL: 'inférieur à fermé par une courbe au-dessus d'un égal incliné')
- - "⪩": [t: "supérieur à fermé d'un arc par dessus égal à pentu"] # 0x2aa9 (en: 'greater than closed by curve above slanted equal', MathPlayer: 'supérieur à fermé d'un arc par-dessus égal à pentu', DeepL: 'plus grand que fermé par une courbe au-dessus inclinée égale')
- - "⪪": [t: "plus petit que en fourche"] # 0x2aaa (en: 'smaller than')
- - "⪫": [t: "plus grand que en fourche"] # 0x2aab (en: 'larger than')
- - "⪬": [t: "plus petit ou égal que en fourche"] # 0x2aac (en: 'smaller than or equal to')
- - "⪭": [t: "plus grand ou égal que en fourche"] # 0x2aad (en: 'larger than or equal to')
- - "⪮": [t: "égal et dos d'âne"] # 0x2aae (en: 'equals sign with bumpy above', MathPlayer: 'signe égal et dos-d'âne', DeepL: 'signe égal avec bosses au-dessus')
- - "⪯": [t: "précède par dessus signe égal à une ligne"] # 0x2aaf (en: 'precedes above single line equals sign', MathPlayer: 'précède par-dessus signe égal à une ligne', DeepL: 'précède le signe égal d'une seule ligne')
- - "⪰": [t: "suit par dessus signe égal à une ligne"] # 0x2ab0 (en: 'succeeds above single line equals sign', DeepL: 'succède au-dessus d'une ligne simple au signe égal')
- - "⪱": [t: "précède par dessus pas égal à une ligne"] # 0x2ab1 (en: 'precedes above single line not equal to', DeepL: 'précède au-dessus d'une seule ligne n'est pas égal à')
- - "⪲": [t: "suit par dessus pas égal à une ligne"] # 0x2ab2 (en: 'succeeds above single line not equal to', DeepL: 'réussit au-dessus d'une seule ligne non égale à')
- - "⪳": [t: "précède par dessus signe égal"] # 0x2ab3 (en: 'precedes above equals sign', DeepL: 'précède le signe égal')
- - "⪴": [t: "suit par dessus signe égal"] # 0x2ab4 (en: 'succeeds above equals sign', DeepL: 'réussit au-dessus du signe égal')
- - "⪵": [t: "précède par dessus pas égal à"] # 0x2ab5 (en: 'precedes above not equal to', MathPlayer: 'précède par-dessus pas égal à', DeepL: 'précède plus haut n'est pas égal à')
- - "⪶": [t: "suit par dessus pas égal à"] # 0x2ab6 (en: 'succeeds above not equal to', MathPlayer: 'suit par-dessus pas égal à', DeepL: 'succède à n'est pas égal à')
- - "⪷": [t: "précède par dessus presque égal à"] # 0x2ab7 (en: 'precedes above almost equal to', DeepL: 'précède le signe presque égal à')
- - "⪸": [t: "suit par dessus presque égal à"] # 0x2ab8 (en: 'succeeds above almost equal to', DeepL: 'réussit au-dessus de presque égal à')
- - "⪹": [t: "précède par dessus non presque égal à"] # 0x2ab9 (en: 'precedes above not almost equal to', DeepL: 'précède au dessus pas presque égal à')
- - "⪺": [t: "suit par dessus non presque égal à"] # 0x2aba (en: 'succeeds above not almost equal to', DeepL: 'réussit au-dessus de n'est pas presque égal à')
- - "⪻": [t: "double précède"] # 0x2abb (en: 'double precedes')
- - "⪼": [t: "double suit"] # 0x2abc (en: 'double succeeds')
- - "⪽": [t: "sous ensemble pointé"] # 0x2abd (en: 'subset with dot', MathPlayer: 'sous-ensemble pointé', DeepL: 'sous-ensemble avec point')
- - "⪾": [t: "sur ensemble pointé"] # 0x2abe (en: 'superset with dot', MathPlayer: 'sur-ensemble pointé', DeepL: 'super-ensemble avec point')
- - "⪿": [t: "sous ensemble plus souscrit"] # 0x2abf (en: 'subset with plus sign below', MathPlayer: 'sous-ensemble plus souscrit', DeepL: 'sous-ensemble avec le signe plus en dessous')
- - "⫀": [t: "sur ensemble plus souscrit"] # 0x2ac0 (en: 'superset with plus sign below', MathPlayer: 'sur-ensemble plus souscrit', DeepL: 'superposition avec le signe plus en dessous')
- - "⫁": [t: "sous ensemble à signe de multiplication souscrit"] # 0x2ac1 (en: 'subset with multiplication sign below', MathPlayer: 'sous-ensemble à signe de multiplication souscrit', DeepL: 'sous-ensemble avec signe de multiplication en dessous')
- - "⫂": [t: "sur ensemble à signe de multiplication souscrit"] # 0x2ac2 (en: 'superset with multiplication sign below', MathPlayer: 'sur-ensemble à signe de multiplication souscrit', DeepL: 'superset avec signe de multiplication en dessous')
- - "⫃": [t: "sous ensemble de ou égal à point en chef"] # 0x2ac3 (en: 'subset of or equal to with dot above', MathPlayer: 'sous-ensemble de ou égal à point en chef', DeepL: 'sous-ensemble de ou égal à avec point au-dessus')
- - "⫄": [t: "sur ensemble de ou égal à point en chef"] # 0x2ac4 (en: 'superset of or equal to with dot above', MathPlayer: 'sur-ensemble de ou égal à point en chef', DeepL: 'sur-ensemble de ou égal à avec point au-dessus')
- - "⫅": [t: "sous ensemble de par dessus signe égal"] # 0x2ac5 (en: 'subset of above equals sign', DeepL: 'sous-ensemble du signe égal ci-dessus')
- - "⫆": [t: "sur ensemble de par dessus signe égal"] # 0x2ac6 (en: 'superset of above equals sign', DeepL: 'sur-ensemble du signe égal ci-dessus')
- - "⫇": [t: "sous ensemble de par dessus opérateur tilde"] # 0x2ac7 (en: 'subset of above tilde operator', MathPlayer: 'sous-ensemble de par-dessus opérateur tilde', DeepL: 'sous-ensemble de l'opérateur tilde ci-dessus')
- - "⫈": [t: "sur ensemble de par dessus opérateur tilde"] # 0x2ac8 (en: 'superset of above tilde operator', MathPlayer: 'sur-ensemble de par-dessus opérateur tilde', DeepL: 'superset de l'opérateur tilde ci-dessus')
- - "⫉": [t: "sous ensemble de par dessus presque égal à"] # 0x2ac9 (en: 'subset of above almost equal to', DeepL: 'sous-ensemble de ce qui précède presque égal à')
- - "⫊": [t: "sur ensemble de par dessus presque égal à"] # 0x2aca (en: 'superset of above almost equal to', DeepL: 'superposé de supérieur à presque égal à')
- - "⫋": [t: "sous ensemble de par dessus pas égal à"] # 0x2acb (en: 'subset above not equal to', DeepL: 'sous-ensemble supérieur non égal à')
- - "⫌": [t: "sur ensemble de par dessus pas égal à"] # 0x2acc (en: 'superset of above not equal to', DeepL: 'superset of above not equal to')
- - "⫍": [t: "opérateur boîte carrée ouverte gauche"] # 0x2acd (en: 'square left open box operator', DeepL: 'carré gauche boîte ouverte opérateur')
- - "⫎": [t: "opérateur boîte carrée ouverte droite"] # 0x2ace (en: 'square right open box operator', DeepL: 'opérateur de boîte ouverte carrée droite')
- - "⫏": [t: "sous ensemble clos"] # 0x2acf (en: 'closed subset', MathPlayer: 'sous-ensemble clos', DeepL: 'sous-ensemble fermé')
- - "⫐": [t: "sur ensemble clos"] # 0x2ad0 (en: 'closed superset', MathPlayer: 'sur-ensemble clos', DeepL: 'sur-ensemble fermé')
- - "⫑": [t: "sous ensemble clos ou égal à"] # 0x2ad1 (en: 'closed subset or equal to', MathPlayer: 'sous-ensemble clos ou égal à', DeepL: 'sous-ensemble fermé ou égal à')
- - "⫒": [t: "sur ensemble clos ou égal à"] # 0x2ad2 (en: 'closed superset or equal to', MathPlayer: 'sur-ensemble clos ou égal à', DeepL: 'super-ensemble fermé ou égal à')
- - "⫓": [t: "sous ensemble par dessus sur ensemble"] # 0x2ad3 (en: 'subset above superset', MathPlayer: 'sous-ensemble par-dessus sur-ensemble', DeepL: 'sous-ensemble au-dessus de sur-ensemble')
- - "⫔": [t: "sur ensemble par dessus sous ensemble"] # 0x2ad4 (en: 'superset above subset', MathPlayer: 'sur-ensemble par-dessus sous-ensemble', DeepL: 'sur-ensemble au-dessus du sous-ensemble')
- - "⫕": [t: "sous ensemble par dessus sous ensemble"] # 0x2ad5 (en: 'subset above subset', MathPlayer: 'sous-ensemble par-dessus sous-ensemble', DeepL: 'sous-ensemble au-dessus d'un sous-ensemble')
- - "⫖": [t: "sur ensemble par dessus sur ensemble"] # 0x2ad6 (en: 'superset above superset', MathPlayer: 'sur-ensemble par-dessus sur-ensemble', DeepL: 'superset above superset')
- - "⫗": [t: "sur-ensemble à côté de sous-ensemble"] # 0x2ad7 (en: 'superset beside subset', SRE: 'sur ensemble à côté de sous ensemble')
- - "⫘": [t: "sur ensemble chaîné à sous ensemble"] # 0x2ad8 (en: 'superset beside and joined by dash with subset', MathPlayer: 'sur-ensemble chaîné à sous-ensemble', DeepL: 'superset beside and joined by dash with subset')
- - "⫙": [t: "appartient à ouvert vers le bas"] # 0x2ad9 (en: 'element of opening downwards')
- - "⫚": [t: "fourche surmontée d'un t"] # 0x2ada (en: 'pitchfork with tee top')
- - "⫛": [t: "intersection transversale"] # 0x2adb (en: 'transversal intersection')
- - "⫝̸": [t: "bifurcation (non indépendant)"] # 0x2adc (en: 'forking', DeepL: 'fourche')
- - "⫝": [t: "non bifurcation (indépendant)"] # 0x2add (en: 'nonforking', DeepL: 'non fourchu')
- - "⫞": [t: "taquet gauche court"] # 0x2ade (en: 'short left tack', DeepL: 'courte virgule à gauche')
- - "⫟": [t: "taquet court vers le bas"] # 0x2adf (en: 'short down tack', DeepL: 'épissure courte vers le bas')
- - "⫠": [t: "taquet court vers le haut"] # 0x2ae0 (en: 'short up tack', DeepL: 'court vers le haut')
- - "⫡": [t: "perpendiculaire à s"] # 0x2ae1 (en: 'perpendicular with s', DeepL: 'perpendiculaire avec s')
- - "⫢": [t: "triple tourniquet droit à barre verticale"] # 0x2ae2 (en: 'vertical bar triple right turnstile', DeepL: 'barre verticale triple tourniquet droit')
- - "⫣": [t: "tourniquet gauche à double barre verticale"] # 0x2ae3 (en: 'double vertical bar left turnstile', DeepL: 'double barre verticale tourniquet gauche')
- - "⫤": [t: "double tourniquet gauche à barre verticale"] # 0x2ae4 (en: 'vertical bar double left turnstile')
- - "⫥": [t: "double tourniquet gauche à double barre verticale"] # 0x2ae5 (en: 'double vertical bar double left turnstile', DeepL: 'double barre verticale double tourniquet gauche')
- - "⫦": [t: "double barre verticale gauche à traverse"] # 0x2ae6 (en: 'long dash from left member of double vertical')
- - "⫧": [t: "taquet court vers le bas avec barre en chef"] # 0x2ae7 (en: 'short down tack with overbar')
- - "⫨": [t: "taquet court vers le haut avec barre souscrite"] # 0x2ae8 (en: 'short up tack with underbar')
- - "⫩": [t: "taquet court vers le haut par dessus taquet court vers le bas"] # 0x2ae9 (en: 'short up tack above short down tack', MathPlayer: 'taquet court vers le haut par-dessus taquet court vers le bas', DeepL: 'point court vers le haut au-dessus du point court vers le bas')
- - "⫪": [t: "double taquet vers le bas"] # 0x2aea (en: 'double down tack', DeepL: 'double amure vers le bas')
- - "⫫": [t: "double taquet vers le haut"] # 0x2aeb (en: 'double up tack')
- - "⫬": [t: "négation à deux traits"] # 0x2aec (en: 'double stroke not sign', MathPlayer: 'signe négation à deux traits', DeepL: 'double trait ne signe pas')
- - "⫭": [t: "négation à deux traits réfléchi"] # 0x2aed (en: 'reversed double stroke not sign', MathPlayer: 'signe négation à deux traits réfléchi', DeepL: 'double trait inversé signe non')
- - "⫮": [t: "n'est pas un diviseur de à barre de négation réfléchie"] # 0x2aee (en: 'does not divide with reversed negation slash')
- - "⫯": [t: "ligne verticale cercle en chef"] # 0x2aef (en: 'vertical line with circle above')
- - "⫰": [t: "ligne verticale cercle souscrit"] # 0x2af0 (en: 'vertical line with circle below')
- - "⫱": [t: "taquet vers le bas surmontant un cercle"] # 0x2af1 (en: 'down tack with circle below')
- - "⫲": [t: "parallèlle à vertical à une traverse"] # 0x2af2 (en: 'parallel with horizontal stroke')
- - "⫳": [t: "parallèle à avec opérateur tilde"] # 0x2af3 (en: 'parallel with tilde operator')
- - "⫴": [t: "relation binaire triple barre verticale"] # 0x2af4 (en: 'triple vertical bar binary relation', DeepL: 'triple barre verticale relation binaire')
- - "⫵": [t: "triple barre verticale à une traverse"] # 0x2af5 (en: 'triple vertical bar with horizontal stroke', DeepL: 'triple barre verticale avec trait horizontal')
- - "⫶": [t: "opérateur trois points"] # 0x2af6 (en: 'triple colon operator', DeepL: 'opérateur triple deux-points')
- - "⫷": [t: "trois inférieur à emboîtés"] # 0x2af7 (en: 'triple nested less than', DeepL: 'triple emboîtement moins que')
- - "⫸": [t: "trois supérieur à emboîtés"] # 0x2af8 (en: 'triple nested greater than', DeepL: 'triple plus grand que imbriqué')
- - "⫹": [t: "inférieur à ou égal à et deux lignes inclinées"] # 0x2af9 (en: 'double line slanted less than or equal to', DeepL: 'double ligne oblique inférieure ou égale à')
- - "⫺": [t: "supérieur à ou égal à et deux lignes inclinées"] # 0x2afa (en: 'double line slanted greater than or equal to', DeepL: 'double ligne oblique supérieure ou égale à')
- - "⫻": [t: "relation binaire triple oblique"] # 0x2afb (en: 'triple solidus binary relation', DeepL: 'relation binaire triple solidus')
- - "⫼": [t: "grand opérateur à trois barres verticales"] # 0x2afc (en: 'large triple vertical bar operator', DeepL: 'grande barre verticale triple opérateur')
- - "⫽": [t: "opérateur double oblique"] # 0x2afd (en: 'double solidus operator', DeepL: 'opérateur double solidus')
- - "⫾": [t: "barre verticale blanche"] # 0x2afe (en: 'white vertical bar')
- - "⫿": [t: "barre verticale blanche n aire"] # 0x2aff (en: 'white vertical bar', DeepL: 'barre verticale blanche')
- - "⬀": [t: "flèche blanche nord est"] # 0x2b00 (en: 'north east white arrow', DeepL: 'flèche blanche nord-est')
- - "⬁": [t: "flèche blanche nord ouest"] # 0x2b01 (en: 'north west white arrow', DeepL: 'flèche blanche nord-ouest')
- - "⬂": [t: "flèche blanche sud est"] # 0x2b02 (en: 'south east white arrow', DeepL: 'sud est flèche blanche')
- - "⬃": [t: "flèche blanche sud ouest"] # 0x2b03 (en: 'south west white arrow', DeepL: 'sud ouest flèche blanche')
- - "⬄": [t: "flèche blanche bilatérale"] # 0x2b04 (en: 'left right white arrow', DeepL: 'flèche blanche gauche droite')
- - "⬅": [t: "flèche noire vers la gauche"] # 0x2b05 (en: 'leftwards black arrow')
- - "⬆": [t: "flèche noire vers le haut"] # 0x2b06 (en: 'upwards black arrow', DeepL: 'vers le haut flèche noire')
- - "⬇": [t: "flèche noire vers le bas"] # 0x2b07 (en: 'downwards black arrow')
- - "⬈": [t: "flèche noire nord est"] # 0x2b08 (en: 'north east black arrow', DeepL: 'flèche noire nord-est')
- - "⬉": [t: "flèche noire nord ouest"] # 0x2b09 (en: 'north west black arrow', DeepL: 'nord ouest flèche noire')
- - "⬊": [t: "flèche noire sud est"] # 0x2b0a (en: 'south east black arrow', DeepL: 'flèche noire sud-est')
- - "⬋": [t: "flèche noire sud ouest"] # 0x2b0b (en: 'south west black arrow')
- - "⬌": [t: "flèche noire bilatérale"] # 0x2b0c (en: 'left right black arrow', DeepL: 'flèche noire gauche droite')
- - "⬍": [t: "flèche noire haut et bas"] # 0x2b0d (en: 'up down black arrow', DeepL: 'flèche noire haut-bas')
- - "⬎": [t: "flèche vers la droite à pointe pliée vers le bas"] # 0x2b0e (en: 'rightwards arrow with tip downwards', DeepL: 'flèche vers la droite avec pointe vers le bas')
- - "⬏": [t: "flèche vers la droite à pointe pliée vers le haut"] # 0x2b0f (en: 'rightwards arrow with tip upwards', DeepL: 'flèche vers la droite avec pointe vers le haut')
- - "⬐": [t: "flèche vers la gauche à pointe pliée vers le bas"] # 0x2b10 (en: 'leftwards arrow with tip downwards', DeepL: 'flèche vers la gauche avec pointe vers le bas')
- - "⬑": [t: "flèche vers la gauche à pointe pliée vers le haut"] # 0x2b11 (en: 'leftwards arrow with tip upwards', DeepL: 'flèche vers la gauche avec pointe vers le haut')
- - "⬒": [t: "carré à moitié supérieure noire"] # 0x2b12 (en: 'square with top half black', DeepL: 'carré dont la moitié supérieure est noire')
- - "⬓": [t: "carré à moitié inférieure noire"] # 0x2b13 (en: 'square with bottom half black', DeepL: 'carré dont la moitié inférieure est noire')
- - "⬔": [t: "carré à moitié diagonale supérieure droite noire"] # 0x2b14 (en: 'square with upper right diagonal half black', DeepL: 'carré dont la diagonale supérieure droite est à moitié noire')
- - "⬕": [t: "carré à moitié diagonale inférieure droite noire"] # 0x2b15 (en: 'square with lower left diagonal half black', DeepL: 'carré avec diagonale inférieure gauche demi noire')
- - "⬖": [t: "losange à moitié gauche noire"] # 0x2b16 (en: 'diamond with left half black', DeepL: 'diamant avec la moitié gauche noire')
- - "⬗": [t: "losange à moitié droite noire"] # 0x2b17 (en: 'diamond with right half black', DeepL: 'diamant dont la moitié droite est noire')
- - "⬘": [t: "losange à moitié supérieure noire"] # 0x2b18 (en: 'diamond with top half black', DeepL: 'diamant dont la moitié supérieure est noire')
- - "⬙": [t: "losange à moitié inférieure noire"] # 0x2b19 (en: 'diamond with bottom half black', DeepL: 'losange dont la moitié inférieure est noire')
- - "⬚": [t: "carré en pointillés"] # 0x2b1a (en: 'box', DeepL: 'boîte')
- - "⬛": [t: "grand carré noir"] # 0x2b1b (en: 'black large square')
- - "⬜": [t: "grand carré blanc"] # 0x2b1c (en: 'white large square')
- - "⬝": [t: "très petit carré noir"] # 0x2b1d (en: 'black very small square', DeepL: 'carré noir très petit')
- - "⬞": [t: "très petit carré blanc"] # 0x2b1e (en: 'white very small square', DeepL: 'carré blanc très petit')
- - "⬟": [t: "pentagone noir"] # 0x2b1f (en: 'black pentagon')
- - "⬠": [t: "pentagone blanc"] # 0x2b20 (en: 'white pentagon')
- - "⬡": [t: "hexagone blanc"] # 0x2b21 (en: 'white hexagon')
- - "⬢": [t: "hexagone noir"] # 0x2b22 (en: 'black hexagon')
- - "⬣": [t: "hexagone noir posé sur un côté"] # 0x2b23 (en: 'horizontal black hexagon', DeepL: 'hexagone noir horizontal')
- - "⬤": [t: "grand cercle noir"] # 0x2b24 (en: 'black large circle')
- - "⬥": [t: "losange moyen noir"] # 0x2b25 (en: 'black medium diamond', DeepL: 'losange noir moyen')
- - "⬦": [t: "losange moyen blanc"] # 0x2b26 (en: 'white medium diamond', DeepL: 'diamant moyen blanc')
- - "⬧": [t: "rhombe moyen noir"] # 0x2b27 (en: 'black medium lozenge', DeepL: 'losange moyen noir')
- - "⬨": [t: "rhombe moyen blanc"] # 0x2b28 (en: 'white medium lozenge', DeepL: 'losange moyen blanc')
- - "⬩": [t: "petit losange noir"] # 0x2b29 (en: 'black small diamond')
- - "⬪": [t: "petit rhombe noir"] # 0x2b2a (en: 'black small lozenge', DeepL: 'noir petit losange')
- - "⬫": [t: "petit rhombe blanc"] # 0x2b2b (en: 'white small lozenge', DeepL: 'petit losange blanc')
- - "⬬": [t: "ellipse horizontale noire"] # 0x2b2c (en: 'black horizontal ellipse')
- - "⬭": [t: "ellipse horizontale blanche"] # 0x2b2d (en: 'white horizontal ellipse')
- - "⬮": [t: "ellipse verticale noire"] # 0x2b2e (en: 'black vertical ellipse')
- - "⬯": [t: "ellipse verticale blanche"] # 0x2b2f (en: 'white vertical ellipse')
- - "⬰": [t: "flèche vers la gauche à petit cercle"] # 0x2b30 (en: 'left arrow with small circle', DeepL: 'flèche gauche avec petit cercle')
- - "⬱": [t: "trois flèches vers la gauche"] # 0x2b31 (en: 'three leftwards arrows')
- - "⬲": [t: "flèche vers la gauche à signe plus cerclé"] # 0x2b32 (en: 'left arrow with circled plus', DeepL: 'flèche gauche avec plus encerclé')
- - "⬳": [t: "longue flèche vers la gauche en tire bouchon"] # 0x2b33 (en: 'long leftwards squiggle arrow', DeepL: 'longue flèche gribouillée vers la gauche')
- - "⬴": [t: "flèche à deux pointes vers la gauche barrée verticalement"] # 0x2b34 (en: 'leftwards two headed arrow with vertical stroke', DeepL: 'flèche bicéphale gauche avec trait vertical')
- - "⬵": [t: "flèche à deux pointes vers la gauche barrée deux fois verticalement"] # 0x2b35 (en: 'leftwards two headed arrow with double vertical stroke', DeepL: 'flèche à deux têtes vers la gauche avec double trait vertical')
- - "⬶": [t: "flèche à deux têtes d'un taquet vers la gauche"] # 0x2b36 (en: 'leftwards two headed arrow from bar', DeepL: 'flèche biface gauche à partir de l'ardillon')
- - "⬷": [t: "flèche à trois traits et à deux têtes vers la gauche"] # 0x2b37 (en: 'leftwards two headed triple dash arrow', DeepL: 'flèche gauche à deux têtes et triple tiret')
- - "⬸": [t: "flèche vers la gauche à fût pointillé"] # 0x2b38 (en: 'leftwards arrow with dotted stem', DeepL: 'vers la gauche flèche avec tige en pointillé')
- - "⬹": [t: "flèche empennée vers la gauche barrée verticalement"] # 0x2b39 (en: 'leftwards arrow with tail with vertical stroke', DeepL: 'vers la gauche flèche avec empennage avec trait vertical')
- - "⬺": [t: "flèche empennée vers la gauche barrée deux fois verticalement"] # 0x2b3a (en: 'leftwards arrow with tail with double vertical stroke', DeepL: 'vers la gauche flèche avec empennage avec double trait vertical')
- - "⬻": [t: "flèche empennée à deux têtes vers la gauche"] # 0x2b3b (en: 'leftwards two headed arrow with tail', DeepL: 'flèche à deux têtes avec empennage vers la gauche')
- - "⬼": [t: "flèche empennée à deux têtes vers la gauche barrée verticalement"] # 0x2b3c (en: 'leftwards two headed arrow with tail with vertical stroke', DeepL: 'flèche bicéphale gauche avec empennage et trait vertical')
- - "⬽": [t: "flèche empennée à deux têtes vers la gauche barrée deux fois verticalement"] # 0x2b3d (en: 'leftwards two headed arrow with tail with double vertical stroke', DeepL: 'flèche biface gauche avec empennage à double trait vertical')
- - "⬾": [t: "flèche vers la gauche au travers un x"] # 0x2b3e (en: 'leftwards arrow through x', DeepL: 'flèche vers la gauche à travers le x')
- - "⬿": [t: "flèche vers la gauche bossue"] # 0x2b3f (en: 'wave arrow pointing directly left', DeepL: 'flèche ondulée pointant directement vers la gauche')
- - "⭀": [t: "flèche vers la gauche surmontée d'un égal"] # 0x2b40 (en: 'equals sign above leftwards arrow', DeepL: 'signe égal au-dessus de la flèche vers la gauche')
- - "⭁": [t: "flèche vers la gauche surmontée d'un tilde"] # 0x2b41 (en: 'reverse tilde operator above leftwards arrow', DeepL: 'opérateur tilde inversé au-dessus de la flèche vers la gauche')
- - "⭂": [t: "presque égal à réfléchi surmonté d'une flèche vers la gauche"] # 0x2b42 (en: 'leftwards arrow above reverse almost equal to', DeepL: 'flèche vers la gauche au-dessus de l'inverse presque égal à')
- - "⭃": [t: "flèche vers la droite à travers un inférieur à"] # 0x2b43 (en: 'rightwards arrow through greater than', DeepL: 'flèche vers la droite à travers plus grand que')
- - "⭄": [t: "flèche vers la droite au travers d'un sous ensemble de"] # 0x2b44 (en: 'rightwards arrow through superset', DeepL: 'flèche vers la droite à travers le super-ensemble')
- - "⭅": [t: "quadruple flèche vers la gauche"] # 0x2b45 (en: 'leftwards quadruple arrow', DeepL: 'flèche quadruple vers la gauche')
- - "⭆": [t: "quadruple flèche vers la droite"] # 0x2b46 (en: 'rightwards quadruple arrow', DeepL: 'flèche quadruple vers la droite')
- - "⭇": [t: "flèche vers la droite surmontée d'un opérateur tilde réfléchi"] # 0x2b47 (en: 'reverse tilde operator above rightwards arrow', DeepL: 'opérateur tilde inversé au-dessus d'une flèche vers la droite')
- - "⭈": [t: "presque égal à réfléchi surmonté d'une flèche vers la droite"] # 0x2b48 (en: 'rightwards arrow above reverse almost equal to', DeepL: 'flèche vers la droite au-dessus du revers presque égale à')
- - "⭉": [t: "flèche vers la gauche surmontée de l'opérateur tilde"] # 0x2b49 (en: 'tilde operator above leftwards arrow', DeepL: 'opérateur tilde au-dessus de la flèche vers la gauche')
- - "⭊": [t: "flèche vers la gauche par dessus presque égal à"] # 0x2b4a (en: 'leftwards arrow above almost equal to', DeepL: 'flèche vers la gauche au-dessus de presque égal à')
- - "⭋": [t: "tilde réfléchi surmonté d'une flèche vers la gauche"] # 0x2b4b (en: 'leftwards arrow above reverse tilde operator', DeepL: 'flèche vers la gauche au-dessus de l'opérateur tilde inversé')
- - "⭌": [t: "ilde surmonté d'une flèche vers la droite"] # 0x2b4c (en: 'rightwards arrow above reverse tilde operator', DeepL: 'flèche vers la droite au-dessus de l'opérateur tilde inversé')
- - "⭐": [t: "étoile blanche moyenne"] # 0x2b50 (en: 'white medium star')
- - "⭑": [t: "petite étoile noire"] # 0x2b51 (en: 'black small star')
- - "⭒": [t: "petite étoile blanche"] # 0x2b52 (en: 'white small star')
- - "⭓": [t: "pentagone noir pointant vers la droite"] # 0x2b53 (en: 'black right pointing pentagon')
- - "⭔": [t: "pentagone blanc pointant vers la droite"] # 0x2b54 (en: 'white right pointing pentagon')
- - "⭕": [t: "grand cercle gras"] # 0x2b55 (en: 'heavy large circle', DeepL: 'grand cercle lourd')
- - "⭖": [t: "ovale gras avec ovale inscrit"] # 0x2b56 (en: 'heavy oval with oval inside', DeepL: 'ovale lourd avec ovale à l'intérieur')
- - "⭗": [t: "cercle gras avec cercle inscrit"] # 0x2b57 (en: 'heavy circle with circle inside', DeepL: 'cercle lourd avec cercle à l'intérieur')
- - "⭘": [t: "cercle gras"] # 0x2b58 (en: 'heavy circle', DeepL: 'cercle épais')
- - "⭙": [t: "sautoir cerclé gras"] # 0x2b59 (en: 'heavy circled saltire', DeepL: 'lourd sautoir encerclé')
- - "⸀": [t: "angle droit marqueur de substitution"] # 0x2e00 (en: 'right angle substitution marker', DeepL translation)
- - "⸁": [t: "marqueur de substitution d'angle droit en pointillés"] # 0x2e01 (en: 'right angle dotted substitution marker', DeepL translation)
- - "⸂": [t: "gauche crochet de substitution"] # 0x2e02 (en: 'left substitution bracket', DeepL translation)
- - "⸃": [t: "crochet de substitution droit"] # 0x2e03 (en: 'right substitution bracket', DeepL translation)
- - "⸄": [t: "équerre de substitution gauche en pointillé"] # 0x2e04 (en: 'left dotted substitution bracket', DeepL translation)
- - "⸅": [t: "parenthèse de substitution en pointillé à droite"] # 0x2e05 (en: 'right dotted substitution bracket', DeepL translation)
- - "⸆": [t: "marqueur d'interpolation en relief"] # 0x2e06 (en: 'raised interpolation marker', DeepL translation)
- - "⸇": [t: "marqueur d'interpolation en pointillé surélevé"] # 0x2e07 (en: 'raised dotted interpolation marker', DeepL translation)
- - "⸈": [t: "marqueur de transposition en pointillés"] # 0x2e08 (en: 'dotted transposition marker marker', DeepL translation)
- - "⸉": [t: "équerre de transposition gauche"] # 0x2e09 (en: 'left transposition bracket', DeepL translation)
- - "⸊": [t: "équerre de transposition droite"] # 0x2e0a (en: 'right transposition bracket', DeepL translation)
- - "⸋": [t: "équerre inversée"] # 0x2e0b (en: 'raised square', DeepL translation)
- - "⸌": [t: "crochet d'omission surélevé vers la gauche"] # 0x2e0c (en: 'left raised omission bracket', DeepL translation)
- - "⸍": [t: "parenthèse d'omission droite surélevée"] # 0x2e0d (en: 'right raised omission bracket', DeepL translation)
- - "⸎": [t: "coronis éditoriale"] # 0x2e0e (en: 'editorial coronis', DeepL translation)
- - "⸏": [t: "paragraphe"] # 0x2e0f (en: 'paragraphos', DeepL translation)
- - "⸐": [t: "paragraphe fourchu"] # 0x2e10 (en: 'forked paragraphos', DeepL translation)
- - "⸑": [t: "paragraphe fourchu inversé"] # 0x2e11 (en: 'reversed forked paragraphos', DeepL translation)
- - "⸒": [t: "hypodiastole"] # 0x2e12 (DeepL translation)
- - "⸓": [t: "obélisque en pointillé"] # 0x2e13 (en: 'dotted obelos', DeepL translation)
- - "⸔": [t: "vers le bas ancora"] # 0x2e14 (en: 'downwards ancora', DeepL translation)
- - "⸕": [t: "vers le haut ancora"] # 0x2e15 (en: 'upwards ancora', DeepL translation)
- - "⸖": [t: "pointillé angle pointant vers la droite"] # 0x2e16 (en: 'dotted right pointing angle', DeepL translation)
- - "⸗": [t: "double trait d'union oblique"] # 0x2e17 (en: 'double oblique hyphen', DeepL translation)
- - "⸘": [t: "interrobang inversé"] # 0x2e18 (en: 'inverted interrobang', DeepL translation)
- - "⸙": [t: "branche de palmier"] # 0x2e19 (en: 'palm branch', DeepL translation)
- - "⸚": [t: "trait d'union avec tréma"] # 0x2e1a (en: 'hyphen with diaeresis', DeepL translation)
- - "⸛": [t: "tilde avec anneau au-dessus"] # 0x2e1b (en: 'tilde with ring above', DeepL translation)
- - "⸜": [t: "parenthèse inférieure gauche"] # 0x2e1c (en: 'left low paraphrase bracket', DeepL translation)
- - "⸝": [t: "paraphrase basse vers la droite"] # 0x2e1d (en: 'right low paraphrase bracket', DeepL translation)
- - "⸞": [t: "tilde avec point au-dessus"] # 0x2e1e (en: 'tilde with dot above', DeepL translation)
- - "⸟": [t: "tilde avec point en dessous"] # 0x2e1f (en: 'tilde with dot below', DeepL translation)
- - "⸠": [t: "barre verticale gauche avec plume"] # 0x2e20 (en: 'left vertical bar with quill', DeepL translation)
- - "⸡": [t: "barre verticale droite avec plume"] # 0x2e21 (en: 'right vertical bar with quill', DeepL translation)
- - "⸢": [t: "anglet supérieur gauche"] # 0x2e22 (en: 'top left half bracket', DeepL: 'demi-cadratin supérieur gauche')
- - "⸣": [t: "anglet supérieur droit"] # 0x2e23 (en: 'top right half bracket', DeepL: 'demi-bracelet supérieur droit')
- - "⸤": [t: "anglet inférieur gauche"] # 0x2e24 (en: 'bottom left half bracket', DeepL: 'demi-cadratin en bas à gauche')
- - "⸥": [t: "anglet inférieur droit"] # 0x2e25 (en: 'bottom right half bracket', DeepL: 'moitié inférieure droite de l'équerre')
- - "⸦": [t: "crampillon couché gauche"] # 0x2e26 (en: 'left sideways u bracket', DeepL: 'flèche gauche en forme de u latéral')
- - "⸧": [t: "crampillon couché droit"] # 0x2e27 (en: 'right sideways u bracket', DeepL: 'à droite, latéralement, crochet en u')
- - "⸨": [t: "double parenthèse gauche"] # 0x2e28 (en: 'left double parentheses')
- - "⸩": [t: "double parenthèse droite"] # 0x2e29 (en: 'right double parentheses')
- - "⸪": [t: "deux points sur un point ponctuation"] # 0x2e2a (en: 'two dots over one dot punctuation', DeepL translation)
- - "⸫": [t: "un point sur deux points ponctuation"] # 0x2e2b (en: 'one dot over two dots punctuation', DeepL translation)
- - "⸬": [t: "ponctuation à quatre points carrés"] # 0x2e2c (en: 'squared four dot punctuation', DeepL translation)
- - "⸭": [t: "marque à cinq points"] # 0x2e2d (en: 'five dot mark', DeepL translation)
- - "⸮": [t: "point d'interrogation inversé"] # 0x2e2e (en: 'reversed question mark', DeepL translation)
- - "ⸯ": [t: "tilde vertical"] # 0x2e2f (en: 'vertical tilde', DeepL translation)
- - "⸰": [t: "point d'anneau"] # 0x2e30 (en: 'ring point', DeepL translation)
- - "⸱": [t: "séparateur de mots point central"] # 0x2e31 (en: 'word separator middle dot', DeepL translation)
- - "⸲": [t: "virgule tournée"] # 0x2e32 (en: 'turned comma', DeepL translation)
- - "⸳": [t: "point en relief"] # 0x2e33 (en: 'raised dot', DeepL translation)
- - "⸴": [t: "virgule surélevée"] # 0x2e34 (en: 'raised comma', DeepL translation)
- - "⸵": [t: "point-virgule tourné"] # 0x2e35 (en: 'turned semicolon', DeepL translation)
- - "⸶": [t: "poignard avec garde gauche"] # 0x2e36 (en: 'dagger with left guard', DeepL translation)
- - "⸷": [t: "poignard avec garde droite"] # 0x2e37 (en: 'dagger with right guard', DeepL translation)
- - "⸸": [t: "poignard tourné"] # 0x2e38 (en: 'turned dagger', DeepL translation)
- - "⸹": [t: "demi-signal de section en haut"] # 0x2e39 (en: 'top half section sign', DeepL translation)
- - "⸺": [t: "deux tirets em"] # 0x2e3a (en: 'two em dash', DeepL translation)
- - "⸻": [t: "trois tirets em"] # 0x2e3b (en: 'three em dash', DeepL translation)
- - "〃": [t: "marque ditto"] # 0x3003 (en: 'ditto mark', DeepL translation)
- - "〈": [t: "chevron gauche"] # 0x3008 (en: 'left angle bracket', DeepL: 'équerre gauche')
- - "〉": [t: "chevron droit"] # 0x3009 (en: 'right angle bracket', DeepL: 'crochet d'angle droit')
- - "《": [t: "double chevron gauche"] # 0x300a (en: 'left double angle bracket')
- - "》": [t: "double chevron droit"] # 0x300b (en: 'right double angle bracket')
- - "「": [t: "anglet gauche"] # 0x300c (en: 'left corner bracket', DeepL: 'parenthèse d'angle gauche')
- - "」": [t: "anglet droit"] # 0x300d (en: 'right corner bracket', DeepL: 'crochet d'angle droit')
- - "『": [t: "anglet ajouré gauche"] # 0x300e (en: 'left white corner bracket', DeepL: 'gauche équerre blanche')
- - "』": [t: "anglet ajouré droit"] # 0x300f (en: 'right white corner bracket', DeepL: 'équerre blanche droite')
- - "【": [t: "crochet noir lenticulaire gauche"] # 0x3010 (en: 'left black lenticular bracket', DeepL: 'parenthèse lenticulaire noire gauche')
- - "】": [t: "crochet noir lenticulaire droit"] # 0x3011 (en: 'right black lenticular bracket', DeepL: 'support lenticulaire noir droit')
- - "〔": [t: "crochet gauche en écaille"] # 0x3014 (en: 'left tortoise shell bracket')
- - "〕": [t: "crochet droit en écaille"] # 0x3015 (en: 'right tortoise shell bracket')
- - "〖": [t: "crochet blanc lenticulaire gauche"] # 0x3016 (en: 'left white lenticular bracket', DeepL: 'équerre lenticulaire blanche gauche')
- - "〗": [t: "crochet blanc lenticulaire droit"] # 0x3017 (en: 'right white lenticular bracket', DeepL: 'équerre lenticulaire blanche droite')
- - "〘": [t: "crochet blanc gauche en écaille"] # 0x3018 (en: 'left white tortoise shell bracket', DeepL: 'à gauche, support en écaille de tortue blanche')
- - "〙": [t: "crochet blanc droit en écaille"] # 0x3019 (en: 'right white tortoise shell bracket', DeepL: 'support droit en écaille de tortue blanche')
- - "〚": [t: "crochet blanc gauche"] # 0x301a (en: 'left white square bracket')
- - "〛": [t: "crochet blanc droit"] # 0x301b (en: 'right white square bracket')
- - "〜": [t: "trait d'union en esse"] # 0x301c (en: 'wave dash', DeepL: 'vague tiret')
- - "〰": [t: "zigzag"] # 0x3030 (en: 'wavy dash', DeepL: 'trait ondulé')
- - "㉈": [t: "dix cerclé sur carré noir"] # 0x3248 (en: 'circled number ten on black square', DeepL: 'chiffre dix encerclé sur un carré noir')
- - "㉉": [t: "vingt cerclé sur carré noir"] # 0x3249 (en: 'circled number twenty on black square', DeepL: 'chiffre vingt encerclé sur un carré noir')
- - "㉊": [t: "trente cerclé sur carré noir"] # 0x324a (en: 'circled number thirty on black square', DeepL: 'chiffre trente encerclé sur un carré noir')
- - "㉋": [t: "quarante cerclé sur carré noir"] # 0x324b (en: 'circled number forty on blacks square', DeepL: 'chiffre quarante encerclé sur un carré noir')
- - "㉌": [t: "cinquante cerclé sur carré noir"] # 0x324c (en: 'circled number fifty on black square', DeepL: 'chiffre cinquante encerclé sur un carré noir')
- - "㉍": [t: "soixante cerclé sur carré noir"] # 0x324d (en: 'circled number sixty on black square', DeepL: 'chiffre soixante encerclé sur un carré noir')
- - "㉎": [t: "soixante dix cerclé sur carré noir"] # 0x324e (en: 'circled number seventy on black square', DeepL: 'chiffre soixante-dix encerclé sur un carré noir')
- - "㉏": [t: "quatre vingts cerclé sur carré noir"] # 0x324f (en: 'circled number eighty on black square', DeepL: 'chiffre aty encerclé sur un carré noir')
- - "㉑": [t: "nombre vingt et un encerclé"] # 0x3251 (en: 'circled number twenty one', DeepL translation)
- - "㉒": [t: "chiffre vingt-deux encerclé"] # 0x3252 (en: 'circled number twenty two', DeepL translation)
- - "㉓": [t: "numéro vingt-trois encerclé"] # 0x3253 (en: 'circled number twenty three', DeepL translation)
- - "㉔": [t: "chiffre vingt-quatre encerclé"] # 0x3254 (en: 'circled number twenty four', DeepL translation)
- - "㉕": [t: "chiffre vingt-cinq encerclé"] # 0x3255 (en: 'circled number twenty five', DeepL translation)
- - "㉖": [t: "encerclé numéro vingt-six"] # 0x3256 (en: 'circled number twenty six', DeepL translation)
- - "㉗": [t: "numéro vingt-sept encerclé"] # 0x3257 (en: 'circled number twenty seven', DeepL translation)
- - "㉘": [t: "encerclé nombre vingt à"] # 0x3258 (en: 'circled number twenty eight', DeepL translation)
- - "㉙": [t: "numéro vingt-neuf encerclé"] # 0x3259 (en: 'circled number twenty nine', DeepL translation)
- - "㉚": [t: "numéro trente encerclé"] # 0x325a (en: 'circled number thirty', DeepL translation)
- - "㉛": [t: "encerclé numéro trente et un"] # 0x325b (en: 'circled number thirty one', DeepL translation)
- - "㉜": [t: "nombre encerclé trente-deux"] # 0x325c (en: 'circled number thirty two', DeepL translation)
- - "㉝": [t: "numéro trente-trois encerclé"] # 0x325d (en: 'circled number thirty three', DeepL translation)
- - "㉞": [t: "encadré numéro trente-quatre"] # 0x325e (en: 'circled number thirty four', DeepL translation)
- - "㉟": [t: "chiffre trente-cinq encerclé"] # 0x325f (en: 'circled number thirty five', DeepL translation)
- - "㊱": [t: "numéro trente-six encerclé"] # 0x32b1 (en: 'circled number thirty six', DeepL translation)
- - "㊲": [t: "numéro trente-sept encerclé"] # 0x32b2 (en: 'circled number thirty seven', GPT-5.4 translation)
- - "㊳": [t: "numéro trente-huit encerclé"] # 0x32b3 (en: 'circled number thirty eight', GPT-5.4 translation)
- - "㊴": [t: "numéro trente-neuf encerclé"] # 0x32b4 (en: 'circled number thirty nine', GPT-5.4 translation)
- - "㊵": [t: "numéro quarante encerclé"] # 0x32b5 (en: 'circled number forty', GPT-5.4 translation)
- - "㊶": [t: "numéro quarante et un encerclé"] # 0x32b6 (en: 'circled number forty one', GPT-5.4 translation)
- - "㊷": [t: "numéro quarante-deux encerclé"] # 0x32b7 (en: 'circled number forty two', GPT-5.4 translation)
- - "㊸": [t: "numéro quarante-trois encerclé"] # 0x32b8 (en: 'circled number forty three', GPT-5.4 translation)
- - "㊹": [t: "numéro quarante-quatre encerclé"] # 0x32b9 (en: 'circled number forty four', GPT-5.4 translation)
- - "㊺": [t: "numéro quarante-cinq encerclé"] # 0x32ba (en: 'circled number forty five', GPT-5.4 translation)
- - "㊻": [t: "numéro quarante-six encerclé"] # 0x32bb (en: 'circled number forty six', GPT-5.4 translation)
- - "㊼": [t: "numéro quarante-sept encerclé"] # 0x32bc (en: 'circled number forty seven', GPT-5.4 translation)
- - "㊽": [t: "numéro quarante-huit encerclé"] # 0x32bd (en: 'circled number forty eight', GPT-5.4 translation)
- - "㊾": [t: "numéro quarante-neuf encerclé"] # 0x32be (en: 'circled number forty nine', GPT-5.4 translation)
- - "㊿": [t: "numéro cinquante encerclé"] # 0x32bf (en: 'circled number fifty', GPT-5.4 translation)
- - "㋌": [t: "mercure"] # 0x32cc (en: 'mercury', DeepL translation)
- - "㋍": [t: "ergs"] # 0x32cd (DeepL translation)
- - "㋎": [t: "électron-volts"] # 0x32ce (en: 'electron volts', DeepL translation)
- - "㋏": [t: "signe de responsabilité limitée"] # 0x32cf (en: 'limited liability sign', DeepL translation)
- - "㍱": [t: "hectopascals"] # 0x3371 (DeepL translation)
- - "㍲": [t: "daltons"] # 0x3372 (DeepL translation)
- - "㍳": [t: "unités astronomiques"] # 0x3373 (en: 'astronomical units', DeepL translation)
- - "㍴": [t: "barres"] # 0x3374 (en: 'bars', DeepL translation)
- - "㍵": [t: "o v"] # 0x3375 (DeepL translation)
- - "㍶": [t: "parsecs"] # 0x3376 (DeepL translation)
- - "㍷": [t: "décimètres"] # 0x3377 (en: 'decimeters', DeepL translation)
- - "㍸": [t: "décimètres au carré"] # 0x3378 (en: 'decimeters squared', DeepL translation)
- - "㍹": [t: "décimètres cubés"] # 0x3379 (en: 'decimeters cubed', DeepL translation)
- - "㍺": [t: "unités instrumentales"] # 0x337a (en: 'instrumental units', DeepL translation)
- - "㎀": [t: "picoampères"] # 0x3380 (en: 'picoamps', DeepL translation)
- - "㎁": [t: "nanoampères"] # 0x3381 (en: 'nanoamps', DeepL translation)
- - "㎂": [t: "microampères"] # 0x3382 (en: 'microamps', DeepL translation)
- - "㎃": [t: "milliampères"] # 0x3383 (en: 'milliamps', DeepL translation)
- - "㎄": [t: "kiloampères"] # 0x3384 (en: 'kiloamps', DeepL translation)
- - "㎅": [t: "kilo-octets"] # 0x3385 (en: 'kilobytes', DeepL translation)
- - "㎆": [t: "mégaoctets"] # 0x3386 (en: 'megabytes', DeepL translation)
- - "㎇": [t: "gigaoctets"] # 0x3387 (en: 'gigabytes', DeepL translation)
- - "㎈": [t: "calories"] # 0x3388 (DeepL translation)
- - "㎉": [t: "kilocalories"] # 0x3389 (DeepL translation)
- - "㎊": [t: "picofarads"] # 0x338a (DeepL translation)
- - "㎋": [t: "nanofarads"] # 0x338b (DeepL translation)
- - "㎌": [t: "microfarads"] # 0x338c (DeepL translation)
- - "㎍": [t: "microgrammes"] # 0x338d (en: 'micrograms', DeepL translation)
- - "㎎": [t: "milligrammes"] # 0x338e (en: 'milligrams', DeepL translation)
- - "㎏": [t: "kilogrammes"] # 0x338f (en: 'kilograms', DeepL translation)
- - "㎐": [t: "hertz"] # 0x3390 (DeepL translation)
- - "㎑": [t: "kilohertz"] # 0x3391 (DeepL translation)
- - "㎒": [t: "mégahertz"] # 0x3392 (en: 'megahertz', DeepL translation)
- - "㎓": [t: "gigahertz"] # 0x3393 (DeepL translation)
- - "㎔": [t: "térahertz"] # 0x3394 (en: 'terahertz', DeepL translation)
- - "㎕": [t: "microlitres"] # 0x3395 (en: 'microliters', DeepL translation)
- - "㎖": [t: "millilitres"] # 0x3396 (en: 'milliliters', DeepL translation)
- - "㎗": [t: "décilitres"] # 0x3397 (en: 'deciliters', DeepL translation)
- - "㎘": [t: "kilolitres"] # 0x3398 (en: 'kiloliters', DeepL translation)
- - "㎙": [t: "femtomètres"] # 0x3399 (en: 'femtometers', DeepL translation)
- - "㎚": [t: "nanomètres"] # 0x339a (en: 'nanometers', DeepL translation)
- - "㎛": [t: "micromètres"] # 0x339b (en: 'micrometers', DeepL translation)
- - "㎜": [t: "millimètres"] # 0x339c (en: 'millimeters', DeepL translation)
- - "㎝": [t: "centimètres"] # 0x339d (en: 'centimeters', DeepL translation)
- - "㎞": [t: "kilomètres"] # 0x339e (en: 'kilometers', DeepL translation)
- - "㎟": [t: "millimètres au carré"] # 0x339f (en: 'millimeters squared', DeepL translation)
- - "㎠": [t: "centimètres au carré"] # 0x33a0 (en: 'centimeters squared', DeepL translation)
- - "㎡": [t: "mètres au carré"] # 0x33a1 (en: 'meters squared', DeepL translation)
- - "㎢": [t: "kilomètres au carré"] # 0x33a2 (en: 'kilometers squared', DeepL translation)
- - "㎣": [t: "millimètres au cube"] # 0x33a3 (en: 'millimeters cubed', DeepL translation)
- - "㎤": [t: "centimètres cubes"] # 0x33a4 (en: 'centimeters cubed', DeepL translation)
- - "㎥": [t: "mètres cubes"] # 0x33a5 (en: 'meters cubed', DeepL translation)
- - "㎦": [t: "kilomètres cubes"] # 0x33a6 (en: 'kilometers cubed', DeepL translation)
- - "㎧": [t: "mètres par seconde"] # 0x33a7 (en: 'meters per second', DeepL translation)
- - "㎨": [t: "mètres par seconde au carré"] # 0x33a8 (en: 'meters per second squared', DeepL translation)
- - "㎩": [t: "pascals"] # 0x33a9 (DeepL translation)
- - "㎪": [t: "kilopascals"] # 0x33aa (DeepL translation)
- - "㎫": [t: "mégapascal"] # 0x33ab (en: 'megapascals', DeepL translation)
- - "㎬": [t: "gigapascals"] # 0x33ac (DeepL translation)
- - "㎭": [t: "rads"] # 0x33ad (DeepL translation)
- - "㎮": [t: "rads par seconde"] # 0x33ae (en: 'rads per second', DeepL translation)
- - "㎯": [t: "rads par seconde au carré"] # 0x33af (en: 'rads per second squared', DeepL translation)
- - "㎰": [t: "picosecondes"] # 0x33b0 (en: 'picoseconds', DeepL translation)
- - "㎱": [t: "nanosecondes"] # 0x33b1 (en: 'nanoseconds', DeepL translation)
- - "㎲": [t: "microsecondes"] # 0x33b2 (en: 'microseconds', DeepL translation)
- - "㎳": [t: "millisecondes"] # 0x33b3 (en: 'milliseconds', DeepL translation)
- - "㎴": [t: "picovolts"] # 0x33b4 (DeepL translation)
- - "㎵": [t: "nanovolts"] # 0x33b5 (DeepL translation)
- - "㎶": [t: "microvolts"] # 0x33b6 (DeepL translation)
- - "㎷": [t: "millivolts"] # 0x33b7 (DeepL translation)
- - "㎸": [t: "kilovolts"] # 0x33b8 (DeepL translation)
- - "㎹": [t: "mégavolts"] # 0x33b9 (en: 'megavolts', DeepL translation)
- - "㎺": [t: "picowatts"] # 0x33ba (DeepL translation)
- - "㎻": [t: "nanowatts"] # 0x33bb (DeepL translation)
- - "㎼": [t: "microwatts"] # 0x33bc (DeepL translation)
- - "㎽": [t: "milliwatts"] # 0x33bd (DeepL translation)
- - "㎾": [t: "kilowatts"] # 0x33be (DeepL translation)
- - "㎿": [t: "mégawatts"] # 0x33bf (en: 'megawatts', DeepL translation)
- - "㏀": [t: "kilo-ohms"] # 0x33c0 (DeepL translation)
- - "㏁": [t: "mégaohms"] # 0x33c1 (en: 'megaohms', DeepL translation)
- - "㏂": [t: "attomètres"] # 0x33c2 (en: 'attometers', DeepL translation)
- - "㏃": [t: "becquerels"] # 0x33c3 (DeepL translation)
- - "㏄": [t: "centimètres cubes"] # 0x33c4 (en: 'cubic centimeters', DeepL translation)
- - "㏅": [t: "candelas"] # 0x33c5 (DeepL translation)
- - "㏆": [t: "coulombs par kilogramme"] # 0x33c6 (en: 'coulombs per kilogram', DeepL translation)
- - "㏇": [t: "c majuscule, o, point"] # 0x33c7 (I have no idea what this is) (en: 'cap C, o, period', DeepL translation)
- - "㏈": [t: "décibels"] # 0x33c8 (en: 'decibels', DeepL translation)
- - "㏉": [t: "gris"] # 0x33c9 (en: 'grays', DeepL translation)
- - "㏊": [t: "hectares"] # 0x33ca (DeepL translation)
- - "㏋": [t: "cheval-vapeur"] # 0x33cb (en: 'horsepower', DeepL translation)
- - "㏌": [t: "pouces"] # 0x33cc (en: 'inches', DeepL translation)
- - "㏍": [t: "kilokelvins"] # 0x33cd (DeepL translation)
- - "㏎": [t: "kilomètres"] # 0x33ce (en: 'kilometers', DeepL translation)
- - "㏏": [t: "nœuds"] # 0x33cf (en: 'knots', DeepL translation)
- - "㏐": [t: "lumens"] # 0x33d0 (DeepL translation)
- - "㏑": [t: "logarithme naturel"] # 0x33d1 (en: 'natural log', DeepL translation)
- - "㏒": [t: "logarithme"] # 0x33d2 (en: 'logarithm', DeepL translation)
- - "㏓": [t: "lux"] # 0x33d3 (DeepL translation)
- - "㏔": [t: "millibarns"] # 0x33d4 (DeepL translation)
- - "㏕": [t: "moulins"] # 0x33d5 (en: 'mills', DeepL translation)
- - "㏖": [t: "taupes"] # 0x33d6 (en: 'moles', DeepL translation)
- - "㏗": [t: "p h"] # 0x33d7 (DeepL translation)
- - "㏘": [t: "picomètres"] # 0x33d8 (en: 'picometers', DeepL translation)
- - "㏙": [t: "parties par million"] # 0x33d9 (en: 'parts per million', DeepL translation)
- - "㏚": [t: "pétaroentgens"] # 0x33da (en: 'petaroentgens', DeepL translation)
- - "㏛": [t: "stéradians"] # 0x33db (en: 'steradians', DeepL translation)
- - "㏜": [t: "sieverts"] # 0x33dc (DeepL translation)
- - "㏝": [t: "webers"] # 0x33dd (DeepL translation)
- - "㏞": [t: "volts par mètre"] # 0x33de (en: 'volts per meter', DeepL translation)
- - "㏟": [t: "ampères par mètre"] # 0x33df (en: 'amps per meter', DeepL translation)
- - "㏿": [t: "gallons"] # 0x33ff (DeepL translation)
- - "": [t: "équivaut au chapeau ci-dessous"] # 0xe900 (en: 'equals with hat below', DeepL translation)
- - "": [t: "égal à plus haut"] # 0xe901 (en: 'equals with plus above', DeepL translation)
- - "": [t: "égal à plus en dessous"] # 0xe902 (en: 'equals with plus below', DeepL translation)
- - "": [t: "tilde avec plus au-dessus"] # 0xe903 (en: 'tilde with plus above', DeepL translation)
- - "": [t: "tilde avec plus en dessous"] # 0xe904 (en: 'tilde with plus below', DeepL translation)
- - "": [t: "égal double au-dessus de plus grand que"] # 0xe908 (en: 'equal double over greater than', DeepL translation)
- - "": [t: "égal double sur moins que"] # 0xe909 (en: 'equal double over less than', DeepL translation)
- - "": [t: "contient ou égal à"] # 0xe90a (en: 'contains or equal to', DeepL translation)
- - "": [t: "superposé ou égal à"] # 0xe90b (en: 'superset of or equal to', DeepL translation)
- - "": [t: "sous-ensemble de ou égal à"] # 0xe90c (en: 'subset of or equal to', DeepL translation)
- - "": [t: "égal à inférieur à"] # 0xe90d (en: 'equal over less than', DeepL translation)
- - "": [t: "élément de ou égal à"] # 0xe912 (en: 'element of or equal to', DeepL translation)
- - "": [t: "égal ou supérieur à"] # 0xe913 (en: 'equal to or greater than', DeepL translation)
- - "": [t: "superposition approximative de"] # 0xe914 (en: 'approximate superset of', DeepL translation)
- - "": [t: "sous-ensemble approximatif de"] # 0xe915 (en: 'approximate subset of', DeepL translation)
- - "": [t: "superposition de avec point inclut comme sous relation"] # 0xe916 (en: 'superset of with dot includes as sub relation', DeepL translation)
- - "": [t: "sous-ensemble de avec point est inclus dans comme sous relation"] # 0xe917 (en: 'subset of with dot is included in as sub relation', DeepL translation)
- - "": [t: "égal avec point en dessous"] # 0xe918 (en: 'equal with dot below', DeepL translation)
- - "": [t: "point gauche sur moins sur point droit"] # 0xe919 (en: 'left dot over minus over right dot', DeepL translation)
- - "": [t: "point droit sur moins sur point gauche"] # 0xe91a (en: 'right dot over minus over left dot', DeepL translation)
- - "": [t: "presque égal à moins"] # 0xe91f (en: 'almost equal to minus', DeepL translation)
- - "": [t: "double coupe carrée"] # 0xe920 (en: 'double square cup', DeepL translation)
- - "": [t: "double majuscule carrée"] # 0xe921 (en: 'double square cap', DeepL translation)
- - "": [t: "inférieur à égal ou supérieur à"] # 0xe922 (en: 'less than equal to or greater than', DeepL translation)
- - "": [t: "tilde avec point"] # 0xe924 (en: 'tilde with dot', DeepL translation)
- - "": [t: "tilde avec deux points"] # 0xe925 (en: 'tilde with two dots', DeepL translation)
- - "": [t: "inférieur à supérieur ou égal à"] # 0xe926 (en: 'less than greater than or equal to', DeepL translation)
- - "": [t: "plus grand que moins que ou égal à"] # 0xe927 (en: 'greater than less than or equal to', DeepL translation)
- - "": [t: "équivalent à ou inférieur à"] # 0xe928 (en: 'equivalent to or less than', DeepL translation)
- - "": [t: "équivalent ou supérieur à"] # 0xe929 (en: 'equivalent to or greater than', DeepL translation)
- - "": [t: "opérateur de boîte ouverte gauche"] # 0xe92a (en: 'left open box operator', DeepL translation)
- - "": [t: "opérateur de boîte ouverte à droite"] # 0xe92b (en: 'right open box operator', DeepL translation)
- - "": [t: "identique à avec point"] # 0xe92c (en: 'identical to with dot', DeepL translation)
- - "": [t: "supérieur à égal ou inférieur"] # 0xe92d (en: 'greater than equal to or less than', DeepL translation)
- - "": [t: "opérateur de barre"] # 0xe92e (en: 'bar operator', DeepL translation)
- - "": [t: "opérateur double barre"] # 0xe92f (en: 'double bar operator', DeepL translation)
- - "": [t: "triple barre opérateur"] # 0xe930 (en: 'triple bar operator', DeepL translation)
- - "": [t: "inférieur ou approximativement égal à"] # 0xe932 (en: 'less than or approximately equal to', DeepL translation)
- - "": [t: "plus grand que ou à peu près égal à"] # 0xe933 (en: 'greater than or approximately equal to', DeepL translation)
- - "": [t: "imbriqué moins que"] # 0xe936 (en: 'nested less than', DeepL translation)
- - "": [t: "imbriqué plus grand que"] # 0xe937 (en: 'nested greater than', DeepL translation)
- - "": [t: "précède ou équivaut à"] # 0xe93a (en: 'precedes or equivalent to', DeepL translation)
- - "": [t: "succède ou équivaut à"] # 0xe93b (en: 'succeeds or equivalent to', DeepL translation)
- - "": [t: "précède sur égal"] # 0xe940 (en: 'precedes over equal', DeepL translation)
- - "": [t: "succède à égal"] # 0xe941 (en: 'succeeds over equal', DeepL translation)
- - "": [t: "moins égal incliné plus grand"] # 0xe942 (en: 'less equal slanted greater', DeepL translation)
- - "": [t: "plus grand égal incliné moins"] # 0xe943 (en: 'greater equal slanted less', DeepL translation)
- - "": [t: "satisfait par"] # 0xe948 (en: 'satisfied by', DeepL translation)
- - "": [t: "s paresseux"] # 0xe949 (en: 'lazy s', DeepL translation)
- - "": [t: "pas d'affirmation"] # 0xe94a (en: 'not assertion', DeepL translation)
- - "": [t: "double égal"] # 0xe94b (en: 'double equal', DeepL translation)
- - "": [t: "triple égal"] # 0xe94c (en: 'triple equal', DeepL translation)
- - "": [t: "règle retardée"] # 0xe94d (en: 'rule delayed', DeepL translation)
- - "": [t: "délimiteur d'alias"] # 0xe94e (en: 'alias delimiter', DeepL translation)
- - "": [t: "sous-groupe normal de avec barre"] # 0xe950 (en: 'normal subgroup of with bar', DeepL translation)
- - "": [t: "contient comme un sous-groupe normal avec une barre"] # 0xe951 (en: 'contains as normal subgroup with bar', DeepL translation)
- - "": [t: "rond implique"] # 0xe954 (en: 'round implies', DeepL translation)
- - "": [t: "sourire sous la barre"] # 0xe955 (en: 'smile under bar', DeepL translation)
- - "": [t: "froncement de sourcils sur la barre"] # 0xe956 (en: 'frown over bar', DeepL translation)
- - "": [t: "sur-ensemble de ou presque égal à"] # 0xe957 (en: 'superset of or almost equal to', DeepL translation)
- - "": [t: "sous-ensemble de ou presque égal à"] # 0xe958 (en: 'subset of or almost equal to', DeepL translation)
- - "": [t: "supérieur à presque égal ou inférieur à"] # 0xe959 (en: 'greater than almost equal to or less than', DeepL translation)
- - "": [t: "inférieur à presque égal ou supérieur à"] # 0xe95a (en: 'less than almost equal or greater than', DeepL translation)
- - "": [t: "double logique ou"] # 0xe95c (en: 'double logical or', DeepL translation)
- - "": [t: "double logique et"] # 0xe95d (en: 'double logical and', DeepL translation)
- - "": [t: "logique ou avec double barre en dessous"] # 0xe95e (en: 'logical or with double bar below', DeepL translation)
- - "": [t: "logique ou avec barre en bas"] # 0xe95f (en: 'logical or with bar below', DeepL translation)
- - "": [t: "presque égal sur égal"] # 0xe962 (en: 'almost equal over equal', DeepL translation)
- - "": [t: "triangle pointant vers la gauche avec barre bissectrice"] # 0xe964 (en: 'left pointing triangle with bisecting bar', DeepL translation)
- - "": [t: "triangle pointant vers la droite avec barre bissectrice"] # 0xe965 (en: 'right pointing triangle with bisecting bar', DeepL translation)
- - "": [t: "égal avec ligne supérieure en pointillés"] # 0xe966 (en: 'equals with dotted top line', DeepL translation)
- - "": [t: "précède avec deux points"] # 0xe967 (en: 'precedes with colon', DeepL translation)
- - "": [t: "réussit avec les deux points"] # 0xe968 (en: 'succeeds with colon', DeepL translation)
- - "": [t: "plus petit que ou égal incliné"] # 0xe969 (en: 'smaller than or equal slanted', DeepL translation)
- - "": [t: "plus grand ou égal incliné"] # 0xe96a (en: 'larger than or equal slanted', DeepL translation)
- - "": [t: "imbriqué très inférieur à"] # 0xe96b (en: 'nested very much less than', DeepL translation)
- - "": [t: "imbriqué très supérieur à"] # 0xe96c (en: 'nested very much greater than', DeepL translation)
- - "": [t: "différence entre variante"] # 0xe96d (en: 'difference between variant', DeepL translation)
- - "": [t: "moins que plus grand que superposé"] # 0xe96e (en: 'less than greater than overlay', DeepL translation)
- - "": [t: "logique ou logique et superposition"] # 0xe96f (en: 'logical or logical and overlay', DeepL translation)
- - "": [t: "sur-ensemble sur sur-ensemble"] # 0xe970 (en: 'superset over superset', DeepL translation)
- - "": [t: "sous-ensemble sur sous-ensemble"] # 0xe971 (en: 'subset over subset', DeepL translation)
- - "": [t: "sur-ensemble sur sous-ensemble"] # 0xe972 (en: 'superset over subset', DeepL translation)
- - "": [t: "sous-ensemble par rapport à sur-ensemble"] # 0xe973 (en: 'subset over superset', DeepL translation)
- - "": [t: "triple barre verticale"] # 0xe979 (en: 'triple vertical bar', DeepL translation)
- - "": [t: "points verticaux quadruples appariés"] # 0xe97a (en: 'paired quadruple vertical dots', DeepL translation)
- - "": [t: "perpendiculaire au-dessus d'une barre"] # 0xe97b (en: 'perpendicular over bar', DeepL translation)
- - "": [t: "tourniquet gauche double barre verticale"] # 0xe97c (en: 'left turnstile double vertical bar', DeepL translation)
- - "": [t: "double tourniquet gauche double barre verticale"] # 0xe97d (en: 'double left turnstile double vertical bar', DeepL translation)
- - "": [t: "perpendiculaire sur perpendiculaire inversée"] # 0xe97e (en: 'perpendicular over inverted perpendicular', DeepL translation)
- - "": [t: "double barre verticale en tourniquet à gauche"] # 0xe97f (en: 'double left turnstile vertical bar', DeepL translation)
- - "": [t: "angle sphérique ouverture"] # 0xe980 (en: 'spherical angle opening up', DeepL translation)
- - "": [t: "double barre oblique"] # 0xe981 (en: 'double slash', DeepL translation)
- - "": [t: "angle droit avec coin"] # 0xe982 (en: 'right angle with corner', DeepL translation)
- - "": [t: "barre verticale cerclée"] # 0xe984 (en: 'circled vertical bar', DeepL translation)
- - "": [t: "signe de division encerclé"] # 0xe985 (en: 'circled division sign', DeepL translation)
- - "": [t: "solidus en pointillé"] # 0xe986 (en: 'dashed solidus', DeepL translation)
- - "": [t: "barre oblique inverse en pointillés"] # 0xe987 (en: 'dashed backslash', DeepL translation)
- - "": [t: "ligne médiane en pointillés"] # 0xe988 (en: 'dashed mid line', DeepL translation)
- - "": [t: "barre verticale en pointillé"] # 0xe989 (en: 'dashed vertical bar', DeepL translation)
- - "": [t: "perpendiculaire avec s"] # 0xe98a (en: 'perpendicular with s', DeepL translation)
- - "": [t: "angle avec s"] # 0xe98b (en: 'angle with s', DeepL translation)
- - "": [t: "angle sphérique ouverture à gauche"] # 0xe98c (en: 'spherical angle opening left', DeepL translation)
- - "": [t: "angle ouvrant à gauche"] # 0xe98d (en: 'angle opening left', DeepL translation)
- - "": [t: "barre verticale avec double crochet"] # 0xe98e (en: 'vertical bar with double hook', DeepL translation)
- - "": [t: "point moyen opérateur radical libre"] # 0xe98f (en: 'medium dot operator free radical', DeepL translation)
- - "": [t: "triangle blanc pointant vers le haut au-dessus de la barre"] # 0xe990 (en: 'white up pointing triangle above bar', DeepL translation)
- - "": [t: "identique et parallèle à"] # 0xe991 (en: 'identical and parallel to', DeepL translation)
- - "": [t: "smash product"] # 0xe992 (DeepL translation)
- - "": [t: "triple barre opérateur avec barre horizontale"] # 0xe993 (en: 'triple bar operator with horizontal bar', DeepL translation)
- - "": [t: "identique à avec double barre oblique"] # 0xe994 (en: 'identical to with double slash', DeepL translation)
- - "": [t: "triple barres croisées"] # 0xe995 (en: 'triple crossed bars', DeepL translation)
- - "": [t: "barre verticale sur cercle"] # 0xe996 (en: 'vertical bar over circle', DeepL translation)
- - "": [t: "verticale proportionnelle à"] # 0xe997 (en: 'vertical proportional to', DeepL translation)
- - "": [t: "dernier quartier de lune noir"] # 0xe998 (en: 'black last quarter moon', DeepL translation)
- - "": [t: "premier quartier de lune noir"] # 0xe999 (en: 'black first quarter moon', DeepL translation)
- - "": [t: "onde sinusoïdale négative"] # 0xe9a0 (en: 'negative sine wave', DeepL translation)
- - "": [t: "point entre parenthèses"] # 0xe9a1 (en: 'parenthesized dot', DeepL translation)
- - "": [t: "parenthesiss"] # 0xe9a2 (en: 'parens', DeepL translation)
- - "": [t: "sourire blanc"] # 0xe9a3 (en: 'white smile', DeepL translation)
- - "": [t: "froncement de sourcils blanc"] # 0xe9a4 (en: 'white frown', DeepL translation)
- - "": [t: "hexagone"] # 0xe9a5 (en: 'hexagon', DeepL translation)
- - "": [t: "équivalent à plus plus"] # 0xe9a6 (en: 'equivalent to over plus', DeepL translation)
- - "": [t: "plus plus équivalent à"] # 0xe9a7 (en: 'plus over equivalent to', DeepL translation)
- - "": [t: "empattements à l'intersection"] # 0xe9b0 (en: 'intersection serifs', DeepL translation)
- - "": [t: "empattement d'union"] # 0xe9b1 (en: 'union serifs', DeepL translation)
- - "": [t: "carré intersection empattements"] # 0xe9b2 (en: 'square intersection serifs', DeepL translation)
- - "": [t: "square union serifs"] # 0xe9b3 (DeepL translation)
- - "": [t: "précède équivalent à ou succède à"] # 0xe9e0 (en: 'precedes equivalent to or succeeds', DeepL translation)
- - "": [t: "réussit équivaut à ou précède"] # 0xe9e1 (en: 'succeeds equivalent to or precedes', DeepL translation)
- - "": [t: "précède presque égal à ou succède à"] # 0xe9e2 (en: 'precedes almost equal to or succeeds', DeepL translation)
- - "": [t: "réussit presque égal à ou précède"] # 0xe9e3 (en: 'succeeds almost equal to or precedes', DeepL translation)
- - "": [t: "inférieur à équivalent ou supérieur à"] # 0xe9f0 (en: 'less than equivalent to or greater than', DeepL translation)
- - "": [t: "plus grand que équivalent à ou moins que"] # 0xe9f1 (en: 'greater than equivalent to or less than', DeepL translation)
- - "": [t: "pas vert beaucoup moins que"] # 0xea00 (en: 'not vert much less than', DeepL translation)
- - "": [t: "pas vert beaucoup plus grand que"] # 0xea01 (en: 'not vert much greater than', DeepL translation)
- - "": [t: "pas beaucoup moins que variante"] # 0xea02 (en: 'not much less than variant', DeepL translation)
- - "": [t: "pas beaucoup plus grand que variante"] # 0xea03 (en: 'not much greater than variant', DeepL translation)
- - "": [t: "moins vert non double égal"] # 0xea04 (en: 'less vert not double equals', DeepL translation)
- - "": [t: "gt vert pas double égal"] # 0xea05 (en: 'gt vert not double equals', DeepL translation)
- - "": [t: "pas inférieur ou égal à"] # 0xea06 (en: 'not less than or equal to', DeepL translation)
- - "": [t: "pas supérieur ou égal à"] # 0xea07 (en: 'not greater than or equal to', DeepL translation)
- - "": [t: "ni égal ni inférieur à"] # 0xea09 (en: 'neither equal to nor less than', DeepL translation)
- - "": [t: "ne contient pas ou n'est pas égal à"] # 0xea0a (en: 'does not contain or equal to', DeepL translation)
- - "": [t: "ni superposé à, ni égal à"] # 0xea0b (en: 'neither superset of nor equal to', DeepL translation)
- - "": [t: "ni sous-ensemble de ni égal à"] # 0xea0c (en: 'neither subset of nor equal to', DeepL translation)
- - "": [t: "solidus inversé sous-ensemble"] # 0xea0d (en: 'reverse solidus subset', DeepL translation)
- - "": [t: "ni égal ni supérieur à"] # 0xea0e (en: 'neither equal to nor greater than', DeepL translation)
- - "": [t: "pas moins opérateur tilde"] # 0xea0f (en: 'not minus tilde operator', DeepL translation)
- - "": [t: "ni égal ni inférieur à"] # 0xea10 (en: 'neither equal to nor less than', DeepL translation)
- - "": [t: "opérateur non tilde"] # 0xea11 (en: 'not tilde operator', DeepL translation)
- - "": [t: "pas élément de ou égal à"] # 0xea12 (en: 'not element of or equal to', DeepL translation)
- - "": [t: "ni égal ni supérieur à"] # 0xea13 (en: 'neither equal to nor greater than', DeepL translation)
- - "": [t: "pas presque égal"] # 0xea14 (en: 'not almost equal', DeepL translation)
- - "": [t: "ne succède pas à similaire"] # 0xea15 (en: 'not succeeds similar', DeepL translation)
- - "": [t: "inférieur ou égal à avec barre oblique"] # 0xea16 (en: 'less than or slanted equal to with slash', DeepL translation)
- - "": [t: "plus grand que ou égal à incliné avec barre oblique"] # 0xea17 (en: 'greater than or slanted equal to with slash', DeepL translation)
- - "": [t: "solidus superposé"] # 0xea1a (en: 'superset solidus', DeepL translation)
- - "": [t: "ne contient pas"] # 0xea1b (en: 'does not contain', DeepL translation)
- - "": [t: "pas inférieur ou égal à"] # 0xea1d (en: 'not less than or equal to', DeepL translation)
- - "": [t: "pas supérieur ou égal à"] # 0xea1e (en: 'not greater than or equal to', DeepL translation)
- - "": [t: "pas presque égal à moins"] # 0xea1f (en: 'not almost equal to minus', DeepL translation)
- - "": [t: "négation point d'appartenance ci-dessus"] # 0xea22 (en: 'negated set membership dot above', DeepL translation)
- - "": [t: "pas angle vert"] # 0xea2c (en: 'not vert angle', DeepL translation)
- - "": [t: "non parallèle incliné"] # 0xea2d (en: 'not parallel slanted', DeepL translation)
- - "": [t: "pas l'opérateur de barre"] # 0xea2e (en: 'not bar operator', DeepL translation)
- - "": [t: "pas l'opérateur double barre"] # 0xea2f (en: 'not double bar operator', DeepL translation)
- - "": [t: "opérateur de barre non triple"] # 0xea30 (en: 'not triple bar operator', DeepL translation)
- - "": [t: "inférieur à mais pas approximativement égal à"] # 0xea32 (en: 'less than but not approximately equal to', DeepL translation)
- - "": [t: "plus grand que mais pas approximativement égal à"] # 0xea33 (en: 'greater than but not approximately equal to', DeepL translation)
- - "": [t: "inférieur ou non égal à"] # 0xea34 (en: 'less than or not equal to', DeepL translation)
- - "": [t: "plus grand que ou non égal à"] # 0xea35 (en: 'greater than or not equal to', DeepL translation)
- - "": [t: "non imbriqué moins que"] # 0xea36 (en: 'not nested less than', DeepL translation)
- - "": [t: "non imbriqué plus grand que"] # 0xea37 (en: 'not nested greater than', DeepL translation)
- - "": [t: "pas beaucoup moins que"] # 0xea38 (en: 'not much less than', DeepL translation)
- - "": [t: "pas beaucoup plus grand que"] # 0xea39 (en: 'not much greater than', DeepL translation)
- - "": [t: "précède mais n'équivaut pas à"] # 0xea3a (en: 'precedes but not equivalent to', DeepL translation)
- - "": [t: "réussit mais n'est pas équivalent à"] # 0xea3b (en: 'succeeds but not equivalent to', DeepL translation)
- - "": [t: "précède mais n'est pas égal à"] # 0xea3c (en: 'precedes but not equal to', DeepL translation)
- - "": [t: "succède mais n'est pas égal à"] # 0xea3d (en: 'succeeds but not equal to', DeepL translation)
- - "": [t: "n'est pas égal ou ne précède pas"] # 0xea3e (en: 'does not equal or precede', DeepL translation)
- - "": [t: "n'égale pas ou ne succède pas"] # 0xea3f (en: 'does not equal or succeed', DeepL translation)
- - "": [t: "précède mais n'est pas égal à"] # 0xea40 (en: 'precedes but not equal to', DeepL translation)
- - "": [t: "succède mais n'est pas égal à"] # 0xea41 (en: 'succeeds but not equal to', DeepL translation)
- - "": [t: "ni sous-ensemble de ni égal à"] # 0xea42 (en: 'not subset of nor equal to', DeepL translation)
- - "": [t: "n'est pas un super-ensemble de ni égal à"] # 0xea43 (en: 'not superset of nor equal to', DeepL translation)
- - "": [t: "sous-ensemble de ou non égal à"] # 0xea44 (en: 'subset of or not equal to', DeepL translation)
- - "": [t: "superposé de ou différent de"] # 0xea45 (en: 'superset of or not equal to', DeepL translation)
- - "": [t: "ni sous-ensemble de ni égal à"] # 0xea46 (en: 'not subset of nor equal to', DeepL translation)
- - "": [t: "n'est pas un super-ensemble de ni égal à"] # 0xea47 (en: 'not superset of nor equal to', DeepL translation)
- - "": [t: "non triple moins que"] # 0xea48 (en: 'not triple less than', DeepL translation)
- - "": [t: "pas triple plus grand que"] # 0xea49 (en: 'not triple greater than', DeepL translation)
- - "": [t: "pas précède les égalités"] # 0xea4c (en: 'not precedes equals', DeepL translation)
- - "": [t: "ne succède pas égale"] # 0xea4d (en: 'not succeeds equals', DeepL translation)
- - "": [t: "sous-groupe non normal de avec barre"] # 0xea50 (en: 'not normal subgroup of with bar', DeepL translation)
- - "": [t: "ne contient pas de sous-groupe normal avec la barre"] # 0xea51 (en: 'does not contain as normal subgroup with bar', DeepL translation)
- - "": [t: "pas de différence entre"] # 0xea52 (en: 'not difference between', DeepL translation)
- - "": [t: "non géométriquement équivalent à"] # 0xea53 (en: 'not geometrically equivalent to', DeepL translation)
- - "": [t: "pas vert similaire"] # 0xea54 (en: 'not vert similar', DeepL translation)
- - "": [t: "pas égal ou similaire"] # 0xea55 (en: 'not equal or similar', DeepL translation)
- - "": [t: "pas vert approximatif"] # 0xea56 (en: 'not vert approximate', DeepL translation)
- - "": [t: "pas approximativement identique à"] # 0xea57 (en: 'not approximately identical to', DeepL translation)
- - "": [t: "pas de bosses égales"] # 0xea58 (en: 'not bumpy equals', DeepL translation)
- - "": [t: "non bosselé simple égal"] # 0xea59 (en: 'not bumpy single equals', DeepL translation)
- - "": [t: "not equal dot"] # 0xea5a (DeepL translation)
- - "": [t: "inverse non équivalent"] # 0xea5b (en: 'reverse not equivalent', DeepL translation)
- - "": [t: "pas un sous-ensemble carré"] # 0xea60 (en: 'not square subset', DeepL translation)
- - "": [t: "pas un super-ensemble carré"] # 0xea61 (en: 'not square superset', DeepL translation)
- - "": [t: "pas presque égal sur égal"] # 0xea62 (en: 'not almost equal over equal', DeepL translation)
- - "": [t: "pas strictement équivalent à"] # 0xea63 (en: 'not strictly equivalent to', DeepL translation)
- - "": [t: "point non congru"] # 0xea64 (en: 'not congruent dot', DeepL translation)
- - "": [t: "inversé non égal"] # 0xea65 (en: 'reverse not equal', DeepL translation)
- - "": [t: "non vert triangle gauche égal"] # 0xea70 (en: 'not vert left triangle equals', DeepL translation)
- - "": [t: "pas vert triangle droit égal"] # 0xea71 (en: 'not vert right triangle equals', DeepL translation)
- - "": [t: "non partiel"] # 0xea80 (en: 'not partial', DeepL translation)
- - "": [t: "extension de l'embellissement de la flèche"] # 0xeb00 (en: 'arrow embellishment extender', DeepL translation)
- - "": [t: "flèche vers la droite sur flèche vers la gauche"] # 0xeb01 (en: 'arrow rightwards over arrow leftwards', DeepL translation)
- - "": [t: "flèche vers la droite sur flèche vers la gauche"] # 0xeb02 (en: 'arrow rightwards over arrow leftwards', DeepL translation)
- - "": [t: "harpon à droite sur harpon à gauche"] # 0xeb03 (en: 'harpoon right over harpoon left', DeepL translation)
- - "": [t: "harpon à droite sur harpon à gauche"] # 0xeb04 (en: 'harpoon right over harpoon left', DeepL translation)
- - "": [t: "double flèche nord-est sud-ouest"] # 0xeb05 (en: 'double arrow northeast southwest', DeepL translation)
- - "": [t: "double flèche nord-ouest sud-est"] # 0xeb06 (en: 'double arrow northwest southeast', DeepL translation)
- - "": [t: "prolongateur de harpon horizontal"] # 0xeb07 (en: 'horizontal harpoon extender', DeepL translation)
- - "": [t: "arc de cercle dans le sens inverse des aiguilles d'une montre, flèche vers la gauche"] # 0xeb08 (en: 'anticlockwise arc leftwards arrow', DeepL translation)
- - "": [t: "arc antihoraire flèche vers la droite"] # 0xeb09 (en: 'anticlockwise arc rightwards arrow', DeepL translation)
- - "": [t: "grande flèche vers la droite"] # 0xeb0b (en: 'large rightwards arrow accent', DeepL translation)
- - "": [t: "grande flèche vers la gauche accent"] # 0xeb0c (en: 'large leftwards arrow accent', DeepL translation)
- - "": [t: "flèche vers la gauche"] # 0xeb0d (en: 'leftwards arrowhead', DeepL translation)
- - "": [t: "flèche vers la droite"] # 0xeb0e (en: 'rightwards arrowhead', DeepL translation)
- - "": [t: "grande flèche gauche droite avec trait"] # 0xeb0f (en: 'large left right arrow with stroke', DeepL translation)
- - "": [t: "prolongateur horizontal à double flèche"] # 0xeb10 (en: 'horizontal double arrow extender', DeepL translation)
- - "": [t: "grande flèche double gauche-droite avec trait"] # 0xeb11 (en: 'large left right double arrow with stroke', DeepL translation)
- - "": [t: "flèche vers le bas à gauche de la flèche vers le haut"] # 0xeb12 (en: 'downwards arrow leftwards of upwards arrow', DeepL translation)
- - "": [t: "flèche vers la gauche avec l'angle vers le bas"] # 0xeb13 (en: 'leftwards arrow with corner downwards', DeepL translation)
- - "": [t: "flèche vers la droite avec coin vers le haut"] # 0xeb14 (en: 'rightwards arrow with corner upwards', DeepL translation)
- - "": [t: "flèche vers la gauche avec coin vers le haut"] # 0xeb15 (en: 'leftwards arrow with corner upwards', DeepL translation)
- - "": [t: "flèche en demi-cercle supérieur dans le sens inverse des aiguilles d'une montre avec plus"] # 0xeb16 (en: 'anticlockwise top semicircle arrow with plus', DeepL translation)
- - "": [t: "flèche demi-cercle supérieure dans le sens des aiguilles d'une montre avec moins"] # 0xeb17 (en: 'clockwise top semicircle arrow with minus', DeepL translation)
- - "": [t: "flèche vers la droite avec empennage et trait"] # 0xeb18 (en: 'rightwards arrow with tail with stroke', DeepL translation)
- - "": [t: "à droite harpon vers le bas"] # 0xeb19 (en: 'right harpoon down', DeepL translation)
- - "": [t: "harpon gauche en bas"] # 0xeb1a (en: 'left harpoon down', DeepL translation)
- - "": [t: "harpon gauche droit vers le bas"] # 0xeb1b (en: 'left right harpoon down', DeepL translation)
- - "": [t: "flèche gauche droite vers le haut"] # 0xeb1c (en: 'left right harpoon up', DeepL translation)
- - "": [t: "harpon de haut en bas à gauche"] # 0xeb1d (en: 'up down harpoon left', DeepL translation)
- - "": [t: "haut bas harpon droit"] # 0xeb1e (en: 'up down harpoon right', DeepL translation)
- - "": [t: "flèche vers le haut à droite de la flèche vers le bas"] # 0xeb1f (en: 'upwards arrow to the right of downwards arrow', DeepL translation)
- - "": [t: "vers la gauche harpon à barre avec ardillon vers le haut"] # 0xeb20 (en: 'leftwards harpoon to bar with barb upwards', DeepL translation)
- - "": [t: "flèche vers la droite jusqu'à la barre avec ardillon vers le haut"] # 0xeb21 (en: 'rightwards harpoon to bar with barb upwards', DeepL translation)
- - "": [t: "harpon vers la gauche avec ardillon vers le bas"] # 0xeb22 (en: 'leftwards harpoon to bar with barb downwards', DeepL translation)
- - "": [t: "harpon vers la droite sur la barre avec ardillon vers le bas"] # 0xeb23 (en: 'rightwards harpoon to bar with barb downwards', DeepL translation)
- - "": [t: "harpon vers la gauche à partir d'une barre avec ardillon vers le haut"] # 0xeb24 (en: 'leftwards harpoon from bar with barb upwards', DeepL translation)
- - "": [t: "vers la droite harpon de la barre avec ardillon vers le haut"] # 0xeb25 (en: 'rightwards harpoon from bar with barb upwards', DeepL translation)
- - "": [t: "harpon gauche de la barre avec ardillon vers le bas"] # 0xeb26 (en: 'leftwards harpoon from bar with barb downwards', DeepL translation)
- - "": [t: "vers la droite harpon de la barre avec ardillon vers le bas"] # 0xeb27 (en: 'rightwards harpoon from bar with barb downwards', DeepL translation)
- - "": [t: "harpon vers le haut à la barre avec ardillon vers la gauche"] # 0xeb28 (en: 'upwards harpoon to bar with barb leftwards', DeepL translation)
- - "": [t: "harpon vers le bas sur la barre avec ardillon vers la gauche"] # 0xeb29 (en: 'downwards harpoon to bar with barb leftwards', DeepL translation)
- - "": [t: "vers le haut harpon à barre avec ardillon vers la droite"] # 0xeb2a (en: 'upwards harpoon to bar with barb rightwards', DeepL translation)
- - "": [t: "harpon vers le bas sur la barre avec ardillon vers la droite"] # 0xeb2b (en: 'downwards harpoon to bar with barb rightwards', DeepL translation)
- - "": [t: "harpon vers le haut à partir de la barre avec ardillon vers la gauche"] # 0xeb2c (en: 'upwards harpoon from bar with barb leftwards', DeepL translation)
- - "": [t: "harpon de la barre avec ardillon vers la gauche"] # 0xeb2d (en: 'downwards harpoon from bar with barb leftwards', DeepL translation)
- - "": [t: "harpon vers le haut à partir d'une barre avec ardillon vers la droite"] # 0xeb2e (en: 'upwards harpoon from bar with barb rightwards', DeepL translation)
- - "": [t: "harpon vers le bas à partir de la barre avec ardillon vers la droite"] # 0xeb2f (en: 'downwards harpoon from bar with barb rightwards', DeepL translation)
- - "": [t: "flèche vers le haut vers la barre"] # 0xeb30 (en: 'upwards arrow to bar', DeepL translation)
- - "": [t: "flèche vers le bas jusqu'à la barre"] # 0xeb31 (en: 'downwards arrow to bar', DeepL translation)
- - "": [t: "harpon vers le haut à gauche du harpon vers le bas"] # 0xeb32 (en: 'upwards harpoon to the left of downwards harpoon', DeepL translation)
- - "": [t: "harpon vers le haut à droite du harpon vers le bas"] # 0xeb33 (en: 'upwards harpoon to the right of downwards harpoon', DeepL translation)
- - "": [t: "pointe de flèche vers le haut"] # 0xeb34 (en: 'upwards arrowhead', DeepL translation)
- - "": [t: "pointe de flèche vers le bas"] # 0xeb35 (en: 'downwards arrowhead', DeepL translation)
- - "": [t: "double harpon avec ardillon à gauche vers le bas ardillon à droite vers le haut"] # 0xeb36 (en: 'double harpoon with leftwards barb down rightwards barb up', DeepL translation)
- - "": [t: "double harpon avec ardillon gauche en haut ardillon droit en bas"] # 0xeb37 (en: 'double harpoon with leftwards barb up rightwards barb down', DeepL translation)
- - "": [t: "flèche vers la gauche au-dessus de la barre"] # 0xeb38 (en: 'leftwards arrow over bar', DeepL translation)
- - "": [t: "flèche vers la droite au-dessus de la barre"] # 0xeb39 (en: 'rightwards arrow over bar', DeepL translation)
- - "": [t: "flèche vers la gauche sous la barre"] # 0xeb3a (en: 'leftwards arrow under bar', DeepL translation)
- - "": [t: "flèche vers la droite sous la barre"] # 0xeb3b (en: 'rightwards arrow under bar', DeepL translation)
- - "": [t: "flèche triple gauche droite"] # 0xeb3c (en: 'left right triple arrow', DeepL translation)
- - "": [t: "double flèche nord-est sud-est"] # 0xeb3f (en: 'double arrow northeast southeast', DeepL translation)
- - "": [t: "flèche en demi-cercle vers la gauche dans le sens inverse des aiguilles d'une montre"] # 0xeb40 (en: 'anticlockwise left semicircle arrow', DeepL translation)
- - "": [t: "flèche en demi-cercle dans le sens des aiguilles d'une montre à gauche"] # 0xeb41 (en: 'clockwise left semicircle arrow', DeepL translation)
- - "": [t: "cercle ouvert gauche flèche droite gauche"] # 0xeb42 (en: 'left open circle left right arrow', DeepL translation)
- - "": [t: "flèche vers la droite au-dessus d'un tilde"] # 0xeb44 (en: 'rightwards arrow over tilde', DeepL translation)
- - "": [t: "flèche vers la gauche au-dessus du tilde"] # 0xeb45 (en: 'leftwards arrow over tilde', DeepL translation)
- - "": [t: "vers la gauche harpon sur la barre"] # 0xeb48 (en: 'leftwards harpoon over bar', DeepL translation)
- - "": [t: "vers la droite harpon sur barre"] # 0xeb49 (en: 'rightwards harpoon over bar', DeepL translation)
- - "": [t: "vers la gauche harpon sous la barre"] # 0xeb4a (en: 'leftwards harpoon under bar', DeepL translation)
- - "": [t: "vers la droite harpon sous la barre"] # 0xeb4b (en: 'rightwards harpoon under bar', DeepL translation)
- - "": [t: "flèche noire vers la gauche"] # 0xeb4c (en: 'squat black leftwards arrow', DeepL translation)
- - "": [t: "flèche du demi-cercle droit dans le sens des aiguilles d'une montre"] # 0xeb50 (en: 'clockwise right semicircle arrow', DeepL translation)
- - "": [t: "flèche de demi-cercle droit dans le sens inverse des aiguilles d'une montre"] # 0xeb51 (en: 'anticlockwise right semicircle arrow', DeepL translation)
- - "": [t: "cercle ouvert gauche harpon gauche droite"] # 0xeb52 (en: 'left open circle left right harpoon', DeepL translation)
- - "": [t: "flèche vers le haut à gauche de la barre verticale"] # 0xeb58 (en: 'upwards arrow leftwards of vertical bar', DeepL translation)
- - "": [t: "flèche vers le bas à gauche de la barre verticale"] # 0xeb59 (en: 'downwards arrow leftwards of vertical bar', DeepL translation)
- - "": [t: "flèche vers le haut à droite de la barre verticale"] # 0xeb5a (en: 'upwards arrow rightwards of vertical bar', DeepL translation)
- - "": [t: "flèche vers le bas à droite de la barre verticale"] # 0xeb5b (en: 'downwards arrow rightwards of vertical bar', DeepL translation)
- - "": [t: "vers la droite flèche avec crochet allongé vers le bas"] # 0xeb5c (en: 'rightwards arrow with extended downwards hook', DeepL translation)
- - "": [t: "flèche gauche avec crochet allongé"] # 0xeb5d (en: 'leftwards arrow with extended hook', DeepL translation)
- - "": [t: "flèche vers la gauche avec crochet allongé vers le bas"] # 0xeb5e (en: 'leftwards arrow with extended downwards hook', DeepL translation)
- - "": [t: "flèche vers la droite avec crochet allongé"] # 0xeb5f (en: 'rightwards arrow with extended hook', DeepL translation)
- - "": [t: "pas flèche droite ondulée"] # 0xeb60 (en: 'not right arrow wavy', DeepL translation)
- - "": [t: "pas de flèche droite courbée"] # 0xeb61 (en: 'not right arrow curved', DeepL translation)
- - "": [t: "harpon vers le haut à gauche de la barre verticale"] # 0xeb68 (en: 'upwards harpoon leftwards of vertical bar', DeepL translation)
- - "": [t: "harpon vers le bas à gauche de la barre verticale"] # 0xeb69 (en: 'downwards harpoon leftwards of vertical bar', DeepL translation)
- - "": [t: "harpon vers le haut à droite de la barre verticale"] # 0xeb6a (en: 'upwards harpoon rightwards of vertical bar', DeepL translation)
- - "": [t: "harpon vers le bas à droite de la barre verticale"] # 0xeb6b (en: 'downwards harpoon rightwards of vertical bar', DeepL translation)
- - "": [t: "flèche double verticale"] # 0xeb6c (en: 'vertical double arrow extender', DeepL translation)
- - "": [t: "harpon vertical avec ardillon prolongateur gauche"] # 0xeb6d (en: 'vertical harpoon with barb left extender', DeepL translation)
- - "": [t: "harpon vertical avec ardillon prolongateur droit"] # 0xeb6e (en: 'vertical harpoon with barb right extender', DeepL translation)
- - "": [t: "harpon droit sur harpon gauche droit"] # 0xeb6f (en: 'right harpoon over left harpoon right', DeepL translation)
- - "": [t: "harpon droit sur harpon gauche"] # 0xeb70 (en: 'right harpoon over left harpoon left', DeepL translation)
- - "": [t: "harpon gauche sur harpon droit sur harpon droit"] # 0xeb71 (en: 'left harpoon over right harpoon right', DeepL translation)
- - "": [t: "harpon gauche sur harpon droit gauche"] # 0xeb72 (en: 'left harpoon over right harpoon left', DeepL translation)
- - "": [t: "flèche vers la gauche à partir de la tête de flèche de la barre"] # 0xeb73 (en: 'leftwards arrow from bar arrowhead', DeepL translation)
- - "": [t: "vers la gauche flèche droite de l'extension de la barre"] # 0xeb74 (en: 'leftwards rightwards arrow from bar extender', DeepL translation)
- - "": [t: "flèche vers la gauche à partir de la queue de l'ardillon"] # 0xeb75 (en: 'leftwards arrow from bar tail', DeepL translation)
- - "": [t: "vers la droite flèche de l'empennage"] # 0xeb76 (en: 'rightwards arrow from bar tail', DeepL translation)
- - "": [t: "flèche vers la droite à partir de la tête de flèche de la barre"] # 0xeb77 (en: 'rightwards arrow from bar arrowhead', DeepL translation)
- - "": [t: "harpon vers le haut à partir de la barre avec ardillon vers la gauche"] # 0xeb78 (en: 'upwards harpoon from bar with barb leftwards arrowhead', DeepL translation)
- - "": [t: "flèche vers la droite sur flèche vers la gauche"] # 0xeb79 (en: 'rightwards arrow over leftwards arrow right', DeepL translation)
- - "": [t: "flèche vers la droite au-dessus de la flèche vers la gauche"] # 0xeb7a (en: 'rightwards arrow over leftwards arrow left', DeepL translation)
- - "": [t: "vers la gauche flèche vers la droite flèche vers la droite"] # 0xeb7b (en: 'leftwards arrow over rightwards arrow right', DeepL translation)
- - "": [t: "flèche vers la gauche sur flèche vers la droite à gauche"] # 0xeb7c (en: 'leftwards arrow over rightwards arrow left', DeepL translation)
- - "": [t: "flèche vers le haut à partir d'une barre de flèche"] # 0xeb7d (en: 'upwards arrow from bar arrowhead', DeepL translation)
- - "": [t: "flèche vers le haut à partir de la queue de la barre"] # 0xeb7e (en: 'upwards arrow from bar tail', DeepL translation)
- - "": [t: "flèche vers le bas de la queue de la barre"] # 0xeb7f (en: 'downwards arrow from bar tail', DeepL translation)
- - "": [t: "flèche vers le bas à partir de la tête de flèche de la barre"] # 0xeb80 (en: 'downwards arrow from bar arrowhead', DeepL translation)
- - "": [t: "harpon vers le bas de la barre avec ardillon vers la droite pointe de flèche"] # 0xeb81 (en: 'downwards harpoon from bar with barb rightwards arrowhead', DeepL translation)
- - "": [t: "harpon vers le haut à gauche du harpon vers le bas"] # 0xeb82 (en: 'upwards harpoon to the left of downwards harpoon bottom', DeepL translation)
- - "": [t: "harpon vers le haut à gauche de l'extension du harpon vers le bas"] # 0xeb83 (en: 'upwards harpoon to the left of downwards harpoon extender', DeepL translation)
- - "": [t: "harpon vers le bas à gauche du harpon vers le haut en haut"] # 0xeb84 (en: 'downwards harpoon to the left of upwards harpoon top', DeepL translation)
- - "": [t: "harpon vers le haut à gauche du harpon vers le bas en haut"] # 0xeb85 (en: 'upwards harpoon to the left of downwards harpoon top', DeepL translation)
- - "": [t: "harpon vers le bas à gauche de la rallonge du harpon vers le haut"] # 0xeb86 (en: 'downwards harpoon to the left of the upwards harpoon extender', DeepL translation)
- - "": [t: "harpon vers le bas à gauche du harpon vers le haut en bas"] # 0xeb87 (en: 'downwards harpoon to the left of the upwards harpoon bottom', DeepL translation)
- - "": [t: "flèche vers le haut à gauche de la flèche vers le bas"] # 0xeb88 (en: 'upwards arrow leftwards of downwards arrow bottom', DeepL translation)
- - "": [t: "flèche vers le bas à gauche de la flèche vers le haut en haut"] # 0xeb89 (en: 'downwards arrow leftwards of upwards arrow top', DeepL translation)
- - "": [t: "flèche vers le haut à gauche de la flèche vers le bas en haut"] # 0xeb8a (en: 'upwards arrow leftwards of downwards arrow top', DeepL translation)
- - "": [t: "flèche vers le bas à gauche de la flèche vers le haut en bas"] # 0xeb8b (en: 'downwards arrow leftwards of upwards arrow bottom', DeepL translation)
- - "": [t: "flèche vers la gauche flèche vers la droite prolongateur"] # 0xeb8c (en: 'leftwards rightwards arrows extender', DeepL translation)
- - "": [t: "extension de la flèche nord-est"] # 0xeb8d (en: 'north east arrow extender', DeepL translation)
- - "": [t: "extension de la flèche nord-ouest"] # 0xeb8e (en: 'north west arrow extender', DeepL translation)
- - "": [t: "accolade pointant vers le bas à gauche"] # 0xec00 (en: 'down pointing brace left', DeepL translation)
- - "": [t: "accolade pointant vers le bas au milieu"] # 0xec01 (en: 'down pointing brace mid', DeepL translation)
- - "": [t: "accolade pointant vers le bas à droite"] # 0xec02 (en: 'down pointing brace right', DeepL translation)
- - "": [t: "prolongation de l'accolade horizontale"] # 0xec03 (en: 'horizontal brace extender', DeepL translation)
- - "": [t: "flèche pointant vers le haut à gauche"] # 0xec04 (en: 'up pointing brace left', DeepL translation)
- - "": [t: "accolade pointant vers le haut au milieu"] # 0xec05 (en: 'up pointing brace mid', DeepL translation)
- - "": [t: "accolade pointant vers le haut à droite"] # 0xec06 (en: 'up-pointing brace right', DeepL translation)
- - "": [t: "barre verticale gauche"] # 0xec07 (en: 'left vertical bar', DeepL translation)
- - "": [t: "barre verticale droite"] # 0xec08 (en: 'right vertical bar', DeepL translation)
- - "": [t: "double barre verticale gauche"] # 0xec09 (en: 'left double vertical bar', DeepL translation)
- - "": [t: "double barre verticale droite"] # 0xec0a (en: 'right double vertical bar', DeepL translation)
- - "": [t: "rallonge d'équerre horizontale"] # 0xec0b (en: 'horizontal bracket extender', DeepL translation)
- - "": [t: "sous crochet"] # 0xec0c (en: 'under square bracket', DeepL translation)
- - "⎵": [t: "crochet vertical inférieur"] # 0x23b5 (en: 'under square bracket')
- - "": [t: "sur parenthèse carrée"] # 0xec0d (en: 'over square bracket', DeepL translation)
- - "⎴": [t: "crochet vertical supérieur"] # 0x23b4 (en: 'over square bracket')
- - "": [t: "sous l'équerre à gauche"] # 0xec0e (en: 'under bracket left', DeepL translation)
- - "": [t: "sous crochet à droite"] # 0xec0f (en: 'under bracket right', DeepL translation)
- - "": [t: "crochet de substitution à gauche"] # 0xec10 (en: 'over bracket left', DeepL translation)
- - "": [t: "plus parenthèse droite"] # 0xec11 (en: 'over bracket right', DeepL translation)
- - "": [t: "parenthèse gauche 1"] # 0xec12 (en: 'left parens 1', DeepL translation)
- - "": [t: "parenthèse gauche 2"] # 0xec13 (en: 'left parens 2', DeepL translation)
- - "": [t: "parenthèse gauche 3"] # 0xec14 (en: 'left parens 3', DeepL translation)
- - "": [t: "parenthèse gauche 4"] # 0xec15 (en: 'left parens 4', DeepL translation)
- - "": [t: "parenthèse droite 1"] # 0xec16 (en: 'right parens 1', DeepL translation)
- - "": [t: "parenthèse droite 2"] # 0xec17 (en: 'right parens 2', DeepL translation)
- - "": [t: "parenthèse droite 3"] # 0xec18 (en: 'right parens 3', DeepL translation)
- - "": [t: "parenthèse droite 4"] # 0xec19 (en: 'right parens 4', DeepL translation)
- - "": [t: "radical 1"] # 0xec1a (DeepL translation)
- - "": [t: "radical 2"] # 0xec1b (DeepL translation)
- - "": [t: "radical 3"] # 0xec1c (DeepL translation)
- - "": [t: "radical 4"] # 0xec1d (DeepL translation)
- - "": [t: "radical 5"] # 0xec1e (DeepL translation)
- - "": [t: "radical inférieur"] # 0xec1f (en: 'radical bottom', DeepL translation)
- - "": [t: "radical vertical extender"] # 0xec20 (DeepL translation)
- - "": [t: "radical haut"] # 0xec21 (en: 'radical top', DeepL translation)
- - "": [t: "gauche crochet blanc haut"] # 0xec22 (en: 'left white bracket top', DeepL translation)
- - "": [t: "parenthèse blanche gauche prolongée"] # 0xec23 (en: 'left white bracket extender', DeepL translation)
- - "": [t: "équerre blanche gauche en bas"] # 0xec24 (en: 'left white bracket bottom', DeepL translation)
- - "": [t: "droite équerre blanche en haut"] # 0xec25 (en: 'right white bracket top', DeepL translation)
- - "": [t: "prolongateur de parenthèse blanche droite"] # 0xec26 (en: 'right white bracket extender', DeepL translation)
- - "": [t: "droite parenthèse blanche en bas"] # 0xec27 (en: 'right white bracket bottom', DeepL translation)
- - "": [t: "parenthèse blanche gauche"] # 0xec30 (en: 'left white curly bracket', DeepL translation)
- - "": [t: "parenthèse blanche droite"] # 0xec31 (en: 'right white curly bracket', DeepL translation)
- - "": [t: "signe de division longue"] # 0xec32 (en: 'long division sign', DeepL translation)
- - "": [t: "extension du signe de division longue"] # 0xec33 (en: 'long division sign extender', DeepL translation)
- - "": [t: "division courte"] # 0xec34 (en: 'short division', DeepL translation)
- - "": [t: "double liaison em sud-ouest à nord-est"] # 0xec40 (en: 'double southwest to northeast em bond', DeepL translation)
- - "": [t: "double liaison nord-ouest à sud-est"] # 0xec41 (en: 'double northwest to southeast em bond', DeepL translation)
- - "": [t: "simple horizontal em bond"] # 0xec42 (en: 'single horizontal em bond', DeepL translation)
- - "": [t: "double liaison em horizontale"] # 0xec43 (en: 'double horizontal em bond', DeepL translation)
- - "": [t: "triple liaison horizontale em"] # 0xec44 (en: 'triple horizontal em bond', DeepL translation)
- - "": [t: "verticale simple em bond"] # 0xec45 (en: 'single vertical em bond', DeepL translation)
- - "": [t: "double liaison em verticale"] # 0xec46 (en: 'double vertical em bond', DeepL translation)
- - "": [t: "triple liaison verticale em"] # 0xec47 (en: 'triple vertical em bond', DeepL translation)
- - "": [t: "moins que em bond"] # 0xec48 (en: 'less than em bond', DeepL translation)
- - "": [t: "plus grand que em bond"] # 0xec49 (en: 'greater than em bond', DeepL translation)
- - "": [t: "lien horizontal simple"] # 0xec4a (en: 'single horizontal en bond', DeepL translation)
- - "": [t: "double lien horizontal en"] # 0xec4b (en: 'double horizontal en bond', DeepL translation)
- - "": [t: "triple barre horizontale en bond"] # 0xec4c (en: 'triple horizontal en bond', DeepL translation)
- - "": [t: "rectangle en haut à gauche"] # 0xec80 (en: 'top left rectangle', DeepL translation)
- - "": [t: "rectangle inférieur gauche"] # 0xec81 (en: 'bottom left rectangle', DeepL translation)
- - "": [t: "rectangle en haut à droite"] # 0xec90 (en: 'top right rectangle', DeepL translation)
- - "": [t: "rectangle en bas à droite"] # 0xec91 (en: 'bottom right rectangle', DeepL translation)
- - "": [t: "synthetic division corner"] # 0xec92 (DeepL translation)
- - "": [t: "division synthétique extension horizontale"] # 0xec93 (en: 'synthetic division horizontal extender', DeepL translation)
- - "": [t: "extension verticale de la division synthétique"] # 0xec94 (en: 'synthetic division vertical extender', DeepL translation)
- - "": [t: "gauche extension du plancher du plafond"] # 0xec95 (en: 'left ceiling floor extender', DeepL translation)
- - "": [t: "prolongateur de plafond droit"] # 0xec96 (en: 'right ceiling floor extender', DeepL translation)
- - "": [t: "au-dessus de l'extension de l'équerre"] # 0xec97 (en: 'over bracket extender', DeepL translation)
- - "": [t: "prolongateur de la barre verticale"] # 0xec98 (en: 'vertical bar extender', DeepL translation)
- - "": [t: "double barre verticale gauche"] # 0xec99 (en: 'left double vertical bar extender', DeepL translation)
- - "": [t: "barre horizontale prolongée"] # 0xec9a (en: 'horizontal bar extender', DeepL translation)
- - "": [t: "sous l'extension de l'équerre"] # 0xec9c (en: 'under bracket extender', DeepL translation)
- - "": [t: "parenthèse pointée vers le bas à droite"] # 0xec9d (en: 'down pointing paren right', DeepL translation)
- - "": [t: "prolongateur de parenthèse pointant vers le bas"] # 0xec9e (en: 'down pointing paren extender', DeepL translation)
- - "": [t: "vers le bas parenthèse pointant vers la gauche"] # 0xec9f (en: 'down pointing paren left', DeepL translation)
- - "": [t: "rallonge d'accolade pointant vers le haut"] # 0xeca0 (en: 'up pointing brace extender', DeepL translation)
- - "": [t: "parenthèse pointant vers le haut à gauche"] # 0xeca1 (en: 'up pointing paren left', DeepL translation)
- - "": [t: "prolongateur de parenthèse pointant vers le haut"] # 0xeca2 (en: 'up pointing paren extender', DeepL translation)
- - "": [t: "parenthèse pointant vers le haut à droite"] # 0xeca3 (en: 'up pointing paren right', DeepL translation)
- - "": [t: "prolongateur d'accolade pointant vers le bas"] # 0xeca4 (en: 'down pointing brace extender', DeepL translation)
- - "": [t: "constante de planck sur deux barres de pi"] # 0xed00 (en: 'planck constant over two pi bar', DeepL translation)
- - "": [t: "miroir g"] # 0xed01 (en: 'mirror g', DeepL translation)
- - "": [t: "j sans point"] # 0xed02 (en: 'dotless j', DeepL translation)
- - "": [t: "digamma"] # 0xed03 (DeepL translation)
- - "ϝ": [t: "digamma"] # 0x3dd
- - "": [t: ""] # 0xed10 (en: 'd', DeepL translation)
- - "": [t: ""] # 0xed11 (en: 'e', DeepL translation)
- - "": [t: ""] # 0xed12 (en: 'i', DeepL translation)
- - "": [t: ""] # 0xed13 (en: 'j', DeepL translation)
+ then: [T: "croix"] # (en: 'cross', DeepL translation)
+ else: [T: "produit vectoriel"] # (en: 'cross product')
+ - "⨰": [T: "multiplication à point en chef"] # 0x2a30 (en: 'multiplication sign with dot above', MathPlayer: 'signe multiplication à point en chef', DeepL: 'signe de multiplication avec point au-dessus')
+ - "⨱": [T: "multiplication à barre souscrite"] # 0x2a31 (en: 'multiplication sign with underbar', MathPlayer: 'signe multiplication à barre souscrite', DeepL: 'signe de multiplication avec barre inférieure')
+ - "⨲": [T: "produit semi direct fermé en bas"] # 0x2a32 (en: 'semidirect product with bottom closed', DeepL: 'produit semi-direct dont le bas est fermé')
+ - "⨳": [T: "produit fusionné"] # 0x2a33 (en: 'smash product')
+ - "⨴": [T: "multiplication dans demi cercle gauche"] # 0x2a34 (en: 'multiplication sign in left half circle', MathPlayer: 'signe multiplication dans demi-cercle gauche', DeepL: 'signe de multiplication dans le demi-cercle gauche')
+ - "⨵": [T: "multiplication dans demi cercle droit"] # 0x2a35 (en: 'multiplication sign in right half circle', MathPlayer: 'signe multiplication dans demi-cercle droit', DeepL: 'signe de multiplication dans le demi-cercle droit')
+ - "⨶": [T: "multiplication cerclé avec accent circonflexe"] # 0x2a36 (en: 'circled multiplication sign with circumflex accent', MathPlayer: 'signe multiplication cerclé circonflexe', DeepL: 'signe de multiplication encerclé avec accent circonflexe')
+ - "⨷": [T: "multiplication doublement cerclé"] # 0x2a37 (en: 'multiplication sign in double circle', MathPlayer: 'signe multiplication doublement cerclé', DeepL: 'signe de multiplication dans un double cercle')
+ - "⨸": [T: "division cerclé"] # 0x2a38 (en: 'circled division sign', MathPlayer: 'signe division cerclé', DeepL: 'signe de division encerclé')
+ - "⨹": [T: "plus dans triangle"] # 0x2a39 (en: 'plus sign in triangle')
+ - "⨺": [T: "moins dans triangle"] # 0x2a3a (en: 'minus sign in triangle')
+ - "⨻": [T: "multiplication dans triangle"] # 0x2a3b (en: 'multiplication sign in triangle', MathPlayer: 'signe multiplication dans triangle', DeepL: 'signe de multiplication dans un triangle')
+ - "⨼": [T: "produit intérieur"] # 0x2a3c (en: 'interior product')
+ - "⨽": [T: "produit intérieur à droite"] # 0x2a3d (en: 'righthand interior product', DeepL: 'produit intérieur droit')
+ - "⨾": [T: "composition relationnelle en notation z"] # 0x2a3e (en: 'z notation relational composition', DeepL: 'z notation composition relationnelle')
+ - "⨿": [T: "amalgamation ou coproduit"] # 0x2a3f (en: 'amalgamation or coproduct')
+ - "⩀": [T: "intersection pointée"] # 0x2a40 (en: 'intersection with dot')
+ - "⩁": [T: "union à signe moins"] # 0x2a41 (en: 'union with minus sign', DeepL: 'union avec le signe moins')
+ - "⩂": [T: "union à barre en chef"] # 0x2a42 (en: 'union with overbar')
+ - "⩃": [T: "intersection à barre en chef"] # 0x2a43 (en: 'intersection with overbar')
+ - "⩄": [T: "intersection avec et logique"] # 0x2a44 (en: 'intersection with logical and')
+ - "⩅": [T: "union avec ou logique"] # 0x2a45 (en: 'union with logical or')
+ - "⩆": [T: "union par dessus intersection"] # 0x2a46 (en: 'union above intersection', MathPlayer: 'union par-dessus intersection', DeepL: 'union au-dessus de l'intersection')
+ - "⩇": [T: "intersection par dessus union"] # 0x2a47 (en: 'intersection above union', MathPlayer: 'intersection par-dessus union', DeepL: 'intersection au-dessus de l'union')
+ - "⩈": [T: "union par dessus bar par dessus intersection"] # 0x2a48 (en: 'union above bar above intersection', MathPlayer: 'union par-dessus bar par-dessus intersection', DeepL: 'union au-dessus de la barre au-dessus de l'intersection')
+ - "⩉": [T: "intersection par dessus trait par dessus union"] # 0x2a49 (en: 'intersection above bar above union', MathPlayer: 'intersection par-dessus trait par-dessus union', DeepL: 'intersection au-dessus de la barre au-dessus de l'union')
+ - "⩊": [T: "deux unions soudées côte à côte"] # 0x2a4a (en: 'union beside and joined with union')
+ - "⩋": [T: "deux intersections soudées côte à côte"] # 0x2a4b (en: 'intersection beside and joined with intersection')
+ - "⩌": [T: "union fermée à empattements"] # 0x2a4c (en: 'closed union with serifs')
+ - "⩍": [T: "intersection fermée à empattements"] # 0x2a4d (en: 'closed intersection with serifs')
+ - "⩎": [T: "deux intersections carrées emboîtées"] # 0x2a4e (en: 'double square intersection', DeepL: 'double intersection carrée')
+ - "⩏": [T: "deux unions carrées emboîtées"] # 0x2a4f (en: 'double square union', DeepL: 'double union carrée')
+ - "⩐": [T: "union fermée à empattements et produit fusionné"] # 0x2a50 (en: 'closed union with serifs and smash product')
+ - "⩑": [T: "et logique à point en chef"] # 0x2a51 (en: 'logical and with dot above', DeepL: 'logique et avec point au-dessus')
+ - "⩒": [T: "ou logique à point en chef"] # 0x2a52 (en: 'logical or with dot above', DeepL: 'logique ou avec point au-dessus')
+ - "⩓": [T: "double et logique"] # 0x2a53 (en: 'double logical and')
+ - "⩔": [T: "double ou logique"] # 0x2a54 (en: 'double logical or')
+ - "⩕": [T: "deux et logiques entrecroisés"] # 0x2a55 (en: 'two intersecting logical and')
+ - "⩖": [T: "deux ou logiques entrecroisés"] # 0x2a56 (en: 'two intersecting logical or')
+ - "⩗": [T: "grand ou incliné"] # 0x2a57 (en: 'sloping large or')
+ - "⩘": [T: "grand et incliné"] # 0x2a58 (en: 'sloping large and')
+ - "⩙": [T: "et et ou logiques entrecroisés"] # 0x2a59 (en: 'logical or overlapping logical and', DeepL: 'logique ou chevauchement logique et')
+ - "⩚": [T: "et logique à hampe médiane"] # 0x2a5a (en: 'logical and with middle stem')
+ - "⩛": [T: "ou logique à hampe médiane"] # 0x2a5b (en: 'logical or with middle stem')
+ - "⩜": [T: "et logique à tiret horizontal"] # 0x2a5c (en: 'logical and with horizontal dash')
+ - "⩝": [T: "ou logique à tiret horizontal"] # 0x2a5d (en: 'logical or with horizontal dash')
+ - "⩞": [T: "et logique à deux barres en chef"] # 0x2a5e (en: 'logical and with double overbar', DeepL: 'logique et avec double barre oblique')
+ - "⩟": [T: "et logique à barre souscrite"] # 0x2a5f (en: 'logical and with underbar')
+ - "⩠": [T: "et logique à deux barres souscrites"] # 0x2a60 (en: 'logical and with double underbar', DeepL: 'logique et avec double barre inférieure')
+ - "⩡": [T: "petit v à barre souscrite"] # 0x2a61 (en: 'small vee with underbar', DeepL: 'petit vee avec barre inférieure')
+ - "⩢": [T: "ou logique à deux barres en chef"] # 0x2a62 (en: 'logical or with double overbar', DeepL: 'logique ou avec double barre oblique')
+ - "⩣": [T: "ou logique à deux barres souscrites"] # 0x2a63 (en: 'logical or with double underbar', DeepL: 'logique ou avec double barre inférieure')
+ - "⩤": [T: "antirestriction de domaine en notation z"] # 0x2a64 (en: 'z notation domain antirestriction', DeepL: 'z notation domaine antirestriction')
+ - "⩥": [T: "antirestriction de codomaine en notation z"] # 0x2a65 (en: 'z notation range antirestriction', DeepL: 'z notation plage antirestriction')
+ - "⩦": [T: "égal point souscrit"] # 0x2a66 (en: 'equals sign with dot below', MathPlayer: 'signe égal point souscrit', DeepL: 'signe égal avec point en dessous')
+ - "⩧": [T: "identique avec point en chef"] # 0x2a67 (en: 'identical with dot above', DeepL: 'identique au point ci-dessus')
+ - "⩨": [T: "deux barres verticales à trois traverses"] # 0x2a68 (en: 'triple horizontal bar with double vertical stroke', DeepL: 'triple barre horizontale avec double trait vertical')
+ - "⩩": [T: "trois barres verticales à trois traverses"] # 0x2a69 (en: 'triple horizontal bar with triple vertical stroke', DeepL: 'triple barre horizontale avec triple trait vertical')
+ - "⩪": [T: "opérateur tilde point en chef"] # 0x2a6a (en: 'tilde operator with dot above')
+ - "⩫": [T: "opérateur tilde à points ascendants"] # 0x2a6b (en: 'tilde operator with rising dots', DeepL: 'opérateur tilde avec points ascendants')
+ - "⩬": [T: "similaire à moins similaire à"] # 0x2a6c (en: 'similar minus similar', DeepL: 'similaire moins similaire')
+ - "⩭": [T: "congruent avec point en chef"] # 0x2a6d (en: 'congruent with dot above')
+ - "⩮": [T: "égal avec astérisque"] # 0x2a6e (en: 'equals with asterisk', DeepL: 'égaux avec astérisque')
+ - "⩯": [T: "presque égal à avec circonflexe"] # 0x2a6f (en: 'almost equal to with circumflex accent')
+ - "⩰": [T: "approximativement égal à ou égal à"] # 0x2a70 (en: 'approximately equal to or equal to')
+ - "⩱": [T: "signe égal sur signe plus"] # 0x2a71 (en: 'equals sign above plus sign')
+ - "⩲": [T: "égal à signe plus en chef"] # 0x2a72 (en: 'plus sign above equals sign')
+ - "⩳": [T: "égal sur opérateur tilde"] # 0x2a73 (en: 'equals sign above tilde operator')
+ - "⩴": [T: "double deux points égal à"] # 0x2a74 (en: 'double colon equal', MathPlayer: 'double deux-points égal à', DeepL: 'double deux-points égal')
+ - "⩵": [T: "deux signes égal à consécutifs"] # 0x2a75 (en: 'two consecutive equals signs')
+ - "⩶": [T: "trois signes égal à consécutifs"] # 0x2a76 (en: 'three consecutive equals signs', DeepL: 'trois signes égaux consécutifs')
+ - "⩷": [T: "égal à deux points en chef deux points souscrits"] # 0x2a77 (en: 'equals sign with two dots above and two dots below')
+ - "⩸": [T: "équivalent quatre points en chef"] # 0x2a78 (en: 'equivalent with four dots above')
+ - "⩹": [T: "inférieur à avec cercle inscrit"] # 0x2a79 (en: 'less than with circle inside')
+ - "⩺": [T: "supérieur à avec cercle inscrit"] # 0x2a7a (en: 'greater than with circle inside')
+ - "⩻": [T: "inférieur à avec point d'interrogation en chef"] # 0x2a7b (en: 'less than with question mark above')
+ - "⩼": [T: "supérieur à avec point d'interrogation en chef"] # 0x2a7c (en: 'greater than with question mark above')
+ - "⩽": [T: "plus petit ou égal à incliné"] # 0x2a7d (en: 'less than or slanted equal to')
+ - "⩾": [T: "supérieur à ou égal à incliné"] # 0x2a7e (en: 'greater than or slanted equal to')
+ - "⩿": [T: "inférieur à ou égal à incliné point inscrit"] # 0x2a7f (en: 'less than or slanted equal to with dot inside')
+ - "⪀": [T: "supérieur à ou égal à incliné point inscrit"] # 0x2a80 (en: 'greater than or slanted equal to with dot inside')
+ - "⪁": [T: "inférieur à ou égal à incliné point en chef"] # 0x2a81 (en: 'less than or slanted equal to with dot above')
+ - "⪂": [T: "supérieur à ou égal à incliné point en chef"] # 0x2a82 (en: 'greater than or slanted equal to with dot above')
+ - "⪃": [T: "inférieur à ou égal à incliné point en chef droit"] # 0x2a83 (en: 'less than or slanted equal to with dot above right')
+ - "⪄": [T: "supérieur à ou égal à incliné point en chef gauche"] # 0x2a84 (en: 'greater than or slanted equal to with dot above left')
+ - "⪅": [T: "inférieur à ou approximatif"] # 0x2a85 (en: 'less than or approximate', DeepL: 'moins que ou approximatif')
+ - "⪆": [T: "supérieur à ou approximatif"] # 0x2a86 (en: 'greater than or approximate', DeepL: 'plus grand que ou approximatif')
+ - "⪇": [T: "inférieur à et pas égal à une ligne"] # 0x2a87 (en: 'less than and single line not equal to', DeepL: 'inférieur à et trait simple non égal à')
+ - "⪈": [T: "supérieur à et pas égal à une ligne"] # 0x2a88 (en: 'greater than and single line not equal to', DeepL: 'plus grand que et trait simple non égal à')
+ - "⪉": [T: "inférieur à et non approximatif"] # 0x2a89 (en: 'less than and not approximate')
+ - "⪊": [T: "supérieur à et non approximatif"] # 0x2a8a (en: 'greater than and not approximate')
+ - "⪋": [T: "inférieur à par dessus égal à deux lignes par dessus supérieur à"] # 0x2a8b (en: 'less than above double line equal above greater than', DeepL: 'moins que au-dessus de la double ligne égal au-dessus de plus grand que')
+ - "⪌": [T: "supérieur à par dessus égal à deux lignes par dessus inférieur à"] # 0x2a8c (en: 'greater than above double line equal above less than', DeepL: 'plus grand que au-dessus double ligne égal au-dessus moins que')
+ - "⪍": [T: "inférieur à par dessus similaire à ou égal à"] # 0x2a8d (en: 'less than above similar or equal', MathPlayer: 'inférieur à par-dessus similaire à ou égal à', DeepL: 'moins que plus haut similaire ou égal')
+ - "⪎": [T: "supérieur à par dessus similaire à ou égal à"] # 0x2a8e (en: 'greater than above similar or equal', MathPlayer: 'supérieur à par-dessus similaire à ou égal à', DeepL: 'plus grand que plus haut similaire ou égal')
+ - "⪏": [T: "inférieur à par dessus similaire à par dessus supérieur à"] # 0x2a8f (en: 'less than above similar above greater than', MathPlayer: 'inférieur à par-dessus similaire à par-dessus supérieur à', DeepL: 'inférieur à supérieur similaire supérieur supérieur')
+ - "⪐": [T: "supérieur à par dessus similaire à par dessus inférieur à"] # 0x2a90 (en: 'greater than above similar above less than', MathPlayer: 'supérieur à par-dessus similaire à par-dessus inférieur à', DeepL: 'supérieur à supérieur similaire supérieur inférieur')
+ - "⪑": [T: "inférieur à par dessus supérieur à par dessus égal à deux lignes"] # 0x2a91 (en: 'less than above greater than above double line equal', MathPlayer: 'inférieur à par-dessus supérieur à par-dessus égal à deux lignes', DeepL: 'moins que plus haut plus grand que plus haut double ligne égale')
+ - "⪒": [T: "supérieur à par dessus inférieur à par dessus égal à deux lignes"] # 0x2a92 (en: 'greater than above less than above double line equal', MathPlayer: 'supérieur à par-dessus inférieur à par-dessus égal à deux lignes', DeepL: 'plus grand que plus haut moins que plus haut double ligne égale')
+ - "⪓": [T: "inférieur à par dessus égal à incliné par dessus supérieur à par dessus égal à incliné"] # 0x2a93 (en: 'less than above slanted equal above greater than above slanted equal', MathPlayer: 'inférieur à par-dessus égal à pentu par-dessus supérieur à par-dessus égal à pentu', DeepL: 'inférieur à supérieur égal incliné supérieur supérieur supérieur supérieur égal incliné')
+ - "⪔": [T: "supérieur à par dessus égal à incliné par dessus inférieur à par dessus égal à incliné"] # 0x2a94 (en: 'greater than above slanted equal above less than above slanted equal', MathPlayer: 'supérieur à par-dessus égal à pentu par-dessus inférieur à par-dessus égal à pentu', DeepL: 'plus grand que au-dessus de l'égal incliné au-dessus de moins que au-dessus de l'égal incliné')
+ - "⪕": [T: "égal à incliné ou inférieur à"] # 0x2a95 (en: 'slanted equal to or less than', DeepL: 'incliné égal ou inférieur à')
+ - "⪖": [T: "égal à incliné ou supérieur à"] # 0x2a96 (en: 'slanted equal to or greater than', DeepL: 'incliné égal ou supérieur à')
+ - "⪗": [T: "égal à incliné ou inférieur à point inscrit"] # 0x2a97 (en: 'slanted equal to or less than with dot inside')
+ - "⪘": [T: "égal à incliné ou supérieur à point inscrit"] # 0x2a98 (en: 'slanted equal to or greater than with dot inside')
+ - "⪙": [T: "égal à deux lignes ou inférieur à"] # 0x2a99 (en: 'double line equal to or less than')
+ - "⪚": [T: "égal à deux lignes ou supérieur à"] # 0x2a9a (en: 'double line equal to or greater than')
+ - "⪛": [T: "inférieur à ou égal à à deux lignes inclinées"] # 0x2a9b (en: 'double line slanted equal to or less than', DeepL: 'double ligne oblique égale ou inférieure à')
+ - "⪜": [T: "supérieur à ou égal à à deux lignes inclinées"] # 0x2a9c (en: 'double line slanted equal to or greater than', DeepL: 'double trait oblique égal ou supérieur à')
+ - "⪝": [T: "similaire à ou inférieur à"] # 0x2a9d (en: 'similar or less than')
+ - "⪞": [T: "similaire à ou supérieur à"] # 0x2a9e (en: 'similar or greater than')
+ - "⪟": [T: "similaire à par dessus inférieur à par dessus signe égal"] # 0x2a9f (en: 'similar above less than above equals sign', MathPlayer: 'similaire à par-dessus inférieur à par-dessus signe égal', DeepL: 'similaire ci-dessus moins que ci-dessus signe égal')
+ - "⪠": [T: "similaire à par dessus supérieur à par dessus signe égal"] # 0x2aa0 (en: 'similar above greater than above equals sign', MathPlayer: 'similaire à par-dessus supérieur à par-dessus signe égal', DeepL: 'similaire supérieur supérieur supérieur signe égal')
+ - "⪡": [T: "deux inférieur à emboîtés"] # 0x2aa1 (en: 'double nested less than')
+ - "⪢": [T: "deux supérieur à emboîtés"] # 0x2aa2 (en: 'double nested greater than')
+ - "⪣": [T: "deux inférieur à emboîtés avec barre souscrite"] # 0x2aa3 (en: 'double nested less than with underbar', DeepL: 'double emboîtement moins que avec barre inférieure')
+ - "⪤": [T: "deux supérieur à entrecroisés"] # 0x2aa4 (en: 'greater than overlapping less than')
+ - "⪥": [T: "supérieur à à côté de inférieur à"] # 0x2aa5 (en: 'greater than beside less than')
+ - "⪦": [T: "inférieur à fermé d'un arc"] # 0x2aa6 (en: 'less than closed by curve')
+ - "⪧": [T: "supérieur à fermé d'un arc"] # 0x2aa7 (en: 'greater than closed by curve')
+ - "⪨": [T: "inférieur à fermé d'un arc par dessus égal à incliné"] # 0x2aa8 (en: 'less than closed by curve above slanted equal', MathPlayer: 'inférieur à fermé d'un arc par-dessus égal à pentu', DeepL: 'inférieur à fermé par une courbe au-dessus d'un égal incliné')
+ - "⪩": [T: "supérieur à fermé d'un arc par dessus égal à incliné"] # 0x2aa9 (en: 'greater than closed by curve above slanted equal', MathPlayer: 'supérieur à fermé d'un arc par-dessus égal à pentu', DeepL: 'plus grand que fermé par une courbe au-dessus inclinée égale')
+ - "⪪": [T: "plus petit que en fourche"] # 0x2aaa (en: 'smaller than')
+ - "⪫": [T: "plus grand que en fourche"] # 0x2aab (en: 'larger than')
+ - "⪬": [T: "plus petit ou égal que en fourche"] # 0x2aac (en: 'smaller than or equal to')
+ - "⪭": [T: "plus grand ou égal que en fourche"] # 0x2aad (en: 'larger than or equal to')
+ - "⪮": [T: "égal avec dos d'âne en chef"] # 0x2aae (en: 'equals sign with bumpy above', MathPlayer: 'signe égal et dos-d'âne', DeepL: 'signe égal avec bosses au-dessus')
+ - "⪯": [T: "précède par dessus signe égal à une ligne"] # 0x2aaf (en: 'precedes above single line equals sign', MathPlayer: 'précède par-dessus signe égal à une ligne', DeepL: 'précède le signe égal d'une seule ligne')
+ - "⪰": [T: "suit par dessus signe égal à une ligne"] # 0x2ab0 (en: 'succeeds above single line equals sign', DeepL: 'succède au-dessus d'une ligne simple au signe égal')
+ - "⪱": [T: "précède par dessus pas égal à une ligne"] # 0x2ab1 (en: 'precedes above single line not equal to', DeepL: 'précède au-dessus d'une seule ligne n'est pas égal à')
+ - "⪲": [T: "suit par dessus pas égal à une ligne"] # 0x2ab2 (en: 'succeeds above single line not equal to', DeepL: 'réussit au-dessus d'une seule ligne non égale à')
+ - "⪳": [T: "précède par dessus signe égal"] # 0x2ab3 (en: 'precedes above equals sign', DeepL: 'précède le signe égal')
+ - "⪴": [T: "suit par dessus signe égal"] # 0x2ab4 (en: 'succeeds above equals sign', DeepL: 'réussit au-dessus du signe égal')
+ - "⪵": [T: "précède par dessus pas égal à"] # 0x2ab5 (en: 'precedes above not equal to', MathPlayer: 'précède par-dessus pas égal à', DeepL: 'précède plus haut n'est pas égal à')
+ - "⪶": [T: "suit par dessus pas égal à"] # 0x2ab6 (en: 'succeeds above not equal to', MathPlayer: 'suit par-dessus pas égal à', DeepL: 'succède à n'est pas égal à')
+ - "⪷": [T: "précède par dessus presque égal à"] # 0x2ab7 (en: 'precedes above almost equal to', DeepL: 'précède le signe presque égal à')
+ - "⪸": [T: "suit par dessus presque égal à"] # 0x2ab8 (en: 'succeeds above almost equal to', DeepL: 'réussit au-dessus de presque égal à')
+ - "⪹": [T: "précède par dessus non presque égal à"] # 0x2ab9 (en: 'precedes above not almost equal to', DeepL: 'précède au dessus pas presque égal à')
+ - "⪺": [T: "suit par dessus non presque égal à"] # 0x2aba (en: 'succeeds above not almost equal to', DeepL: 'réussit au-dessus de n'est pas presque égal à')
+ - "⪻": [T: "double précède"] # 0x2abb (en: 'double precedes')
+ - "⪼": [T: "double suit"] # 0x2abc (en: 'double succeeds')
+ - "⪽": [T: "sous ensemble pointé"] # 0x2abd (en: 'subset with dot', MathPlayer: 'sous-ensemble pointé', DeepL: 'sous-ensemble avec point')
+ - "⪾": [T: "sur ensemble pointé"] # 0x2abe (en: 'superset with dot', MathPlayer: 'sur-ensemble pointé', DeepL: 'super-ensemble avec point')
+ - "⪿": [T: "sous ensemble avec plus souscrit"] # 0x2abf (en: 'subset with plus sign below', MathPlayer: 'sous-ensemble plus souscrit', DeepL: 'sous-ensemble avec le signe plus en dessous')
+ - "⫀": [T: "sur ensemble avec plus souscrit"] # 0x2ac0 (en: 'superset with plus sign below', MathPlayer: 'sur-ensemble plus souscrit', DeepL: 'superposition avec le signe plus en dessous')
+ - "⫁": [T: "sous ensemble à signe de multiplication souscrit"] # 0x2ac1 (en: 'subset with multiplication sign below', MathPlayer: 'sous-ensemble à signe de multiplication souscrit', DeepL: 'sous-ensemble avec signe de multiplication en dessous')
+ - "⫂": [T: "sur ensemble à signe de multiplication souscrit"] # 0x2ac2 (en: 'superset with multiplication sign below', MathPlayer: 'sur-ensemble à signe de multiplication souscrit', DeepL: 'superset avec signe de multiplication en dessous')
+ - "⫃": [T: "sous ensemble de ou égal à point en chef"] # 0x2ac3 (en: 'subset of or equal to with dot above', MathPlayer: 'sous-ensemble de ou égal à point en chef', DeepL: 'sous-ensemble de ou égal à avec point au-dessus')
+ - "⫄": [T: "sur ensemble de ou égal à point en chef"] # 0x2ac4 (en: 'superset of or equal to with dot above', MathPlayer: 'sur-ensemble de ou égal à point en chef', DeepL: 'sur-ensemble de ou égal à avec point au-dessus')
+ - "⫅": [T: "sous ensemble de par dessus signe égal"] # 0x2ac5 (en: 'subset of above equals sign', DeepL: 'sous-ensemble du signe égal ci-dessus')
+ - "⫆": [T: "sur ensemble de par dessus signe égal"] # 0x2ac6 (en: 'superset of above equals sign', DeepL: 'sur-ensemble du signe égal ci-dessus')
+ - "⫇": [T: "sous ensemble de par dessus opérateur tilde"] # 0x2ac7 (en: 'subset of above tilde operator', MathPlayer: 'sous-ensemble de par-dessus opérateur tilde', DeepL: 'sous-ensemble de l'opérateur tilde ci-dessus')
+ - "⫈": [T: "sur ensemble de par dessus opérateur tilde"] # 0x2ac8 (en: 'superset of above tilde operator', MathPlayer: 'sur-ensemble de par-dessus opérateur tilde', DeepL: 'superset de l'opérateur tilde ci-dessus')
+ - "⫉": [T: "sous ensemble de par dessus presque égal à"] # 0x2ac9 (en: 'subset of above almost equal to', DeepL: 'sous-ensemble de ce qui précède presque égal à')
+ - "⫊": [T: "sur ensemble de par dessus presque égal à"] # 0x2aca (en: 'superset of above almost equal to', DeepL: 'superposé de supérieur à presque égal à')
+ - "⫋": [T: "sous ensemble de par dessus pas égal à"] # 0x2acb (en: 'subset above not equal to', DeepL: 'sous-ensemble supérieur non égal à')
+ - "⫌": [T: "sur ensemble de par dessus pas égal à"] # 0x2acc (en: 'superset of above not equal to', DeepL: 'superset of above not equal to')
+ - "⫍": [T: "opérateur boîte carrée ouverte gauche"] # 0x2acd (en: 'square left open box operator', DeepL: 'carré gauche boîte ouverte opérateur')
+ - "⫎": [T: "opérateur boîte carrée ouverte droite"] # 0x2ace (en: 'square right open box operator', DeepL: 'opérateur de boîte ouverte carrée droite')
+ - "⫏": [T: "sous ensemble clos"] # 0x2acf (en: 'closed subset', MathPlayer: 'sous-ensemble clos', DeepL: 'sous-ensemble fermé')
+ - "⫐": [T: "sur ensemble clos"] # 0x2ad0 (en: 'closed superset', MathPlayer: 'sur-ensemble clos', DeepL: 'sur-ensemble fermé')
+ - "⫑": [T: "sous ensemble clos ou égal à"] # 0x2ad1 (en: 'closed subset or equal to', MathPlayer: 'sous-ensemble clos ou égal à', DeepL: 'sous-ensemble fermé ou égal à')
+ - "⫒": [T: "sur ensemble clos ou égal à"] # 0x2ad2 (en: 'closed superset or equal to', MathPlayer: 'sur-ensemble clos ou égal à', DeepL: 'super-ensemble fermé ou égal à')
+ - "⫓": [T: "sous ensemble par dessus sur ensemble"] # 0x2ad3 (en: 'subset above superset', MathPlayer: 'sous-ensemble par-dessus sur-ensemble', DeepL: 'sous-ensemble au-dessus de sur-ensemble')
+ - "⫔": [T: "sur ensemble par dessus sous ensemble"] # 0x2ad4 (en: 'superset above subset', MathPlayer: 'sur-ensemble par-dessus sous-ensemble', DeepL: 'sur-ensemble au-dessus du sous-ensemble')
+ - "⫕": [T: "sous ensemble par dessus sous ensemble"] # 0x2ad5 (en: 'subset above subset', MathPlayer: 'sous-ensemble par-dessus sous-ensemble', DeepL: 'sous-ensemble au-dessus d'un sous-ensemble')
+ - "⫖": [T: "sur ensemble par dessus sur ensemble"] # 0x2ad6 (en: 'superset above superset', MathPlayer: 'sur-ensemble par-dessus sur-ensemble', DeepL: 'superset above superset')
+ - "⫗": [T: "sur ensemble à côté de sous ensemble"] # 0x2ad7 (en: 'superset beside subset', SRE: 'sur ensemble à côté de sous ensemble')
+ - "⫘": [T: "sur ensemble chaîné à sous ensemble"] # 0x2ad8 (en: 'superset beside and joined by dash with subset', MathPlayer: 'sur-ensemble chaîné à sous-ensemble', DeepL: 'superset beside and joined by dash with subset')
+ - "⫙": [T: "appartient à ouvert vers le bas"] # 0x2ad9 (en: 'element of opening downwards')
+ - "⫚": [T: "fourche surmontée d'un t"] # 0x2ada (en: 'pitchfork with tee top')
+ - "⫛": [T: "intersection transversale"] # 0x2adb (en: 'transversal intersection')
+ - "⫝̸": [T: "bifurcation"] # 0x2adc (en: 'forking', DeepL: 'fourche')
+ - "⫝": [T: "non bifurcation"] # 0x2add (en: 'nonforking', DeepL: 'non fourchu')
+ - "⫞": [T: "taquet gauche court"] # 0x2ade (en: 'short left tack', DeepL: 'courte virgule à gauche')
+ - "⫟": [T: "taquet court vers le bas"] # 0x2adf (en: 'short down tack', DeepL: 'épissure courte vers le bas')
+ - "⫠": [T: "taquet court vers le haut"] # 0x2ae0 (en: 'short up tack', DeepL: 'court vers le haut')
+ - "⫡": [T: "perpendiculaire à s"] # 0x2ae1 (en: 'perpendicular with s', DeepL: 'perpendiculaire avec s')
+ - "⫢": [T: "triple tourniquet droit à barre verticale"] # 0x2ae2 (en: 'vertical bar triple right turnstile', DeepL: 'barre verticale triple tourniquet droit')
+ - "⫣": [T: "tourniquet gauche à double barre verticale"] # 0x2ae3 (en: 'double vertical bar left turnstile', DeepL: 'double barre verticale tourniquet gauche')
+ - "⫤": [T: "double tourniquet gauche à barre verticale"] # 0x2ae4 (en: 'vertical bar double left turnstile')
+ - "⫥": [T: "double tourniquet gauche à double barre verticale"] # 0x2ae5 (en: 'double vertical bar double left turnstile', DeepL: 'double barre verticale double tourniquet gauche')
+ - "⫦": [T: "double barre verticale gauche à traverse"] # 0x2ae6 (en: 'long dash from left member of double vertical')
+ - "⫧": [T: "taquet court vers le bas avec barre en chef"] # 0x2ae7 (en: 'short down tack with overbar')
+ - "⫨": [T: "taquet court vers le haut avec barre souscrite"] # 0x2ae8 (en: 'short up tack with underbar')
+ - "⫩": [T: "taquet court vers le haut par dessus taquet court vers le bas"] # 0x2ae9 (en: 'short up tack above short down tack', MathPlayer: 'taquet court vers le haut par-dessus taquet court vers le bas', DeepL: 'point court vers le haut au-dessus du point court vers le bas')
+ - "⫪": [T: "double taquet vers le bas"] # 0x2aea (en: 'double down tack', DeepL: 'double amure vers le bas')
+ - "⫫": [T: "double taquet vers le haut"] # 0x2aeb (en: 'double up tack')
+ - "⫬": [T: "négation à deux traits"] # 0x2aec (en: 'double stroke not sign', MathPlayer: 'signe négation à deux traits', DeepL: 'double trait ne signe pas')
+ - "⫭": [T: "négation à deux traits réfléchi"] # 0x2aed (en: 'reversed double stroke not sign', MathPlayer: 'signe négation à deux traits réfléchi', DeepL: 'double trait inversé signe non')
+ - "⫮": [T: "n'est pas un diviseur de à barre de négation réfléchie"] # 0x2aee (en: 'does not divide with reversed negation slash')
+ - "⫯": [T: "ligne verticale cercle en chef"] # 0x2aef (en: 'vertical line with circle above')
+ - "⫰": [T: "ligne verticale cercle souscrit"] # 0x2af0 (en: 'vertical line with circle below')
+ - "⫱": [T: "taquet vers le bas surmontant un cercle"] # 0x2af1 (en: 'down tack with circle below')
+ - "⫲": [T: "parallèlle à vertical à une traverse"] # 0x2af2 (en: 'parallel with horizontal stroke')
+ - "⫳": [T: "parallèle à avec opérateur tilde"] # 0x2af3 (en: 'parallel with tilde operator')
+ - "⫴": [T: "relation binaire triple barre verticale"] # 0x2af4 (en: 'triple vertical bar binary relation', DeepL: 'triple barre verticale relation binaire')
+ - "⫵": [T: "triple barre verticale à une traverse"] # 0x2af5 (en: 'triple vertical bar with horizontal stroke', DeepL: 'triple barre verticale avec trait horizontal')
+ - "⫶": [T: "opérateur trois points"] # 0x2af6 (en: 'triple colon operator', DeepL: 'opérateur triple deux-points')
+ - "⫷": [T: "trois inférieur à emboîtés"] # 0x2af7 (en: 'triple nested less than', DeepL: 'triple emboîtement moins que')
+ - "⫸": [T: "trois supérieur à emboîtés"] # 0x2af8 (en: 'triple nested greater than', DeepL: 'triple plus grand que imbriqué')
+ - "⫹": [T: "inférieur à ou égal à et deux lignes inclinées"] # 0x2af9 (en: 'double line slanted less than or equal to', DeepL: 'double ligne oblique inférieure ou égale à')
+ - "⫺": [T: "supérieur à ou égal à et deux lignes inclinées"] # 0x2afa (en: 'double line slanted greater than or equal to', DeepL: 'double ligne oblique supérieure ou égale à')
+ - "⫻": [T: "relation binaire triple oblique"] # 0x2afb (en: 'triple solidus binary relation', DeepL: 'relation binaire triple solidus')
+ - "⫼": [T: "grand opérateur à trois barres verticales"] # 0x2afc (en: 'large triple vertical bar operator', DeepL: 'grande barre verticale triple opérateur')
+ - "⫽": [T: "opérateur double oblique"] # 0x2afd (en: 'double solidus operator', DeepL: 'opérateur double solidus')
+ - "⫾": [T: "barre verticale blanche"] # 0x2afe (en: 'white vertical bar')
+ - "⫿": [T: "barre verticale blanche n aire"] # 0x2aff (en: 'white vertical bar', DeepL: 'barre verticale blanche')
+ - "⬀": [T: "flèche blanche nord est"] # 0x2b00 (en: 'north east white arrow', DeepL: 'flèche blanche nord-est')
+ - "⬁": [T: "flèche blanche nord ouest"] # 0x2b01 (en: 'north west white arrow', DeepL: 'flèche blanche nord-ouest')
+ - "⬂": [T: "flèche blanche sud est"] # 0x2b02 (en: 'south east white arrow', DeepL: 'sud est flèche blanche')
+ - "⬃": [T: "flèche blanche sud ouest"] # 0x2b03 (en: 'south west white arrow', DeepL: 'sud ouest flèche blanche')
+ - "⬄": [T: "flèche blanche bilatérale"] # 0x2b04 (en: 'left right white arrow', DeepL: 'flèche blanche gauche droite')
+ - "⬅": [T: "flèche noire vers la gauche"] # 0x2b05 (en: 'leftwards black arrow')
+ - "⬆": [T: "flèche noire vers le haut"] # 0x2b06 (en: 'upwards black arrow', DeepL: 'vers le haut flèche noire')
+ - "⬇": [T: "flèche noire vers le bas"] # 0x2b07 (en: 'downwards black arrow')
+ - "⬈": [T: "flèche noire nord est"] # 0x2b08 (en: 'north east black arrow', DeepL: 'flèche noire nord-est')
+ - "⬉": [T: "flèche noire nord ouest"] # 0x2b09 (en: 'north west black arrow', DeepL: 'nord ouest flèche noire')
+ - "⬊": [T: "flèche noire sud est"] # 0x2b0a (en: 'south east black arrow', DeepL: 'flèche noire sud-est')
+ - "⬋": [T: "flèche noire sud ouest"] # 0x2b0b (en: 'south west black arrow')
+ - "⬌": [T: "flèche noire bilatérale"] # 0x2b0c (en: 'left right black arrow', DeepL: 'flèche noire gauche droite')
+ - "⬍": [T: "flèche noire haut et bas"] # 0x2b0d (en: 'up down black arrow', DeepL: 'flèche noire haut-bas')
+ - "⬎": [T: "flèche vers la droite à pointe pliée vers le bas"] # 0x2b0e (en: 'rightwards arrow with tip downwards', DeepL: 'flèche vers la droite avec pointe vers le bas')
+ - "⬏": [T: "flèche vers la droite à pointe pliée vers le haut"] # 0x2b0f (en: 'rightwards arrow with tip upwards', DeepL: 'flèche vers la droite avec pointe vers le haut')
+ - "⬐": [T: "flèche vers la gauche à pointe pliée vers le bas"] # 0x2b10 (en: 'leftwards arrow with tip downwards', DeepL: 'flèche vers la gauche avec pointe vers le bas')
+ - "⬑": [T: "flèche vers la gauche à pointe pliée vers le haut"] # 0x2b11 (en: 'leftwards arrow with tip upwards', DeepL: 'flèche vers la gauche avec pointe vers le haut')
+ - "⬒": [T: "carré à moitié supérieure noire"] # 0x2b12 (en: 'square with top half black', DeepL: 'carré dont la moitié supérieure est noire')
+ - "⬓": [T: "carré à moitié inférieure noire"] # 0x2b13 (en: 'square with bottom half black', DeepL: 'carré dont la moitié inférieure est noire')
+ - "⬔": [T: "carré à moitié diagonale supérieure droite noire"] # 0x2b14 (en: 'square with upper right diagonal half black', DeepL: 'carré dont la diagonale supérieure droite est à moitié noire')
+ - "⬕": [T: "carré à moitié diagonale inférieure droite noire"] # 0x2b15 (en: 'square with lower left diagonal half black', DeepL: 'carré avec diagonale inférieure gauche demi noire')
+ - "⬖": [T: "losange à moitié gauche noire"] # 0x2b16 (en: 'diamond with left half black', DeepL: 'diamant avec la moitié gauche noire')
+ - "⬗": [T: "losange à moitié droite noire"] # 0x2b17 (en: 'diamond with right half black', DeepL: 'diamant dont la moitié droite est noire')
+ - "⬘": [T: "losange à moitié supérieure noire"] # 0x2b18 (en: 'diamond with top half black', DeepL: 'diamant dont la moitié supérieure est noire')
+ - "⬙": [T: "losange à moitié inférieure noire"] # 0x2b19 (en: 'diamond with bottom half black', DeepL: 'losange dont la moitié inférieure est noire')
+ - "⬚": [T: "carré en pointillés"] # 0x2b1a (en: 'box', DeepL: 'boîte')
+ - "⬛": [T: "grand carré noir"] # 0x2b1b (en: 'black large square')
+ - "⬜": [T: "grand carré blanc"] # 0x2b1c (en: 'white large square')
+ - "⬝": [T: "très petit carré noir"] # 0x2b1d (en: 'black very small square', DeepL: 'carré noir très petit')
+ - "⬞": [T: "très petit carré blanc"] # 0x2b1e (en: 'white very small square', DeepL: 'carré blanc très petit')
+ - "⬟": [T: "pentagone noir"] # 0x2b1f (en: 'black pentagon')
+ - "⬠": [T: "pentagone blanc"] # 0x2b20 (en: 'white pentagon')
+ - "⬡": [T: "hexagone blanc"] # 0x2b21 (en: 'white hexagon')
+ - "⬢": [T: "hexagone noir"] # 0x2b22 (en: 'black hexagon')
+ - "⬣": [T: "hexagone noir posé sur un côté"] # 0x2b23 (en: 'horizontal black hexagon', DeepL: 'hexagone noir horizontal')
+ - "⬤": [T: "grand cercle noir"] # 0x2b24 (en: 'black large circle')
+ - "⬥": [T: "losange moyen noir"] # 0x2b25 (en: 'black medium diamond', DeepL: 'losange noir moyen')
+ - "⬦": [T: "losange moyen blanc"] # 0x2b26 (en: 'white medium diamond', DeepL: 'diamant moyen blanc')
+ - "⬧": [T: "rhombe moyen noir"] # 0x2b27 (en: 'black medium lozenge', DeepL: 'losange moyen noir')
+ - "⬨": [T: "rhombe moyen blanc"] # 0x2b28 (en: 'white medium lozenge', DeepL: 'losange moyen blanc')
+ - "⬩": [T: "petit losange noir"] # 0x2b29 (en: 'black small diamond')
+ - "⬪": [T: "petit rhombe noir"] # 0x2b2a (en: 'black small lozenge', DeepL: 'noir petit losange')
+ - "⬫": [T: "petit rhombe blanc"] # 0x2b2b (en: 'white small lozenge', DeepL: 'petit losange blanc')
+ - "⬬": [T: "ellipse horizontale noire"] # 0x2b2c (en: 'black horizontal ellipse')
+ - "⬭": [T: "ellipse horizontale blanche"] # 0x2b2d (en: 'white horizontal ellipse')
+ - "⬮": [T: "ellipse verticale noire"] # 0x2b2e (en: 'black vertical ellipse')
+ - "⬯": [T: "ellipse verticale blanche"] # 0x2b2f (en: 'white vertical ellipse')
+ - "⬰": [T: "flèche vers la gauche à petit cercle"] # 0x2b30 (en: 'left arrow with small circle', DeepL: 'flèche gauche avec petit cercle')
+ - "⬱": [T: "trois flèches vers la gauche"] # 0x2b31 (en: 'three leftwards arrows')
+ - "⬲": [T: "flèche vers la gauche à signe plus cerclé"] # 0x2b32 (en: 'left arrow with circled plus', DeepL: 'flèche gauche avec plus encerclé')
+ - "⬳": [T: "longue flèche vers la gauche en tire bouchon"] # 0x2b33 (en: 'long leftwards squiggle arrow', DeepL: 'longue flèche gribouillée vers la gauche')
+ - "⬴": [T: "flèche à deux pointes vers la gauche barrée verticalement"] # 0x2b34 (en: 'leftwards two headed arrow with vertical stroke', DeepL: 'flèche bicéphale gauche avec trait vertical')
+ - "⬵": [T: "flèche à deux pointes vers la gauche barrée deux fois verticalement"] # 0x2b35 (en: 'leftwards two headed arrow with double vertical stroke', DeepL: 'flèche à deux têtes vers la gauche avec double trait vertical')
+ - "⬶": [T: "flèche à deux têtes d'un taquet vers la gauche"] # 0x2b36 (en: 'leftwards two headed arrow from bar', DeepL: 'flèche biface gauche à partir de l'ardillon')
+ - "⬷": [T: "flèche à trois traits et à deux têtes vers la gauche"] # 0x2b37 (en: 'leftwards two headed triple dash arrow', DeepL: 'flèche gauche à deux têtes et triple tiret')
+ - "⬸": [T: "flèche vers la gauche à fût pointillé"] # 0x2b38 (en: 'leftwards arrow with dotted stem', DeepL: 'vers la gauche flèche avec tige en pointillé')
+ - "⬹": [T: "flèche empennée vers la gauche barrée verticalement"] # 0x2b39 (en: 'leftwards arrow with tail with vertical stroke', DeepL: 'vers la gauche flèche avec empennage avec trait vertical')
+ - "⬺": [T: "flèche empennée vers la gauche barrée deux fois verticalement"] # 0x2b3a (en: 'leftwards arrow with tail with double vertical stroke', DeepL: 'vers la gauche flèche avec empennage avec double trait vertical')
+ - "⬻": [T: "flèche empennée à deux têtes vers la gauche"] # 0x2b3b (en: 'leftwards two headed arrow with tail', DeepL: 'flèche à deux têtes avec empennage vers la gauche')
+ - "⬼": [T: "flèche empennée à deux têtes vers la gauche barrée verticalement"] # 0x2b3c (en: 'leftwards two headed arrow with tail with vertical stroke', DeepL: 'flèche bicéphale gauche avec empennage et trait vertical')
+ - "⬽": [T: "flèche empennée à deux têtes vers la gauche barrée deux fois verticalement"] # 0x2b3d (en: 'leftwards two headed arrow with tail with double vertical stroke', DeepL: 'flèche biface gauche avec empennage à double trait vertical')
+ - "⬾": [T: "flèche vers la gauche au travers un x"] # 0x2b3e (en: 'leftwards arrow through x', DeepL: 'flèche vers la gauche à travers le x')
+ - "⬿": [T: "flèche vers la gauche bossue"] # 0x2b3f (en: 'wave arrow pointing directly left', DeepL: 'flèche ondulée pointant directement vers la gauche')
+ - "⭀": [T: "flèche vers la gauche surmontée d'un égal"] # 0x2b40 (en: 'equals sign above leftwards arrow', DeepL: 'signe égal au-dessus de la flèche vers la gauche')
+ - "⭁": [T: "flèche vers la gauche surmontée d'un tilde"] # 0x2b41 (en: 'reverse tilde operator above leftwards arrow', DeepL: 'opérateur tilde inversé au-dessus de la flèche vers la gauche')
+ - "⭂": [T: "presque égal à réfléchi surmonté d'une flèche vers la gauche"] # 0x2b42 (en: 'leftwards arrow above reverse almost equal to', DeepL: 'flèche vers la gauche au-dessus de l'inverse presque égal à')
+ - "⭃": [T: "flèche vers la droite à travers un inférieur à"] # 0x2b43 (en: 'rightwards arrow through greater than', DeepL: 'flèche vers la droite à travers plus grand que')
+ - "⭄": [T: "flèche vers la droite au travers d'un sous ensemble de"] # 0x2b44 (en: 'rightwards arrow through superset', DeepL: 'flèche vers la droite à travers le super-ensemble')
+ - "⭅": [T: "quadruple flèche vers la gauche"] # 0x2b45 (en: 'leftwards quadruple arrow', DeepL: 'flèche quadruple vers la gauche')
+ - "⭆": [T: "quadruple flèche vers la droite"] # 0x2b46 (en: 'rightwards quadruple arrow', DeepL: 'flèche quadruple vers la droite')
+ - "⭇": [T: "flèche vers la droite surmontée d'un opérateur tilde réfléchi"] # 0x2b47 (en: 'reverse tilde operator above rightwards arrow', DeepL: 'opérateur tilde inversé au-dessus d'une flèche vers la droite')
+ - "⭈": [T: "presque égal à réfléchi surmonté d'une flèche vers la droite"] # 0x2b48 (en: 'rightwards arrow above reverse almost equal to', DeepL: 'flèche vers la droite au-dessus du revers presque égale à')
+ - "⭉": [T: "flèche vers la gauche surmontée de l'opérateur tilde"] # 0x2b49 (en: 'tilde operator above leftwards arrow', DeepL: 'opérateur tilde au-dessus de la flèche vers la gauche')
+ - "⭊": [T: "flèche vers la gauche par dessus presque égal à"] # 0x2b4a (en: 'leftwards arrow above almost equal to', DeepL: 'flèche vers la gauche au-dessus de presque égal à')
+ - "⭋": [T: "tilde réfléchi surmonté d'une flèche vers la gauche"] # 0x2b4b (en: 'leftwards arrow above reverse tilde operator', DeepL: 'flèche vers la gauche au-dessus de l'opérateur tilde inversé')
+ - "⭌": [T: "ilde surmonté d'une flèche vers la droite"] # 0x2b4c (en: 'rightwards arrow above reverse tilde operator', DeepL: 'flèche vers la droite au-dessus de l'opérateur tilde inversé')
+ - "⭐": [T: "étoile blanche moyenne"] # 0x2b50 (en: 'white medium star')
+ - "⭑": [T: "petite étoile noire"] # 0x2b51 (en: 'black small star')
+ - "⭒": [T: "petite étoile blanche"] # 0x2b52 (en: 'white small star')
+ - "⭓": [T: "pentagone noir pointant vers la droite"] # 0x2b53 (en: 'black right pointing pentagon')
+ - "⭔": [T: "pentagone blanc pointant vers la droite"] # 0x2b54 (en: 'white right pointing pentagon')
+ - "⭕": [T: "grand cercle gras"] # 0x2b55 (en: 'heavy large circle', DeepL: 'grand cercle lourd')
+ - "⭖": [T: "ovale avec ovale inscrit"] # 0x2b56 (en: 'heavy oval with oval inside', DeepL: 'ovale lourd avec ovale à l'intérieur')
+ - "⭗": [T: "cercle gras avec cercle inscrit"] # 0x2b57 (en: 'heavy circle with circle inside', DeepL: 'cercle lourd avec cercle à l'intérieur')
+ - "⭘": [T: "cercle gras"] # 0x2b58 (en: 'heavy circle', DeepL: 'cercle épais')
+ - "⭙": [T: "sautoir cerclé gras"] # 0x2b59 (en: 'heavy circled saltire', DeepL: 'lourd sautoir encerclé')
+ - "⸀": [T: "anglet de substitution"] # 0x2e00 (en: 'right angle substitution marker', DeepL translation)
+ - "⸁": [T: "anglet de substitution pointé"] # 0x2e01 (en: 'right angle dotted substitution marker', DeepL translation)
+ - "⸂": [T: "crochet de substitution gauche"] # 0x2e02 (en: 'left substitution bracket', DeepL translation)
+ - "⸃": [T: "crochet de substitution droit"] # 0x2e03 (en: 'right substitution bracket', DeepL translation)
+ - "⸄": [T: "crochet de substitution gauche pointé"] # 0x2e04 (en: 'left dotted substitution bracket', DeepL translation)
+ - "⸅": [T: "crochet de substitution droit pointé"] # 0x2e05 (en: 'right dotted substitution bracket', DeepL translation)
+ - "⸆": [T: "signe d'interpolation élevé"] # 0x2e06 (en: 'raised interpolation marker', DeepL translation)
+ - "⸇": [T: "signe d'interpolation élevé pointé"] # 0x2e07 (en: 'raised dotted interpolation marker', DeepL translation)
+ - "⸈": [T: "signe de transposition pointé"] # 0x2e08 (en: 'dotted transposition marker marker', DeepL translation)
+ - "⸉": [T: "signe de transposition gauche"] # 0x2e09 (en: 'left transposition bracket', DeepL translation)
+ - "⸊": [T: "signe de transposition droite"] # 0x2e0a (en: 'right transposition bracket', DeepL translation)
+ - "⸋": [T: "carré élevé"] # 0x2e0b (en: 'raised square', DeepL translation)
+ - "⸌": [T: "oblique d'omission gauche élevée"] # 0x2e0c (en: 'left raised omission bracket', DeepL translation)
+ - "⸍": [T: "oblique d'omission droite élevée"] # 0x2e0d (en: 'right raised omission bracket', DeepL translation)
+ - "⸎": [T: "coronis éditoriale"] # 0x2e0e (en: 'editorial coronis', DeepL translation)
+ - "⸏": [T: "paragraphos"] # 0x2e0f (en: 'paragraphos', DeepL translation)
+ - "⸐": [T: "paragraphos fourchu"] # 0x2e10 (en: 'forked paragraphos', DeepL translation)
+ - "⸑": [T: "paragraphos fourchu inversé"] # 0x2e11 (en: 'reversed forked paragraphos', DeepL translation)
+ - "⸒": [T: "hypodiastole"] # 0x2e12 (DeepL translation)
+ - "⸓": [T: "obèle pointé"] # 0x2e13 (en: 'dotted obelos', DeepL translation)
+ - "⸔": [T: "ancora vers le haut"] # 0x2e14 (en: 'downwards ancora', DeepL translation)
+ - "⸕": [T: "ancora vers le bas"] # 0x2e15 (en: 'upwards ancora', DeepL translation)
+ - "⸖": [T: "chevron pointant à droite à deux points"] # 0x2e16 (en: 'dotted right pointing angle', DeepL translation)
+ - "⸗": [T: "double trait d'union oblique"] # 0x2e17 (en: 'double oblique hyphen', DeepL translation)
+ - "⸘": [T: "point exclarogatif inversé"] # 0x2e18 (en: 'inverted interrobang', DeepL translation)
+ - "⸙": [T: "branche de palmier"] # 0x2e19 (en: 'palm branch', DeepL translation)
+ - "⸚": [T: "trait d'union avec tréma"] # 0x2e1a (en: 'hyphen with diaeresis', DeepL translation)
+ - "⸛": [T: "tilde avec anneau au-dessus"] # 0x2e1b (en: 'tilde with ring above', DeepL translation)
+ - "⸜": [T: "oblique de paragraphe ouvrante"] # 0x2e1c (en: 'left low paraphrase bracket', DeepL translation)
+ - "⸝": [T: "oblique de paragraphe fermante"] # 0x2e1d (en: 'right low paraphrase bracket', DeepL translation)
+ - "⸞": [T: "tilde avec point au-dessus"] # 0x2e1e (en: 'tilde with dot above', DeepL translation)
+ - "⸟": [T: "tilde avec point en dessous"] # 0x2e1f (en: 'tilde with dot below', DeepL translation)
+ - "⸠": [T: "echasse gauche"] # 0x2e20 (en: 'left vertical bar with quill', DeepL translation)
+ - "⸡": [T: "echasse droite"] # 0x2e21 (en: 'right vertical bar with quill', DeepL translation)
+ - "⸢": [T: "anglet supérieur gauche"] # 0x2e22 (en: 'top left half bracket', DeepL: 'demi-cadratin supérieur gauche')
+ - "⸣": [T: "anglet supérieur droit"] # 0x2e23 (en: 'top right half bracket', DeepL: 'demi-bracelet supérieur droit')
+ - "⸤": [T: "anglet inférieur gauche"] # 0x2e24 (en: 'bottom left half bracket', DeepL: 'demi-cadratin en bas à gauche')
+ - "⸥": [T: "anglet inférieur droit"] # 0x2e25 (en: 'bottom right half bracket', DeepL: 'moitié inférieure droite de l'équerre')
+ - "⸦": [T: "crampillon couché gauche"] # 0x2e26 (en: 'left sideways u bracket', DeepL: 'flèche gauche en forme de u latéral')
+ - "⸧": [T: "crampillon couché droit"] # 0x2e27 (en: 'right sideways u bracket', DeepL: 'à droite, latéralement, crochet en u')
+ - "⸨": [T: "double parenthèse gauche"] # 0x2e28 (en: 'left double parentheses')
+ - "⸩": [T: "double parenthèse droite"] # 0x2e29 (en: 'right double parentheses')
+ - "⸪": [T: "ponctuation deux points sur un point"] # 0x2e2a (en: 'two dots over one dot punctuation', DeepL translation)
+ - "⸫": [T: "ponctuation un point sur deux points"] # 0x2e2b (en: 'one dot over two dots punctuation', DeepL translation)
+ - "⸬": [T: "ponctuation quatre points en carrés"] # 0x2e2c (en: 'squared four dot punctuation', DeepL translation)
+ - "⸭": [T: "marque à cinq points"] # 0x2e2d (en: 'five dot mark', DeepL translation)
+ - "⸮": [T: "point d'interrogation inversé"] # 0x2e2e (en: 'reversed question mark', DeepL translation)
+ - "ⸯ": [T: "tilde vertical"] # 0x2e2f (en: 'vertical tilde', DeepL translation)
+ - "⸰": [T: "point d'anneau"] # 0x2e30 (en: 'ring point', DeepL translation)
+ - "⸱": [T: "point médian séparateur de mots"] # 0x2e31 (en: 'word separator middle dot', DeepL translation)
+ - "⸲": [T: "virgule tournée"] # 0x2e32 (en: 'turned comma', DeepL translation)
+ - "⸳": [T: "point élevé"] # 0x2e33 (en: 'raised dot', DeepL translation)
+ - "⸴": [T: "virgule élevée"] # 0x2e34 (en: 'raised comma', DeepL translation)
+ - "⸵": [T: "point-virgule tourné"] # 0x2e35 (en: 'turned semicolon', DeepL translation)
+ - "⸶": [T: "obèle garde gauche"] # 0x2e36 (en: 'dagger with left guard', DeepL translation)
+ - "⸷": [T: "obèle garde droite"] # 0x2e37 (en: 'dagger with right guard', DeepL translation)
+ - "⸸": [T: "obèle tourné"] # 0x2e38 (en: 'turned dagger', DeepL translation)
+ - "⸹": [T: "moitié supérieure de paragraphe"] # 0x2e39 (en: 'top half section sign', DeepL translation)
+ - "⸺": [T: "tiret double cadratin"] # 0x2e3a (en: 'two em dash', DeepL translation)
+ - "⸻": [T: "tiret triple cadratin"] # 0x2e3b (en: 'three em dash', DeepL translation)
+ - "〃": [T: "guillemet de répétition"] # 0x3003 (en: 'ditto mark', DeepL translation)
+ - "〈": [T: "chevron gauche"] # 0x3008 (en: 'left angle bracket', DeepL: 'équerre gauche')
+ - "〉": [T: "chevron droit"] # 0x3009 (en: 'right angle bracket', DeepL: 'crochet d'angle droit')
+ - "《": [T: "double chevron gauche"] # 0x300a (en: 'left double angle bracket')
+ - "》": [T: "double chevron droit"] # 0x300b (en: 'right double angle bracket')
+ - "「": [T: "anglet gauche"] # 0x300c (en: 'left corner bracket', DeepL: 'parenthèse d'angle gauche')
+ - "」": [T: "anglet droit"] # 0x300d (en: 'right corner bracket', DeepL: 'crochet d'angle droit')
+ - "『": [T: "anglet blanc gauche"] # 0x300e (en: 'left white corner bracket', DeepL: 'gauche équerre blanche')
+ - "』": [T: "anglet blanc droit"] # 0x300f (en: 'right white corner bracket', DeepL: 'équerre blanche droite')
+ - "【": [T: "crochet lenticulaire noir gauche"] # 0x3010 (en: 'left black lenticular bracket', DeepL: 'parenthèse lenticulaire noire gauche')
+ - "】": [T: "crochet lenticulaire noir droit"] # 0x3011 (en: 'right black lenticular bracket', DeepL: 'support lenticulaire noir droit')
+ - "〔": [T: "crochet en écaille gauche"] # 0x3014 (en: 'left tortoise shell bracket')
+ - "〕": [T: "crochet en écaille droit"] # 0x3015 (en: 'right tortoise shell bracket')
+ - "〖": [T: "crochet lenticulaire blanc gauche"] # 0x3016 (en: 'left white lenticular bracket', DeepL: 'équerre lenticulaire blanche gauche')
+ - "〗": [T: "crochet lenticulaire blanc droit"] # 0x3017 (en: 'right white lenticular bracket', DeepL: 'équerre lenticulaire blanche droite')
+ - "〘": [T: "crochet en écaille blanc gauche"] # 0x3018 (en: 'left white tortoise shell bracket', DeepL: 'à gauche, support en écaille de tortue blanche')
+ - "〙": [T: "crochet en écaille blanc droit"] # 0x3019 (en: 'right white tortoise shell bracket', DeepL: 'support droit en écaille de tortue blanche')
+ - "〚": [T: "crochet blanc gauche"] # 0x301a (en: 'left white square bracket')
+ - "〛": [T: "crochet blanc droit"] # 0x301b (en: 'right white square bracket')
+ - "〜": [T: "trait d'union en esse"] # 0x301c (en: 'wave dash', DeepL: 'vague tiret')
+ - "〰": [T: "tiret ondulé"] # 0x3030 (en: 'wavy dash', DeepL: 'trait ondulé')
+ - "㉈": [T: "dix cerclé sur carré noir"] # 0x3248 (en: 'circled number ten on black square', DeepL: 'chiffre dix encerclé sur un carré noir')
+ - "㉉": [T: "vingt cerclé sur carré noir"] # 0x3249 (en: 'circled number twenty on black square', DeepL: 'chiffre vingt encerclé sur un carré noir')
+ - "㉊": [T: "trente cerclé sur carré noir"] # 0x324a (en: 'circled number thirty on black square', DeepL: 'chiffre trente encerclé sur un carré noir')
+ - "㉋": [T: "quarante cerclé sur carré noir"] # 0x324b (en: 'circled number forty on blacks square', DeepL: 'chiffre quarante encerclé sur un carré noir')
+ - "㉌": [T: "cinquante cerclé sur carré noir"] # 0x324c (en: 'circled number fifty on black square', DeepL: 'chiffre cinquante encerclé sur un carré noir')
+ - "㉍": [T: "soixante cerclé sur carré noir"] # 0x324d (en: 'circled number sixty on black square', DeepL: 'chiffre soixante encerclé sur un carré noir')
+ - "㉎": [T: "soixante dix cerclé sur carré noir"] # 0x324e (en: 'circled number seventy on black square', DeepL: 'chiffre soixante-dix encerclé sur un carré noir')
+ - "㉏": [T: "quatre vingts cerclé sur carré noir"] # 0x324f (en: 'circled number eighty on black square', DeepL: 'chiffre aty encerclé sur un carré noir')
+ - "㉑": [T: "nombre vingt et un encerclé"] # 0x3251 (en: 'circled number twenty one', DeepL translation)
+ - "㉒": [T: "nombre vingt-deux encerclé"] # 0x3252 (en: 'circled number twenty two', DeepL translation)
+ - "㉓": [T: "nombre vingt-trois encerclé"] # 0x3253 (en: 'circled number twenty three', DeepL translation)
+ - "㉔": [T: "nombre vingt-quatre encerclé"] # 0x3254 (en: 'circled number twenty four', DeepL translation)
+ - "㉕": [T: "nombre vingt-cinq encerclé"] # 0x3255 (en: 'circled number twenty five', DeepL translation)
+ - "㉖": [T: "nombre vingt-six encerclé"] # 0x3256 (en: 'circled number twenty six', DeepL translation)
+ - "㉗": [T: "nombre vingt-sept encerclé"] # 0x3257 (en: 'circled number twenty seven', DeepL translation)
+ - "㉘": [T: "nombre vingt-huit encerclé"] # 0x3258 (en: 'circled number twenty eight', DeepL translation)
+ - "㉙": [T: "nombre vingt-neuf encerclé"] # 0x3259 (en: 'circled number twenty nine', DeepL translation)
+ - "㉚": [T: "nombre trente encerclé"] # 0x325a (en: 'circled number thirty', DeepL translation)
+ - "㉛": [T: "nombre trente et un encerclé"] # 0x325b (en: 'circled number thirty one', DeepL translation)
+ - "㉜": [T: "nombre trente-deux nombre"] # 0x325c (en: 'circled number thirty two', DeepL translation)
+ - "㉝": [T: "nombre trente-trois encerclé"] # 0x325d (en: 'circled number thirty three', DeepL translation)
+ - "㉞": [T: "nombre trente-quatre encerclé"] # 0x325e (en: 'circled number thirty four', DeepL translation)
+ - "㉟": [T: "nombre trente-cinq encerclé"] # 0x325f (en: 'circled number thirty five', DeepL translation)
+ - "㊱": [T: "nombre trente-six encerclé"] # 0x32b1 (en: 'circled number thirty six', DeepL translation)
+ - "㊲": [T: "nombre trente-sept encerclé"] # 0x32b2 (en: 'circled number thirty seven', GPT-5.4 translation)
+ - "㊳": [T: "nombre trente-huit encerclé"] # 0x32b3 (en: 'circled number thirty eight', GPT-5.4 translation)
+ - "㊴": [T: "nombre trente-neuf encerclé"] # 0x32b4 (en: 'circled number thirty nine', GPT-5.4 translation)
+ - "㊵": [T: "nombre quarante encerclé"] # 0x32b5 (en: 'circled number forty', GPT-5.4 translation)
+ - "㊶": [T: "nombre quarante et un encerclé"] # 0x32b6 (en: 'circled number forty one', GPT-5.4 translation)
+ - "㊷": [T: "nombre quarante-deux encerclé"] # 0x32b7 (en: 'circled number forty two', GPT-5.4 translation)
+ - "㊸": [T: "nombre quarante-trois encerclé"] # 0x32b8 (en: 'circled number forty three', GPT-5.4 translation)
+ - "㊹": [T: "nombre quarante-quatre encerclé"] # 0x32b9 (en: 'circled number forty four', GPT-5.4 translation)
+ - "㊺": [T: "nombre quarante-cinq encerclé"] # 0x32ba (en: 'circled number forty five', GPT-5.4 translation)
+ - "㊻": [T: "nombre quarante-six encerclé"] # 0x32bb (en: 'circled number forty six', GPT-5.4 translation)
+ - "㊼": [T: "nombre quarante-sept encerclé"] # 0x32bc (en: 'circled number forty seven', GPT-5.4 translation)
+ - "㊽": [T: "nombre quarante-huit encerclé"] # 0x32bd (en: 'circled number forty eight', GPT-5.4 translation)
+ - "㊾": [T: "nombre quarante-neuf encerclé"] # 0x32be (en: 'circled number forty nine', GPT-5.4 translation)
+ - "㊿": [T: "nombre cinquante encerclé"] # 0x32bf (en: 'circled number fifty', GPT-5.4 translation)
+ - "㋌": [T: "mercure"] # 0x32cc (en: 'mercury', DeepL translation)
+ - "㋍": [T: "erg"] # 0x32cd (DeepL translation)
+ - "㋎": [T: "électron-volts"] # 0x32ce (en: 'electron volts', DeepL translation)
+ - "㋏": [T: "signe de responsabilité limitée"] # 0x32cf (en: 'limited liability sign', DeepL translation)
+ - "㍱": [T: "hectopascals"] # 0x3371 (DeepL translation)
+ - "㍲": [T: "daltons"] # 0x3372 (DeepL translation)
+ - "㍳": [T: "unités astronomiques"] # 0x3373 (en: 'astronomical units', DeepL translation)
+ - "㍴": [T: "barres"] # 0x3374 (en: 'bars', DeepL translation)
+ - "㍵": [T: "o v"] # 0x3375 (DeepL translation)
+ - "㍶": [T: "parsecs"] # 0x3376 (DeepL translation)
+ - "㍷": [T: "décimètres"] # 0x3377 (en: 'decimeters', DeepL translation)
+ - "㍸": [T: "décimètres carrés"] # 0x3378 (en: 'decimeters squared', DeepL translation)
+ - "㍹": [T: "décimètres cubes"] # 0x3379 (en: 'decimeters cubed', DeepL translation)
+ - "㍺": [T: "unités instrumentales"] # 0x337a (en: 'instrumental units', DeepL translation)
+ - "㎀": [T: "picoampères"] # 0x3380 (en: 'picoamps', DeepL translation)
+ - "㎁": [T: "nanoampères"] # 0x3381 (en: 'nanoamps', DeepL translation)
+ - "㎂": [T: "microampères"] # 0x3382 (en: 'microamps', DeepL translation)
+ - "㎃": [T: "milliampères"] # 0x3383 (en: 'milliamps', DeepL translation)
+ - "㎄": [T: "kiloampères"] # 0x3384 (en: 'kiloamps', DeepL translation)
+ - "㎅": [T: "kilo-octets"] # 0x3385 (en: 'kilobytes', DeepL translation)
+ - "㎆": [T: "mégaoctets"] # 0x3386 (en: 'megabytes', DeepL translation)
+ - "㎇": [T: "gigaoctets"] # 0x3387 (en: 'gigabytes', DeepL translation)
+ - "㎈": [T: "calories"] # 0x3388 (DeepL translation)
+ - "㎉": [T: "kilocalories"] # 0x3389 (DeepL translation)
+ - "㎊": [T: "picofarads"] # 0x338a (DeepL translation)
+ - "㎋": [T: "nanofarads"] # 0x338b (DeepL translation)
+ - "㎌": [T: "microfarads"] # 0x338c (DeepL translation)
+ - "㎍": [T: "microgrammes"] # 0x338d (en: 'micrograms', DeepL translation)
+ - "㎎": [T: "milligrammes"] # 0x338e (en: 'milligrams', DeepL translation)
+ - "㎏": [T: "kilogrammes"] # 0x338f (en: 'kilograms', DeepL translation)
+ - "㎐": [T: "hertz"] # 0x3390 (DeepL translation)
+ - "㎑": [T: "kilohertz"] # 0x3391 (DeepL translation)
+ - "㎒": [T: "mégahertz"] # 0x3392 (en: 'megahertz', DeepL translation)
+ - "㎓": [T: "gigahertz"] # 0x3393 (DeepL translation)
+ - "㎔": [T: "térahertz"] # 0x3394 (en: 'terahertz', DeepL translation)
+ - "㎕": [T: "microlitres"] # 0x3395 (en: 'microliters', DeepL translation)
+ - "㎖": [T: "millilitres"] # 0x3396 (en: 'milliliters', DeepL translation)
+ - "㎗": [T: "décilitres"] # 0x3397 (en: 'deciliters', DeepL translation)
+ - "㎘": [T: "kilolitres"] # 0x3398 (en: 'kiloliters', DeepL translation)
+ - "㎙": [T: "femtomètres"] # 0x3399 (en: 'femtometers', DeepL translation)
+ - "㎚": [T: "nanomètres"] # 0x339a (en: 'nanometers', DeepL translation)
+ - "㎛": [T: "micromètres"] # 0x339b (en: 'micrometers', DeepL translation)
+ - "㎜": [T: "millimètres"] # 0x339c (en: 'millimeters', DeepL translation)
+ - "㎝": [T: "centimètres"] # 0x339d (en: 'centimeters', DeepL translation)
+ - "㎞": [T: "kilomètres"] # 0x339e (en: 'kilometers', DeepL translation)
+ - "㎟": [T: "millimètres carrés"] # 0x339f (en: 'millimeters squared', DeepL translation)
+ - "㎠": [T: "centimètres cubes"] # 0x33a0 (en: 'centimeters squared', DeepL translation)
+ - "㎡": [T: "mètres carrés"] # 0x33a1 (en: 'meters squared', DeepL translation)
+ - "㎢": [T: "kilomètres carrés"] # 0x33a2 (en: 'kilometers squared', DeepL translation)
+ - "㎣": [T: "millimètres cubes"] # 0x33a3 (en: 'millimeters cubed', DeepL translation)
+ - "㎤": [T: "centimètres cubes"] # 0x33a4 (en: 'centimeters cubed', DeepL translation)
+ - "㎥": [T: "mètres cubes"] # 0x33a5 (en: 'meters cubed', DeepL translation)
+ - "㎦": [T: "kilomètres cubes"] # 0x33a6 (en: 'kilometers cubed', DeepL translation)
+ - "㎧": [T: "mètres par seconde"] # 0x33a7 (en: 'meters per second', DeepL translation)
+ - "㎨": [T: "mètres par seconde carrés"] # 0x33a8 (en: 'meters per second squared', DeepL translation)
+ - "㎩": [T: "pascals"] # 0x33a9 (DeepL translation)
+ - "㎪": [T: "kilopascals"] # 0x33aa (DeepL translation)
+ - "㎫": [T: "mégapascal"] # 0x33ab (en: 'megapascals', DeepL translation)
+ - "㎬": [T: "gigapascals"] # 0x33ac (DeepL translation)
+ - "㎭": [T: "rads"] # 0x33ad (DeepL translation)
+ - "㎮": [T: "rads par seconde"] # 0x33ae (en: 'rads per second', DeepL translation)
+ - "㎯": [T: "rads par seconde carrés"] # 0x33af (en: 'rads per second squared', DeepL translation)
+ - "㎰": [T: "picosecondes"] # 0x33b0 (en: 'picoseconds', DeepL translation)
+ - "㎱": [T: "nanosecondes"] # 0x33b1 (en: 'nanoseconds', DeepL translation)
+ - "㎲": [T: "microsecondes"] # 0x33b2 (en: 'microseconds', DeepL translation)
+ - "㎳": [T: "millisecondes"] # 0x33b3 (en: 'milliseconds', DeepL translation)
+ - "㎴": [T: "picovolts"] # 0x33b4 (DeepL translation)
+ - "㎵": [T: "nanovolts"] # 0x33b5 (DeepL translation)
+ - "㎶": [T: "microvolts"] # 0x33b6 (DeepL translation)
+ - "㎷": [T: "millivolts"] # 0x33b7 (DeepL translation)
+ - "㎸": [T: "kilovolts"] # 0x33b8 (DeepL translation)
+ - "㎹": [T: "mégavolts"] # 0x33b9 (en: 'megavolts', DeepL translation)
+ - "㎺": [T: "picowatts"] # 0x33ba (DeepL translation)
+ - "㎻": [T: "nanowatts"] # 0x33bb (DeepL translation)
+ - "㎼": [T: "microwatts"] # 0x33bc (DeepL translation)
+ - "㎽": [T: "milliwatts"] # 0x33bd (DeepL translation)
+ - "㎾": [T: "kilowatts"] # 0x33be (DeepL translation)
+ - "㎿": [T: "mégawatts"] # 0x33bf (en: 'megawatts', DeepL translation)
+ - "㏀": [T: "kilo-ohms"] # 0x33c0 (DeepL translation)
+ - "㏁": [T: "mégaohms"] # 0x33c1 (en: 'megaohms', DeepL translation)
+ - "㏂": [T: "attomètres"] # 0x33c2 (en: 'attometers', DeepL translation)
+ - "㏃": [T: "becquerels"] # 0x33c3 (DeepL translation)
+ - "㏄": [T: "centimètres cubes"] # 0x33c4 (en: 'cubic centimeters', DeepL translation)
+ - "㏅": [T: "candelas"] # 0x33c5 (DeepL translation)
+ - "㏆": [T: "coulombs par kilogramme"] # 0x33c6 (en: 'coulombs per kilogram', DeepL translation)
+ - "㏇": [T: "c majuscule, o, point"] # 0x33c7 (I have no idea what this is) (en: 'cap C, o, period', DeepL translation)
+ - "㏈": [T: "décibels"] # 0x33c8 (en: 'decibels', DeepL translation)
+ - "㏉": [T: "gris"] # 0x33c9 (en: 'grays', DeepL translation)
+ - "㏊": [T: "hectares"] # 0x33ca (DeepL translation)
+ - "㏋": [T: "cheval-vapeur"] # 0x33cb (en: 'horsepower', DeepL translation)
+ - "㏌": [T: "pouces"] # 0x33cc (en: 'inches', DeepL translation)
+ - "㏍": [T: "kilokelvins"] # 0x33cd (DeepL translation)
+ - "㏎": [T: "kilomètres"] # 0x33ce (en: 'kilometers', DeepL translation)
+ - "㏏": [T: "noeuds"] # 0x33cf (en: 'knots', DeepL translation)
+ - "㏐": [T: "lumens"] # 0x33d0 (DeepL translation)
+ - "㏑": [T: "logarithme naturel"] # 0x33d1 (en: 'natural log', DeepL translation)
+ - "㏒": [T: "logarithme"] # 0x33d2 (en: 'logarithm', DeepL translation)
+ - "㏓": [T: "lux"] # 0x33d3 (DeepL translation)
+ - "㏔": [T: "millibarns"] # 0x33d4 (DeepL translation)
+ - "㏕": [T: "moulins"] # 0x33d5 (en: 'mills', DeepL translation)
+ - "㏖": [T: "taupes"] # 0x33d6 (en: 'moles', DeepL translation)
+ - "㏗": [T: "p h"] # 0x33d7 (DeepL translation)
+ - "㏘": [T: "picomètres"] # 0x33d8 (en: 'picometers', DeepL translation)
+ - "㏙": [T: "parties par million"] # 0x33d9 (en: 'parts per million', DeepL translation)
+ - "㏚": [T: "pétaroentgens"] # 0x33da (en: 'petaroentgens', DeepL translation)
+ - "㏛": [T: "stéradians"] # 0x33db (en: 'steradians', DeepL translation)
+ - "㏜": [T: "sieverts"] # 0x33dc (DeepL translation)
+ - "㏝": [T: "webers"] # 0x33dd (DeepL translation)
+ - "㏞": [T: "volts par mètre"] # 0x33de (en: 'volts per meter', DeepL translation)
+ - "㏟": [T: "ampères par mètre"] # 0x33df (en: 'amps per meter', DeepL translation)
+ - "㏿": [T: "gallons"] # 0x33ff (DeepL translation)
+ - "": [T: "égal avec circonflexe en dessous"] # 0xe900 (en: 'equals with hat below', DeepL translation)
+ - "": [T: "égal avec plus au dessus"] # 0xe901 (en: 'equals with plus above', DeepL translation)
+ - "": [T: "égal avec plus en dessous"] # 0xe902 (en: 'equals with plus below', DeepL translation)
+ - "": [T: "tilde avec plus au dessus"] # 0xe903 (en: 'tilde with plus above', DeepL translation)
+ - "": [T: "tilde avec plus en dessous"] # 0xe904 (en: 'tilde with plus below', DeepL translation)
+ - "": [T: "égal double sur de supérieur à"] # 0xe908 (en: 'equal double over greater than', DeepL translation)
+ - "": [T: "égal double sur inférieur à"] # 0xe909 (en: 'equal double over less than', DeepL translation)
+ - "": [T: "contient ou égal à"] # 0xe90a (en: 'contains or equal to', DeepL translation)
+ - "": [T: "sur ensemble ou égal à"] # 0xe90b (en: 'superset of or equal to', DeepL translation)
+ - "": [T: "sous ensemble de ou égal à"] # 0xe90c (en: 'subset of or equal to', DeepL translation)
+ - "": [T: "égal à sur inférieur à"] # 0xe90d (en: 'equal over less than', DeepL translation)
+ - "": [T: "élément de ou égal à"] # 0xe912 (en: 'element of or equal to', DeepL translation)
+ - "": [T: "égal ou supérieur à"] # 0xe913 (en: 'equal to or greater than', DeepL translation)
+ - "": [T: "sur ensemble approximatif de"] # 0xe914 (en: 'approximate superset of', DeepL translation)
+ - "": [T: "sous ensemble approximatif de"] # 0xe915 (en: 'approximate subset of', DeepL translation)
+ - "": [T: "sur ensemble de avec point inclut comme sous relation"] # 0xe916 (en: 'superset of with dot includes as sub relation', DeepL translation)
+ - "": [T: "sous ensemble de avec point inclut comme sous relation"] # 0xe917 (en: 'subset of with dot is included in as sub relation', DeepL translation)
+ - "": [T: "égal avec point en dessous"] # 0xe918 (en: 'equal with dot below', DeepL translation)
+ - "": [T: "point gauche sur moins sur point droit"] # 0xe919 (en: 'left dot over minus over right dot', DeepL translation)
+ - "": [T: "point droit sur moins sur point gauche"] # 0xe91a (en: 'right dot over minus over left dot', DeepL translation)
+ - "": [T: "presque égal à moins"] # 0xe91f (en: 'almost equal to minus', DeepL translation)
+ - "": [T: "double coupe carrée"] # 0xe920 (en: 'double square cup', DeepL translation)
+ - "": [T: "double majuscule carrée"] # 0xe921 (en: 'double square cap', DeepL translation)
+ - "": [T: "inférieur à égal ou supérieur à"] # 0xe922 (en: 'less than equal to or greater than', DeepL translation)
+ - "": [T: "tilde avec point"] # 0xe924 (en: 'tilde with dot', DeepL translation)
+ - "": [T: "tilde avec deux points"] # 0xe925 (en: 'tilde with two dots', DeepL translation)
+ - "": [T: "inférieur à supérieur ou égal à"] # 0xe926 (en: 'less than greater than or equal to', DeepL translation)
+ - "": [T: "plus grand que moins que ou égal à"] # 0xe927 (en: 'greater than less than or equal to', DeepL translation)
+ - "": [T: "équivalent à ou inférieur à"] # 0xe928 (en: 'equivalent to or less than', DeepL translation)
+ - "": [T: "équivalent ou supérieur à"] # 0xe929 (en: 'equivalent to or greater than', DeepL translation)
+ - "": [T: "opérateur de boîte ouverte gauche"] # 0xe92a (en: 'left open box operator', DeepL translation)
+ - "": [T: "opérateur de boîte ouverte à droite"] # 0xe92b (en: 'right open box operator', DeepL translation)
+ - "": [T: "identique à avec point"] # 0xe92c (en: 'identical to with dot', DeepL translation)
+ - "": [T: "supérieur à égal ou inférieur"] # 0xe92d (en: 'greater than equal to or less than', DeepL translation)
+ - "": [T: "opérateur de barre"] # 0xe92e (en: 'bar operator', DeepL translation)
+ - "": [T: "opérateur double barre"] # 0xe92f (en: 'double bar operator', DeepL translation)
+ - "": [T: "triple barre opérateur"] # 0xe930 (en: 'triple bar operator', DeepL translation)
+ - "": [T: "inférieur ou approximativement égal à"] # 0xe932 (en: 'less than or approximately equal to', DeepL translation)
+ - "": [T: "plus grand que ou à peu près égal à"] # 0xe933 (en: 'greater than or approximately equal to', DeepL translation)
+ - "": [T: "moins que imbriqué"] # 0xe936 (en: 'nested less than', DeepL translation)
+ - "": [T: "plus grand que imbriqué"] # 0xe937 (en: 'nested greater than', DeepL translation)
+ - "": [T: "précède ou équivaut à"] # 0xe93a (en: 'precedes or equivalent to', DeepL translation)
+ - "": [T: "succède ou équivaut à"] # 0xe93b (en: 'succeeds or equivalent to', DeepL translation)
+ - "": [T: "précède sur égal"] # 0xe940 (en: 'precedes over equal', DeepL translation)
+ - "": [T: "succède sur égal"] # 0xe941 (en: 'succeeds over equal', DeepL translation)
+ - "": [T: "moins égal incliné plus grand"] # 0xe942 (en: 'less equal slanted greater', DeepL translation)
+ - "": [T: "plus grand égal incliné moins"] # 0xe943 (en: 'greater equal slanted less', DeepL translation)
+ - "": [T: "satisfait par"] # 0xe948 (en: 'satisfied by', DeepL translation)
+ - "": [T: "s paresseux"] # 0xe949 (en: 'lazy s', DeepL translation)
+ - "": [T: "pas d'affirmation"] # 0xe94a (en: 'not assertion', DeepL translation)
+ - "": [T: "double égal"] # 0xe94b (en: 'double equal', DeepL translation)
+ - "": [T: "triple égal"] # 0xe94c (en: 'triple equal', DeepL translation)
+ - "": [T: "règle retardée"] # 0xe94d (en: 'rule delayed', DeepL translation)
+ - "": [T: "délimiteur d'alias"] # 0xe94e (en: 'alias delimiter', DeepL translation)
+ - "": [T: "sous-groupe normal de avec barre"] # 0xe950 (en: 'normal subgroup of with bar', DeepL translation)
+ - "": [T: "contient comme un sous-groupe normal avec une barre"] # 0xe951 (en: 'contains as normal subgroup with bar', DeepL translation)
+ - "": [T: "implique rond"] # 0xe954 (en: 'round implies', DeepL translation)
+ - "": [T: "sourire sous la barre"] # 0xe955 (en: 'smile under bar', DeepL translation)
+ - "": [T: "froncement de sourcils sur la barre"] # 0xe956 (en: 'frown over bar', DeepL translation)
+ - "": [T: "sur ensemble de ou presque égal à"] # 0xe957 (en: 'superset of or almost equal to', DeepL translation)
+ - "": [T: "sous ensemble de ou presque égal à"] # 0xe958 (en: 'subset of or almost equal to', DeepL translation)
+ - "": [T: "supérieur à presque égal ou inférieur à"] # 0xe959 (en: 'greater than almost equal to or less than', DeepL translation)
+ - "": [T: "inférieur à presque égal ou supérieur à"] # 0xe95a (en: 'less than almost equal or greater than', DeepL translation)
+ - "": [T: "double ou logique"] # 0xe95c (en: 'double logical or', DeepL translation)
+ - "": [T: "double et logique"] # 0xe95d (en: 'double logical and', DeepL translation)
+ - "": [T: "ou logique avec double barre en dessous"] # 0xe95e (en: 'logical or with double bar below', DeepL translation)
+ - "": [T: "ou logique avec barre en bas"] # 0xe95f (en: 'logical or with bar below', DeepL translation)
+ - "": [T: "presque égal sur égal"] # 0xe962 (en: 'almost equal over equal', DeepL translation)
+ - "": [T: "triangle pointant vers la gauche avec barre bissectrice"] # 0xe964 (en: 'left pointing triangle with bisecting bar', DeepL translation)
+ - "": [T: "triangle pointant vers la droite avec barre bissectrice"] # 0xe965 (en: 'right pointing triangle with bisecting bar', DeepL translation)
+ - "": [T: "égal avec ligne supérieure en pointillés"] # 0xe966 (en: 'equals with dotted top line', DeepL translation)
+ - "": [T: "précède avec deux points"] # 0xe967 (en: 'precedes with colon', DeepL translation)
+ - "": [T: "réussit avec deux points"] # 0xe968 (en: 'succeeds with colon', DeepL translation)
+ - "": [T: "inférieur à ou égal incliné"] # 0xe969 (en: 'smaller than or equal slanted', DeepL translation)
+ - "": [T: "supérieur à ou égal incliné"] # 0xe96a (en: 'larger than or equal slanted', DeepL translation)
+ - "": [T: "très inférieur à imbriqué"] # 0xe96b (en: 'nested very much less than', DeepL translation)
+ - "": [T: "très supérieur à imbriqué"] # 0xe96c (en: 'nested very much greater than', DeepL translation)
+ - "": [T: "différence entre variante"] # 0xe96d (en: 'difference between variant', DeepL translation)
+ - "": [T: "inférieur à supérieur à superposé"] # 0xe96e (en: 'less than greater than overlay', DeepL translation)
+ - "": [T: "ou logique et logique superposé"] # 0xe96f (en: 'logical or logical and overlay', DeepL translation)
+ - "": [T: "sur-ensemble sur sur-ensemble"] # 0xe970 (en: 'superset over superset', DeepL translation)
+ - "": [T: "sous-ensemble sur sous-ensemble"] # 0xe971 (en: 'subset over subset', DeepL translation)
+ - "": [T: "sur-ensemble sur sous-ensemble"] # 0xe972 (en: 'superset over subset', DeepL translation)
+ - "": [T: "sous-ensemble sur sur-ensemble"] # 0xe973 (en: 'subset over superset', DeepL translation)
+ - "": [T: "triple barre verticale"] # 0xe979 (en: 'triple vertical bar', DeepL translation)
+ - "": [T: "points verticaux quadruples appariés"] # 0xe97a (en: 'paired quadruple vertical dots', DeepL translation)
+ - "": [T: "perpendiculaire au-dessus d'une barre"] # 0xe97b (en: 'perpendicular over bar', DeepL translation)
+ - "": [T: "tourniquet gauche double barre verticale"] # 0xe97c (en: 'left turnstile double vertical bar', DeepL translation)
+ - "": [T: "double tourniquet gauche double barre verticale"] # 0xe97d (en: 'double left turnstile double vertical bar', DeepL translation)
+ - "": [T: "perpendiculaire sur perpendiculaire inversée"] # 0xe97e (en: 'perpendicular over inverted perpendicular', DeepL translation)
+ - "": [T: "double barre verticale en tourniquet à gauche"] # 0xe97f (en: 'double left turnstile vertical bar', DeepL translation)
+ - "": [T: "angle sphérique ouverture"] # 0xe980 (en: 'spherical angle opening up', DeepL translation)
+ - "": [T: "double barre oblique"] # 0xe981 (en: 'double slash', DeepL translation)
+ - "": [T: "angle droit avec coin"] # 0xe982 (en: 'right angle with corner', DeepL translation)
+ - "": [T: "barre verticale cerclée"] # 0xe984 (en: 'circled vertical bar', DeepL translation)
+ - "": [T: "signe de division cerclé"] # 0xe985 (en: 'circled division sign', DeepL translation)
+ - "": [T: "solidus en pointillé"] # 0xe986 (en: 'dashed solidus', DeepL translation)
+ - "": [T: "barre oblique inverse en pointillé"] # 0xe987 (en: 'dashed backslash', DeepL translation)
+ - "": [T: "ligne médiane en pointillé"] # 0xe988 (en: 'dashed mid line', DeepL translation)
+ - "": [T: "barre verticale en pointillé"] # 0xe989 (en: 'dashed vertical bar', DeepL translation)
+ - "": [T: "perpendiculaire avec s"] # 0xe98a (en: 'perpendicular with s', DeepL translation)
+ - "": [T: "angle avec s"] # 0xe98b (en: 'angle with s', DeepL translation)
+ - "": [T: "angle sphérique ouverture à gauche"] # 0xe98c (en: 'spherical angle opening left', DeepL translation)
+ - "": [T: "angle ouvrant à gauche"] # 0xe98d (en: 'angle opening left', DeepL translation)
+ - "": [T: "barre verticale avec double crochet"] # 0xe98e (en: 'vertical bar with double hook', DeepL translation)
+ - "": [T: "point moyen opérateur radical libre"] # 0xe98f (en: 'medium dot operator free radical', DeepL translation)
+ - "": [T: "triangle blanc pointant vers le haut au-dessus de la barre"] # 0xe990 (en: 'white up pointing triangle above bar', DeepL translation)
+ - "": [T: "identique et parallèle à"] # 0xe991 (en: 'identical and parallel to', DeepL translation)
+ - "": [T: "smash product"] # 0xe992 (DeepL translation)
+ - "": [T: "opérateur triple barre avec barre horizontale"] # 0xe993 (en: 'triple bar operator with horizontal bar', DeepL translation)
+ - "": [T: "identique à avec double barre oblique"] # 0xe994 (en: 'identical to with double slash', DeepL translation)
+ - "": [T: "triple barres croisées"] # 0xe995 (en: 'triple crossed bars', DeepL translation)
+ - "": [T: "barre verticale sur cercle"] # 0xe996 (en: 'vertical bar over circle', DeepL translation)
+ - "": [T: "proportionnelle à verticale"] # 0xe997 (en: 'vertical proportional to', DeepL translation)
+ - "": [T: "dernier quartier de lune noir"] # 0xe998 (en: 'black last quarter moon', DeepL translation)
+ - "": [T: "premier quartier de lune noir"] # 0xe999 (en: 'black first quarter moon', DeepL translation)
+ - "": [T: "onde sinusoïdale négative"] # 0xe9a0 (en: 'negative sine wave', DeepL translation)
+ - "": [T: "point entre parenthèses"] # 0xe9a1 (en: 'parenthesized dot', DeepL translation)
+ - "": [T: "parenthèses"] # 0xe9a2 (en: 'parens', DeepL translation)
+ - "": [T: "sourire blanc"] # 0xe9a3 (en: 'white smile', DeepL translation)
+ - "": [T: "froncement de sourcils blanc"] # 0xe9a4 (en: 'white frown', DeepL translation)
+ - "": [T: "hexagone"] # 0xe9a5 (en: 'hexagon', DeepL translation)
+ - "": [T: "équivalent à sur plus"] # 0xe9a6 (en: 'equivalent to over plus', DeepL translation)
+ - "": [T: "plus sur équivalent à"] # 0xe9a7 (en: 'plus over equivalent to', DeepL translation)
+ - "": [T: "empattements à l'intersection"] # 0xe9b0 (en: 'intersection serifs', DeepL translation)
+ - "": [T: "empattement d'union"] # 0xe9b1 (en: 'union serifs', DeepL translation)
+ - "": [T: "carré intersection empattements"] # 0xe9b2 (en: 'square intersection serifs', DeepL translation)
+ - "": [T: "square union serifs"] # 0xe9b3 (DeepL translation)
+ - "": [T: "précède équivalent à ou succède à"] # 0xe9e0 (en: 'precedes equivalent to or succeeds', DeepL translation)
+ - "": [T: "réussit équivaut à ou précède"] # 0xe9e1 (en: 'succeeds equivalent to or precedes', DeepL translation)
+ - "": [T: "précède presque égal à ou succède à"] # 0xe9e2 (en: 'precedes almost equal to or succeeds', DeepL translation)
+ - "": [T: "réussit presque égal à ou précède"] # 0xe9e3 (en: 'succeeds almost equal to or precedes', DeepL translation)
+ - "": [T: "inférieur à équivalent ou supérieur à"] # 0xe9f0 (en: 'less than equivalent to or greater than', DeepL translation)
+ - "": [T: "plus grand que équivalent à ou moins que"] # 0xe9f1 (en: 'greater than equivalent to or less than', DeepL translation)
+ - "": [T: "pas vert beaucoup moins que"] # 0xea00 (en: 'not vert much less than', DeepL translation)
+ - "": [T: "pas vert beaucoup plus grand que"] # 0xea01 (en: 'not vert much greater than', DeepL translation)
+ - "": [T: "pas beaucoup moins que variante"] # 0xea02 (en: 'not much less than variant', DeepL translation)
+ - "": [T: "pas beaucoup plus grand que variante"] # 0xea03 (en: 'not much greater than variant', DeepL translation)
+ - "": [T: "moins vert non double égal"] # 0xea04 (en: 'less vert not double equals', DeepL translation)
+ - "": [T: "gt vert pas double égal"] # 0xea05 (en: 'gt vert not double equals', DeepL translation)
+ - "": [T: "pas inférieur ou égal à"] # 0xea06 (en: 'not less than or equal to', DeepL translation)
+ - "": [T: "pas supérieur ou égal à"] # 0xea07 (en: 'not greater than or equal to', DeepL translation)
+ - "": [T: "ni égal ni inférieur à"] # 0xea09 (en: 'neither equal to nor less than', DeepL translation)
+ - "": [T: "ne contient pas ou n'est pas égal à"] # 0xea0a (en: 'does not contain or equal to', DeepL translation)
+ - "": [T: "ni sur ensemble à, ni égal à"] # 0xea0b (en: 'neither superset of nor equal to', DeepL translation)
+ - "": [T: "ni sous-ensemble de ni égal à"] # 0xea0c (en: 'neither subset of nor equal to', DeepL translation)
+ - "": [T: "solidus inversé sous-ensemble"] # 0xea0d (en: 'reverse solidus subset', DeepL translation)
+ - "": [T: "ni égal ni supérieur à"] # 0xea0e (en: 'neither equal to nor greater than', DeepL translation)
+ - "": [T: "pas moins opérateur tilde"] # 0xea0f (en: 'not minus tilde operator', DeepL translation)
+ - "": [T: "ni égal ni inférieur à"] # 0xea10 (en: 'neither equal to nor less than', DeepL translation)
+ - "": [T: "opérateur non tilde"] # 0xea11 (en: 'not tilde operator', DeepL translation)
+ - "": [T: "pas élément de ou égal à"] # 0xea12 (en: 'not element of or equal to', DeepL translation)
+ - "": [T: "ni égal ni supérieur à"] # 0xea13 (en: 'neither equal to nor greater than', DeepL translation)
+ - "": [T: "pas presque égal"] # 0xea14 (en: 'not almost equal', DeepL translation)
+ - "": [T: "ne succède pas à similaire"] # 0xea15 (en: 'not succeeds similar', DeepL translation)
+ - "": [T: "inférieur ou égal à avec barre oblique"] # 0xea16 (en: 'less than or slanted equal to with slash', DeepL translation)
+ - "": [T: "plus grand que ou égal à incliné avec barre oblique"] # 0xea17 (en: 'greater than or slanted equal to with slash', DeepL translation)
+ - "": [T: "solidus sur ensemble"] # 0xea1a (en: 'superset solidus', DeepL translation)
+ - "": [T: "ne contient pas"] # 0xea1b (en: 'does not contain', DeepL translation)
+ - "": [T: "pas inférieur ou égal à"] # 0xea1d (en: 'not less than or equal to', DeepL translation)
+ - "": [T: "pas supérieur ou égal à"] # 0xea1e (en: 'not greater than or equal to', DeepL translation)
+ - "": [T: "pas presque égal à moins"] # 0xea1f (en: 'not almost equal to minus', DeepL translation)
+ - "": [T: "négation point d'appartenance ci-dessus"] # 0xea22 (en: 'negated set membership dot above', DeepL translation)
+ - "": [T: "pas angle vert"] # 0xea2c (en: 'not vert angle', DeepL translation)
+ - "": [T: "non parallèle incliné"] # 0xea2d (en: 'not parallel slanted', DeepL translation)
+ - "": [T: "opérateur non barre"] # 0xea2e (en: 'not bar operator', DeepL translation)
+ - "": [T: "opérateur non double barre"] # 0xea2f (en: 'not double bar operator', DeepL translation)
+ - "": [T: "opérateur non triple barre"] # 0xea30 (en: 'not triple bar operator', DeepL translation)
+ - "": [T: "inférieur à mais pas approximativement égal à"] # 0xea32 (en: 'less than but not approximately equal to', DeepL translation)
+ - "": [T: "supérieur à mais pas approximativement égal à"] # 0xea33 (en: 'greater than but not approximately equal to', DeepL translation)
+ - "": [T: "inférieur ou non égal à"] # 0xea34 (en: 'less than or not equal to', DeepL translation)
+ - "": [T: "supérieur à ou non égal à"] # 0xea35 (en: 'greater than or not equal to', DeepL translation)
+ - "": [T: "inférieur à non imbriqué"] # 0xea36 (en: 'not nested less than', DeepL translation)
+ - "": [T: "supérieur à non imbriqué"] # 0xea37 (en: 'not nested greater than', DeepL translation)
+ - "": [T: "pas beaucoup inférieur à"] # 0xea38 (en: 'not much less than', DeepL translation)
+ - "": [T: "pas beaucoup supérieur à"] # 0xea39 (en: 'not much greater than', DeepL translation)
+ - "": [T: "précède mais n'équivaut pas à"] # 0xea3a (en: 'precedes but not equivalent to', DeepL translation)
+ - "": [T: "succède mais n'est pas équivalent à"] # 0xea3b (en: 'succeeds but not equivalent to', DeepL translation)
+ - "": [T: "précède mais n'est pas égal à"] # 0xea3c (en: 'precedes but not equal to', DeepL translation)
+ - "": [T: "succède mais n'est pas égal à"] # 0xea3d (en: 'succeeds but not equal to', DeepL translation)
+ - "": [T: "n'est pas égal ou ne précède pas"] # 0xea3e (en: 'does not equal or precede', DeepL translation)
+ - "": [T: "n'est pas égal ou ne succède pas"] # 0xea3f (en: 'does not equal or succeed', DeepL translation)
+ - "": [T: "précède mais n'est pas égal à"] # 0xea40 (en: 'precedes but not equal to', DeepL translation)
+ - "": [T: "succède mais n'est pas égal à"] # 0xea41 (en: 'succeeds but not equal to', DeepL translation)
+ - "": [T: "ni sous ensemble de ni égal à"] # 0xea42 (en: 'not subset of nor equal to', DeepL translation)
+ - "": [T: "n'est pas un sur ensemble de ni égal à"] # 0xea43 (en: 'not superset of nor equal to', DeepL translation)
+ - "": [T: "sous ensemble de ou non égal à"] # 0xea44 (en: 'subset of or not equal to', DeepL translation)
+ - "": [T: "sur ensemble de ou non égal à"] # 0xea45 (en: 'superset of or not equal to', DeepL translation)
+ - "": [T: "ni sous ensemble de ni égal à"] # 0xea46 (en: 'not subset of nor equal to', DeepL translation)
+ - "": [T: "n'est pas un sur ensemble de ni égal à"] # 0xea47 (en: 'not superset of nor equal to', DeepL translation)
+ - "": [T: "non triple moins que"] # 0xea48 (en: 'not triple less than', DeepL translation)
+ - "": [T: "pas triple supérieur à"] # 0xea49 (en: 'not triple greater than', DeepL translation)
+ - "": [T: "ne précède pas égale"] # 0xea4c (en: 'not precedes equals', DeepL translation)
+ - "": [T: "ne succède pas égale"] # 0xea4d (en: 'not succeeds equals', DeepL translation)
+ - "": [T: "sous-groupe non normal de avec barre"] # 0xea50 (en: 'not normal subgroup of with bar', DeepL translation)
+ - "": [T: "ne contient pas de sous-groupe normal avec barre"] # 0xea51 (en: 'does not contain as normal subgroup with bar', DeepL translation)
+ - "": [T: "pas de différence entre"] # 0xea52 (en: 'not difference between', DeepL translation)
+ - "": [T: "non géométriquement équivalent à"] # 0xea53 (en: 'not geometrically equivalent to', DeepL translation)
+ - "": [T: "pas vert similaire"] # 0xea54 (en: 'not vert similar', DeepL translation)
+ - "": [T: "pas égal ou similaire"] # 0xea55 (en: 'not equal or similar', DeepL translation)
+ - "": [T: "pas vert approximatif"] # 0xea56 (en: 'not vert approximate', DeepL translation)
+ - "": [T: "pas approximativement identique à"] # 0xea57 (en: 'not approximately identical to', DeepL translation)
+ - "": [T: "non égale bossu"] # 0xea58 (en: 'not bumpy equals', DeepL translation)
+ - "": [T: "non égale simple bossu"] # 0xea59 (en: 'not bumpy single equals', DeepL translation)
+ - "": [T: "not equal dot"] # 0xea5a (DeepL translation)
+ - "": [T: "non équivalent inversé"] # 0xea5b (en: 'reverse not equivalent', DeepL translation)
+ - "": [T: "pas un sous ensemble carré"] # 0xea60 (en: 'not square subset', DeepL translation)
+ - "": [T: "pas un sur ensemble carré"] # 0xea61 (en: 'not square superset', DeepL translation)
+ - "": [T: "pas presque égal sur égal"] # 0xea62 (en: 'not almost equal over equal', DeepL translation)
+ - "": [T: "pas strictement équivalent à"] # 0xea63 (en: 'not strictly equivalent to', DeepL translation)
+ - "": [T: "point non congru"] # 0xea64 (en: 'not congruent dot', DeepL translation)
+ - "": [T: "non égal inversé"] # 0xea65 (en: 'reverse not equal', DeepL translation)
+ - "": [T: "triangle gauche non vert égal"] # 0xea70 (en: 'not vert left triangle equals', DeepL translation)
+ - "": [T: "triangle droit non vert égal"] # 0xea71 (en: 'not vert right triangle equals', DeepL translation)
+ - "": [T: "non partiel"] # 0xea80 (en: 'not partial', DeepL translation)
+ - "": [T: "extension de l'embellissement de la flèche"] # 0xeb00 (en: 'arrow embellishment extender', DeepL translation)
+ - "": [T: "flèche vers la droite sur flèche vers la gauche"] # 0xeb01 (en: 'arrow rightwards over arrow leftwards', DeepL translation)
+ - "": [T: "flèche vers la droite sur flèche vers la gauche"] # 0xeb02 (en: 'arrow rightwards over arrow leftwards', DeepL translation)
+ - "": [T: "harpon à droite sur harpon à gauche"] # 0xeb03 (en: 'harpoon right over harpoon left', DeepL translation)
+ - "": [T: "harpon à droite sur harpon à gauche"] # 0xeb04 (en: 'harpoon right over harpoon left', DeepL translation)
+ - "": [T: "double flèche nord-est sud-ouest"] # 0xeb05 (en: 'double arrow northeast southwest', DeepL translation)
+ - "": [T: "double flèche nord-ouest sud-est"] # 0xeb06 (en: 'double arrow northwest southeast', DeepL translation)
+ - "": [T: "prolongateur de harpon horizontal"] # 0xeb07 (en: 'horizontal harpoon extender', DeepL translation)
+ - "": [T: "arc antihoraire flèche vers la gauche"] # 0xeb08 (en: 'anticlockwise arc leftwards arrow', DeepL translation)
+ - "": [T: "arc antihoraire flèche vers la droite"] # 0xeb09 (en: 'anticlockwise arc rightwards arrow', DeepL translation)
+ - "": [T: "grande flèche vers la droite"] # 0xeb0b (en: 'large rightwards arrow accent', DeepL translation)
+ - "": [T: "grande flèche vers la gauche accent"] # 0xeb0c (en: 'large leftwards arrow accent', DeepL translation)
+ - "": [T: "flèche vers la gauche"] # 0xeb0d (en: 'leftwards arrowhead', DeepL translation)
+ - "": [T: "flèche vers la droite"] # 0xeb0e (en: 'rightwards arrowhead', DeepL translation)
+ - "": [T: "grande flèche bilatérale avec trait"] # 0xeb0f (en: 'large left right arrow with stroke', DeepL translation)
+ - "": [T: "prolongateur horizontal à double flèche"] # 0xeb10 (en: 'horizontal double arrow extender', DeepL translation)
+ - "": [T: "grande flèche double bilatérale avec trait"] # 0xeb11 (en: 'large left right double arrow with stroke', DeepL translation)
+ - "": [T: "flèche vers le bas à gauche de la flèche vers le haut"] # 0xeb12 (en: 'downwards arrow leftwards of upwards arrow', DeepL translation)
+ - "": [T: "flèche vers la gauche avec l'angle vers le bas"] # 0xeb13 (en: 'leftwards arrow with corner downwards', DeepL translation)
+ - "": [T: "flèche vers la droite avec coin vers le haut"] # 0xeb14 (en: 'rightwards arrow with corner upwards', DeepL translation)
+ - "": [T: "flèche vers la gauche avec coin vers le haut"] # 0xeb15 (en: 'leftwards arrow with corner upwards', DeepL translation)
+ - "": [T: "flèche en demi-cercle supérieur antihoraire avec plus"] # 0xeb16 (en: 'anticlockwise top semicircle arrow with plus', DeepL translation)
+ - "": [T: "flèche en demi-cercle supérieure horaire avec moins"] # 0xeb17 (en: 'clockwise top semicircle arrow with minus', DeepL translation)
+ - "": [T: "flèche vers la droite avec empennage et trait"] # 0xeb18 (en: 'rightwards arrow with tail with stroke', DeepL translation)
+ - "": [T: "harpon droit vers le bas"] # 0xeb19 (en: 'right harpoon down', DeepL translation)
+ - "": [T: "harpon gauche vers le bas"] # 0xeb1a (en: 'left harpoon down', DeepL translation)
+ - "": [T: "harpon bilatéral vers le bas"] # 0xeb1b (en: 'left right harpoon down', DeepL translation)
+ - "": [T: "flèche bilatérale vers le haut"] # 0xeb1c (en: 'left right harpoon up', DeepL translation)
+ - "": [T: "harpon de haut en bas à gauche"] # 0xeb1d (en: 'up down harpoon left', DeepL translation)
+ - "": [T: "harpon de haut en bas à droite"] # 0xeb1e (en: 'up down harpoon right', DeepL translation)
+ - "": [T: "flèche vers le haut à droite de la flèche vers le bas"] # 0xeb1f (en: 'upwards arrow to the right of downwards arrow', DeepL translation)
+ - "": [T: "harpon vers la gauche à barre avec ardillon vers le haut"] # 0xeb20 (en: 'leftwards harpoon to bar with barb upwards', DeepL translation)
+ - "": [T: "flèche vers la droite jusqu'à la barre avec ardillon vers le haut"] # 0xeb21 (en: 'rightwards harpoon to bar with barb upwards', DeepL translation)
+ - "": [T: "harpon vers la gauche avec ardillon vers le bas"] # 0xeb22 (en: 'leftwards harpoon to bar with barb downwards', DeepL translation)
+ - "": [T: "harpon vers la droite sur la barre avec ardillon vers le bas"] # 0xeb23 (en: 'rightwards harpoon to bar with barb downwards', DeepL translation)
+ - "": [T: "harpon vers la gauche à partir d'une barre avec ardillon vers le haut"] # 0xeb24 (en: 'leftwards harpoon from bar with barb upwards', DeepL translation)
+ - "": [T: "harpon vers la droite de la barre avec ardillon vers le haut"] # 0xeb25 (en: 'rightwards harpoon from bar with barb upwards', DeepL translation)
+ - "": [T: "harpon vers la gauche de la barre avec ardillon vers le bas"] # 0xeb26 (en: 'leftwards harpoon from bar with barb downwards', DeepL translation)
+ - "": [T: "harpon vers la droite de la barre avec ardillon vers le bas"] # 0xeb27 (en: 'rightwards harpoon from bar with barb downwards', DeepL translation)
+ - "": [T: "harpon vers le haut à la barre avec ardillon vers la gauche"] # 0xeb28 (en: 'upwards harpoon to bar with barb leftwards', DeepL translation)
+ - "": [T: "harpon vers le bas sur la barre avec ardillon vers la gauche"] # 0xeb29 (en: 'downwards harpoon to bar with barb leftwards', DeepL translation)
+ - "": [T: "harpon vers le haut à barre avec ardillon vers la droite"] # 0xeb2a (en: 'upwards harpoon to bar with barb rightwards', DeepL translation)
+ - "": [T: "harpon vers le bas sur la barre avec ardillon vers la droite"] # 0xeb2b (en: 'downwards harpoon to bar with barb rightwards', DeepL translation)
+ - "": [T: "harpon vers le haut à partir de la barre avec ardillon vers la gauche"] # 0xeb2c (en: 'upwards harpoon from bar with barb leftwards', DeepL translation)
+ - "": [T: "harpon vers la gauche de la barre avec ardillon"] # 0xeb2d (en: 'downwards harpoon from bar with barb leftwards', DeepL translation)
+ - "": [T: "harpon vers le haut à partir d'une barre avec ardillon vers la droite"] # 0xeb2e (en: 'upwards harpoon from bar with barb rightwards', DeepL translation)
+ - "": [T: "harpon vers le bas à partir de la barre avec ardillon vers la droite"] # 0xeb2f (en: 'downwards harpoon from bar with barb rightwards', DeepL translation)
+ - "": [T: "flèche vers le haut vers la barre"] # 0xeb30 (en: 'upwards arrow to bar', DeepL translation)
+ - "": [T: "flèche vers le bas jusqu'à la barre"] # 0xeb31 (en: 'downwards arrow to bar', DeepL translation)
+ - "": [T: "harpon vers le haut à gauche du harpon vers le bas"] # 0xeb32 (en: 'upwards harpoon to the left of downwards harpoon', DeepL translation)
+ - "": [T: "harpon vers le haut à droite du harpon vers le bas"] # 0xeb33 (en: 'upwards harpoon to the right of downwards harpoon', DeepL translation)
+ - "": [T: "pointe de flèche vers le haut"] # 0xeb34 (en: 'upwards arrowhead', DeepL translation)
+ - "": [T: "pointe de flèche vers le bas"] # 0xeb35 (en: 'downwards arrowhead', DeepL translation)
+ - "": [T: "double harpon avec ardillon à gauche vers le bas ardillon à droite vers le haut"] # 0xeb36 (en: 'double harpoon with leftwards barb down rightwards barb up', DeepL translation)
+ - "": [T: "double harpon avec ardillon gauche en haut ardillon droit en bas"] # 0xeb37 (en: 'double harpoon with leftwards barb up rightwards barb down', DeepL translation)
+ - "": [T: "flèche vers la gauche au-dessus de la barre"] # 0xeb38 (en: 'leftwards arrow over bar', DeepL translation)
+ - "": [T: "flèche vers la droite au-dessus de la barre"] # 0xeb39 (en: 'rightwards arrow over bar', DeepL translation)
+ - "": [T: "flèche vers la gauche sous la barre"] # 0xeb3a (en: 'leftwards arrow under bar', DeepL translation)
+ - "": [T: "flèche vers la droite sous la barre"] # 0xeb3b (en: 'rightwards arrow under bar', DeepL translation)
+ - "": [T: "flèche triple gauche droite"] # 0xeb3c (en: 'left right triple arrow', DeepL translation)
+ - "": [T: "double flèche nord-est sud-est"] # 0xeb3f (en: 'double arrow northeast southeast', DeepL translation)
+ - "": [T: "flèche en demi-cercle vers la gauche antihoraire"] # 0xeb40 (en: 'anticlockwise left semicircle arrow', DeepL translation)
+ - "": [T: "flèche en demi-cercle horaire"] # 0xeb41 (en: 'clockwise left semicircle arrow', DeepL translation)
+ - "": [T: "cercle ouvert gauche flèche droite gauche"] # 0xeb42 (en: 'left open circle left right arrow', DeepL translation)
+ - "": [T: "flèche vers la droite au-dessus d'un tilde"] # 0xeb44 (en: 'rightwards arrow over tilde', DeepL translation)
+ - "": [T: "flèche vers la gauche au-dessus du tilde"] # 0xeb45 (en: 'leftwards arrow over tilde', DeepL translation)
+ - "": [T: "harpon vers la gauche sur la barre"] # 0xeb48 (en: 'leftwards harpoon over bar', DeepL translation)
+ - "": [T: "harpon vers la droite sur barre"] # 0xeb49 (en: 'rightwards harpoon over bar', DeepL translation)
+ - "": [T: "harpon vers la gauche sous la barre"] # 0xeb4a (en: 'leftwards harpoon under bar', DeepL translation)
+ - "": [T: "harpon vers la droite sous la barre"] # 0xeb4b (en: 'rightwards harpoon under bar', DeepL translation)
+ - "": [T: "flèche noire vers la gauche"] # 0xeb4c (en: 'squat black leftwards arrow', DeepL translation)
+ - "": [T: "flèche du demi-cercle droit horaire"] # 0xeb50 (en: 'clockwise right semicircle arrow', DeepL translation)
+ - "": [T: "flèche de demi-cercle droit antihoraire"] # 0xeb51 (en: 'anticlockwise right semicircle arrow', DeepL translation)
+ - "": [T: "cercle ouvert gauche harpon gauche droite"] # 0xeb52 (en: 'left open circle left right harpoon', DeepL translation)
+ - "": [T: "flèche vers le haut à gauche de la barre verticale"] # 0xeb58 (en: 'upwards arrow leftwards of vertical bar', DeepL translation)
+ - "": [T: "flèche vers le bas à gauche de la barre verticale"] # 0xeb59 (en: 'downwards arrow leftwards of vertical bar', DeepL translation)
+ - "": [T: "flèche vers le haut à droite de la barre verticale"] # 0xeb5a (en: 'upwards arrow rightwards of vertical bar', DeepL translation)
+ - "": [T: "flèche vers le bas à droite de la barre verticale"] # 0xeb5b (en: 'downwards arrow rightwards of vertical bar', DeepL translation)
+ - "": [T: "flèche vers la droite avec crochet allongé vers le bas"] # 0xeb5c (en: 'rightwards arrow with extended downwards hook', DeepL translation)
+ - "": [T: "flèche vers la gauche avec crochet allongé"] # 0xeb5d (en: 'leftwards arrow with extended hook', DeepL translation)
+ - "": [T: "flèche vers la gauche avec crochet allongé vers le bas"] # 0xeb5e (en: 'leftwards arrow with extended downwards hook', DeepL translation)
+ - "": [T: "flèche vers la droite avec crochet allongé"] # 0xeb5f (en: 'rightwards arrow with extended hook', DeepL translation)
+ - "": [T: "flèche pas droite ondulée"] # 0xeb60 (en: 'not right arrow wavy', DeepL translation)
+ - "": [T: "flèche pas droite courbée"] # 0xeb61 (en: 'not right arrow curved', DeepL translation)
+ - "": [T: "harpon vers le haut à gauche de la barre verticale"] # 0xeb68 (en: 'upwards harpoon leftwards of vertical bar', DeepL translation)
+ - "": [T: "harpon vers le bas à gauche de la barre verticale"] # 0xeb69 (en: 'downwards harpoon leftwards of vertical bar', DeepL translation)
+ - "": [T: "harpon vers le haut à droite de la barre verticale"] # 0xeb6a (en: 'upwards harpoon rightwards of vertical bar', DeepL translation)
+ - "": [T: "harpon vers le bas à droite de la barre verticale"] # 0xeb6b (en: 'downwards harpoon rightwards of vertical bar', DeepL translation)
+ - "": [T: "flèche double verticale"] # 0xeb6c (en: 'vertical double arrow extender', DeepL translation)
+ - "": [T: "harpon vertical avec ardillon prolongateur gauche"] # 0xeb6d (en: 'vertical harpoon with barb left extender', DeepL translation)
+ - "": [T: "harpon vertical avec ardillon prolongateur droit"] # 0xeb6e (en: 'vertical harpoon with barb right extender', DeepL translation)
+ - "": [T: "harpon droit sur harpon gauche droit"] # 0xeb6f (en: 'right harpoon over left harpoon right', DeepL translation)
+ - "": [T: "harpon droit sur harpon gauche"] # 0xeb70 (en: 'right harpoon over left harpoon left', DeepL translation)
+ - "": [T: "harpon gauche sur harpon droit sur harpon droit"] # 0xeb71 (en: 'left harpoon over right harpoon right', DeepL translation)
+ - "": [T: "harpon gauche sur harpon droit gauche"] # 0xeb72 (en: 'left harpoon over right harpoon left', DeepL translation)
+ - "": [T: "flèche vers la gauche à partir de la tête de flèche de la barre"] # 0xeb73 (en: 'leftwards arrow from bar arrowhead', DeepL translation)
+ - "": [T: "flèche bilatérale de l'extension de la barre"] # 0xeb74 (en: 'leftwards rightwards arrow from bar extender', DeepL translation)
+ - "": [T: "flèche vers la gauche à partir de la queue de l'ardillon"] # 0xeb75 (en: 'leftwards arrow from bar tail', DeepL translation)
+ - "": [T: "flèche vers la droite de l'empennage"] # 0xeb76 (en: 'rightwards arrow from bar tail', DeepL translation)
+ - "": [T: "flèche vers la droite à partir de la tête de flèche de la barre"] # 0xeb77 (en: 'rightwards arrow from bar arrowhead', DeepL translation)
+ - "": [T: "harpon vers le haut à partir de la barre avec ardillon vers la gauche"] # 0xeb78 (en: 'upwards harpoon from bar with barb leftwards arrowhead', DeepL translation)
+ - "": [T: "flèche vers la droite sur flèche vers la gauche"] # 0xeb79 (en: 'rightwards arrow over leftwards arrow right', DeepL translation)
+ - "": [T: "flèche vers la droite au-dessus de flèche vers la gauche"] # 0xeb7a (en: 'rightwards arrow over leftwards arrow left', DeepL translation)
+ - "": [T: "flèche vers la gauche au-dessus de flèche vers la droite"] # 0xeb7b (en: 'leftwards arrow over rightwards arrow right', DeepL translation)
+ - "": [T: "flèche vers la gauche sur flèche vers la droite à gauche"] # 0xeb7c (en: 'leftwards arrow over rightwards arrow left', DeepL translation)
+ - "": [T: "flèche vers le haut à partir d'une barre de flèche"] # 0xeb7d (en: 'upwards arrow from bar arrowhead', DeepL translation)
+ - "": [T: "flèche vers le haut à partir de la queue de la barre"] # 0xeb7e (en: 'upwards arrow from bar tail', DeepL translation)
+ - "": [T: "flèche vers le bas de la queue de la barre"] # 0xeb7f (en: 'downwards arrow from bar tail', DeepL translation)
+ - "": [T: "flèche vers le bas à partir de la tête de flèche de la barre"] # 0xeb80 (en: 'downwards arrow from bar arrowhead', DeepL translation)
+ - "": [T: "harpon vers le bas de la barre avec ardillon vers la droite pointe de flèche"] # 0xeb81 (en: 'downwards harpoon from bar with barb rightwards arrowhead', DeepL translation)
+ - "": [T: "harpon vers le haut à gauche du harpon vers le bas"] # 0xeb82 (en: 'upwards harpoon to the left of downwards harpoon bottom', DeepL translation)
+ - "": [T: "harpon vers le haut à gauche de l'extension du harpon vers le bas"] # 0xeb83 (en: 'upwards harpoon to the left of downwards harpoon extender', DeepL translation)
+ - "": [T: "harpon vers le bas à gauche du harpon vers le haut en haut"] # 0xeb84 (en: 'downwards harpoon to the left of upwards harpoon top', DeepL translation)
+ - "": [T: "harpon vers le haut à gauche du harpon vers le bas en haut"] # 0xeb85 (en: 'upwards harpoon to the left of downwards harpoon top', DeepL translation)
+ - "": [T: "harpon vers le bas à gauche de la rallonge du harpon vers le haut"] # 0xeb86 (en: 'downwards harpoon to the left of the upwards harpoon extender', DeepL translation)
+ - "": [T: "harpon vers le bas à gauche du harpon vers le haut en bas"] # 0xeb87 (en: 'downwards harpoon to the left of the upwards harpoon bottom', DeepL translation)
+ - "": [T: "flèche vers le haut à gauche de la flèche vers le bas"] # 0xeb88 (en: 'upwards arrow leftwards of downwards arrow bottom', DeepL translation)
+ - "": [T: "flèche vers le bas à gauche de la flèche vers le haut en haut"] # 0xeb89 (en: 'downwards arrow leftwards of upwards arrow top', DeepL translation)
+ - "": [T: "flèche vers le haut à gauche de la flèche vers le bas en haut"] # 0xeb8a (en: 'upwards arrow leftwards of downwards arrow top', DeepL translation)
+ - "": [T: "flèche vers le bas à gauche de la flèche vers le haut en bas"] # 0xeb8b (en: 'downwards arrow leftwards of upwards arrow bottom', DeepL translation)
+ - "": [T: "flèche vers la gauche flèche vers la droite prolongateur"] # 0xeb8c (en: 'leftwards rightwards arrows extender', DeepL translation)
+ - "": [T: "extension de la flèche nord-est"] # 0xeb8d (en: 'north east arrow extender', DeepL translation)
+ - "": [T: "extension de la flèche nord-ouest"] # 0xeb8e (en: 'north west arrow extender', DeepL translation)
+ - "": [T: "accolade pointant vers le bas à gauche"] # 0xec00 (en: 'down pointing brace left', DeepL translation)
+ - "": [T: "accolade pointant vers le bas au milieu"] # 0xec01 (en: 'down pointing brace mid', DeepL translation)
+ - "": [T: "accolade pointant vers le bas à droite"] # 0xec02 (en: 'down pointing brace right', DeepL translation)
+ - "": [T: "prolongation de l'accolade horizontale"] # 0xec03 (en: 'horizontal brace extender', DeepL translation)
+ - "": [T: "flèche pointant vers le haut à gauche"] # 0xec04 (en: 'up pointing brace left', DeepL translation)
+ - "": [T: "accolade pointant vers le haut au milieu"] # 0xec05 (en: 'up pointing brace mid', DeepL translation)
+ - "": [T: "accolade pointant vers le haut à droite"] # 0xec06 (en: 'up-pointing brace right', DeepL translation)
+ - "": [T: "barre verticale gauche"] # 0xec07 (en: 'left vertical bar', DeepL translation)
+ - "": [T: "barre verticale droite"] # 0xec08 (en: 'right vertical bar', DeepL translation)
+ - "": [T: "double barre verticale gauche"] # 0xec09 (en: 'left double vertical bar', DeepL translation)
+ - "": [T: "double barre verticale droite"] # 0xec0a (en: 'right double vertical bar', DeepL translation)
+ - "": [T: "rallonge d'équerre horizontale"] # 0xec0b (en: 'horizontal bracket extender', DeepL translation)
+ - "": [T: "sous crochet"] # 0xec0c (en: 'under square bracket', DeepL translation)
+ - "⎵": [T: "crochet vertical inférieur"] # 0x23b5 (en: 'under square bracket')
+ - "": [T: "sur parenthèse carrée"] # 0xec0d (en: 'over square bracket', DeepL translation)
+ - "⎴": [T: "crochet vertical supérieur"] # 0x23b4 (en: 'over square bracket')
+ - "": [T: "sous crochet à gauche"] # 0xec0e (en: 'under bracket left', DeepL translation)
+ - "": [T: "sous crochet à droite"] # 0xec0f (en: 'under bracket right', DeepL translation)
+ - "": [T: "sur crochet à gauche"] # 0xec10 (en: 'over bracket left', DeepL translation)
+ - "": [T: "sur crochet à droite"] # 0xec11 (en: 'over bracket right', DeepL translation)
+ - "": [T: "parenthèse gauche 1"] # 0xec12 (en: 'left parens 1', DeepL translation)
+ - "": [T: "parenthèse gauche 2"] # 0xec13 (en: 'left parens 2', DeepL translation)
+ - "": [T: "parenthèse gauche 3"] # 0xec14 (en: 'left parens 3', DeepL translation)
+ - "": [T: "parenthèse gauche 4"] # 0xec15 (en: 'left parens 4', DeepL translation)
+ - "": [T: "parenthèse droite 1"] # 0xec16 (en: 'right parens 1', DeepL translation)
+ - "": [T: "parenthèse droite 2"] # 0xec17 (en: 'right parens 2', DeepL translation)
+ - "": [T: "parenthèse droite 3"] # 0xec18 (en: 'right parens 3', DeepL translation)
+ - "": [T: "parenthèse droite 4"] # 0xec19 (en: 'right parens 4', DeepL translation)
+ - "": [T: "radical 1"] # 0xec1a (DeepL translation)
+ - "": [T: "radical 2"] # 0xec1b (DeepL translation)
+ - "": [T: "radical 3"] # 0xec1c (DeepL translation)
+ - "": [T: "radical 4"] # 0xec1d (DeepL translation)
+ - "": [T: "radical 5"] # 0xec1e (DeepL translation)
+ - "": [T: "radical inférieur"] # 0xec1f (en: 'radical bottom', DeepL translation)
+ - "": [T: "radical vertical extender"] # 0xec20 (DeepL translation)
+ - "": [T: "radical haut"] # 0xec21 (en: 'radical top', DeepL translation)
+ - "": [T: "crochet blanc haut gauche"] # 0xec22 (en: 'left white bracket top', DeepL translation)
+ - "": [T: "prolongateur de crochet blanc gauche"] # 0xec23 (en: 'left white bracket extender', DeepL translation)
+ - "": [T: "crochet blanc gauche en bas"] # 0xec24 (en: 'left white bracket bottom', DeepL translation)
+ - "": [T: "crochet blanc droit en haut"] # 0xec25 (en: 'right white bracket top', DeepL translation)
+ - "": [T: "prolongateur de crochet blanc droit"] # 0xec26 (en: 'right white bracket extender', DeepL translation)
+ - "": [T: "crochet blanc droit en bas"] # 0xec27 (en: 'right white bracket bottom', DeepL translation)
+ - "": [T: "accolade blanche gauche"] # 0xec30 (en: 'left white curly bracket', DeepL translation)
+ - "": [T: "accolade blanche droite"] # 0xec31 (en: 'right white curly bracket', DeepL translation)
+ - "": [T: "signe de division longue"] # 0xec32 (en: 'long division sign', DeepL translation)
+ - "": [T: "extension du signe de division longue"] # 0xec33 (en: 'long division sign extender', DeepL translation)
+ - "": [T: "division courte"] # 0xec34 (en: 'short division', DeepL translation)
+ - "": [T: "liaison cadratin double sud-ouest à nord-est"] # 0xec40 (en: 'double southwest to northeast em bond', DeepL translation)
+ - "": [T: "liaison cadratin double nord-ouest à sud-est"] # 0xec41 (en: 'double northwest to southeast em bond', DeepL translation)
+ - "": [T: "liaison cadratin simple horizontale"] # 0xec42 (en: 'single horizontal em bond', DeepL translation)
+ - "": [T: "liaison cadratin double horizontale"] # 0xec43 (en: 'double horizontal em bond', DeepL translation)
+ - "": [T: "liaison cadratin triple horizontale"] # 0xec44 (en: 'triple horizontal em bond', DeepL translation)
+ - "": [T: "liaison cadratin simple verticale"] # 0xec45 (en: 'single vertical em bond', DeepL translation)
+ - "": [T: "liaison cadratin double verticale"] # 0xec46 (en: 'double vertical em bond', DeepL translation)
+ - "": [T: "liaison cadratin triple verticale"] # 0xec47 (en: 'triple vertical em bond', DeepL translation)
+ - "": [T: "inférieur à liaison cadratin"] # 0xec48 (en: 'less than em bond', DeepL translation)
+ - "": [T: "supérieur à liaison cadratin"] # 0xec49 (en: 'greater than em bond', DeepL translation)
+ - "": [T: "liaison demi-cadratin simple horizontale"] # 0xec4a (en: 'single horizontal en bond', DeepL translation)
+ - "": [T: "liaison demi-cadratin double horizontale"] # 0xec4b (en: 'double horizontal en bond', DeepL translation)
+ - "": [T: "liaison demi-cadratin triple horizontale"] # 0xec4c (en: 'triple horizontal en bond', DeepL translation)
+ - "": [T: "rectangle supérieur gauche"] # 0xec80 (en: 'top left rectangle', DeepL translation)
+ - "": [T: "rectangle inférieur gauche"] # 0xec81 (en: 'bottom left rectangle', DeepL translation)
+ - "": [T: "rectangle supérieur droite"] # 0xec90 (en: 'top right rectangle', DeepL translation)
+ - "": [T: "rectangle inférieur droite"] # 0xec91 (en: 'bottom right rectangle', DeepL translation)
+ - "": [T: "synthetic division corner"] # 0xec92 (DeepL translation)
+ - "": [T: "prolongateur de division synthétique horizontale"] # 0xec93 (en: 'synthetic division horizontal extender', DeepL translation)
+ - "": [T: "prolongateur de division synthétique verticale"] # 0xec94 (en: 'synthetic division vertical extender', DeepL translation)
+ - "": [T: "gauche extension du plancher du plafond"] # 0xec95 (en: 'left ceiling floor extender', DeepL translation)
+ - "": [T: "prolongateur de plafond droit"] # 0xec96 (en: 'right ceiling floor extender', DeepL translation)
+ - "": [T: "prolongateur de crochet supérieur"] # 0xec97 (en: 'over bracket extender', DeepL translation)
+ - "": [T: "prolongateur de la barre verticale"] # 0xec98 (en: 'vertical bar extender', DeepL translation)
+ - "": [T: "double barre verticale gauche"] # 0xec99 (en: 'left double vertical bar extender', DeepL translation)
+ - "": [T: "prolongateur de barre horizontale"] # 0xec9a (en: 'horizontal bar extender', DeepL translation)
+ - "": [T: "prolongateur de crochet inférieur"] # 0xec9c (en: 'under bracket extender', DeepL translation)
+ - "": [T: "parenthèse pointant vers le bas à droite"] # 0xec9d (en: 'down pointing paren right', DeepL translation)
+ - "": [T: "prolongateur de parenthèse pointant vers le bas"] # 0xec9e (en: 'down pointing paren extender', DeepL translation)
+ - "": [T: "parenthèse pointant vers le bas à gauche"] # 0xec9f (en: 'down pointing paren left', DeepL translation)
+ - "": [T: "prolongateur d'accolade pointant vers le haut"] # 0xeca0 (en: 'up pointing brace extender', DeepL translation)
+ - "": [T: "parenthèse pointant vers le haut à gauche"] # 0xeca1 (en: 'up pointing paren left', DeepL translation)
+ - "": [T: "prolongateur de parenthèse pointant vers le haut"] # 0xeca2 (en: 'up pointing paren extender', DeepL translation)
+ - "": [T: "parenthèse pointant vers le haut à droite"] # 0xeca3 (en: 'up pointing paren right', DeepL translation)
+ - "": [T: "prolongateur d'accolade pointant vers le bas"] # 0xeca4 (en: 'down pointing brace extender', DeepL translation)
+ - "": [T: "constante de planck sur deux barres de pi"] # 0xed00 (en: 'planck constant over two pi bar', DeepL translation)
+ - "": [T: "g miroir"] # 0xed01 (en: 'mirror g', DeepL translation)
+ - "": [T: "j sans point"] # 0xed02 (en: 'dotless j', DeepL translation)
+ - "": [T: "digamma"] # 0xed03 (DeepL translation)
+ - "ϝ": [T: "digamma"] # 0x3dd
+ - "": [T: ""] # 0xed10 (en: 'd', DeepL translation)
+ - "ⅆ": [T: "d ajouré en italique"] # 0x2146 (en: 'd', MathPlayer: 'd ajouré minuscule italique', DeepL: 'ⅆ')
+ - "": [T: ""] # 0xed11 (en: 'e', DeepL translation)
+ - "ⅇ": [T: "e ajouré en italique"] # 0x2147 (en: 'e', MathPlayer: 'e ajouré minuscule italique', DeepL: 'ⅇ')
+ - "": [T: ""] # 0xed12 (en: 'i', DeepL translation)
+ - "ⅈ": [T: "i ajouré en italique"] # 0x2148 (en: 'i', MathPlayer: 'i ajouré minuscule italique', DeepL: 'ⅈ')
+ - "": [T: ""] # 0xed13 (en: 'j', DeepL translation)
- "ⅅ":
- - spell: "translate('.', 'ⅅ', 'DD')" # 0xed16, 0x2145
+ - SPELL: "translate('.', 'ⅅ', 'DD')" # 0xed16, 0x2145
# The private use chars are from MathType
- - "": [t: "boucle intégrale du contour dans le sens inverse des aiguilles d'une montre"] # 0xee00 (en: 'anticlockwise contour integral loop', DeepL translation)
- - "": [t: "boucle intégrale dans le sens des aiguilles d'une montre"] # 0xee01 (en: 'clockwise contour integral loop', DeepL translation)
- - "": [t: ""] # 0xee04
- - "": [t: ""] # 0xee05
- - "": [t: ""] # 0xee06
- - "": [t: ""] # 0xee07
- - "": [t: ""] # 0xee08
- - "": [t: ""] # 0xee09
- - "": [t: ""] # 0xee0a
- - "": [t: ""] # 0xee0b
- - "": [t: ""] # 0xee0c
- - "": [t: "embellissement de l'état des joints"] # 0xee0d (en: 'joint status embellishment', DeepL translation)
- - "": [t: "joint status embellishment left"] # 0xee0e (DeepL translation)
- - "": [t: "état de l'articulation embellissement droit"] # 0xee0f (en: 'joint status embellishment right', DeepL translation)
- - "": [t: "extension de l'embellissement de l'état conjoint"] # 0xee10 (en: 'joint status embellishment extender', DeepL translation)
- - "": [t: "boucle intégrale"] # 0xee11 (en: 'integral loop', DeepL translation)
- - "": [t: "boucle intégrale double"] # 0xee12 (en: 'integral loop double', DeepL translation)
- - "": [t: "boucle intégrale triple"] # 0xee13 (en: 'integral loop triple', DeepL translation)
- - "": [t: "expansion boucle intégrale double"] # 0xee15 (en: 'expanding integral loop double', DeepL translation)
- - "": [t: "triple boucle intégrale en expansion"] # 0xee16 (en: 'expanding integral loop triple', DeepL translation)
- - "": [t: "asymptotiquement égal à l'accent"] # 0xee17 (en: 'asymptotically equal to accent', DeepL translation)
- - "": [t: "accent du signe égal"] # 0xee18 (en: 'equal sign accent', DeepL translation)
- - "": [t: "quadruple prime"] # 0xee19 (DeepL translation)
- - "": [t: "accent bar avec cercle ouvert à gauche"] # 0xee1a (en: 'bar accent with open circle left', DeepL translation)
- - "": [t: "barre accentuée avec cercle fermé à gauche"] # 0xee1b (en: 'bar accent with closed circle left', DeepL translation)
- - "": [t: "barre d'accent avec cercle ouvert à droite"] # 0xee1c (en: 'bar accent with open circle right', DeepL translation)
- - "": [t: "barre d'accentuation avec point de suspension"] # 0xee1d (en: 'bar accent with over dot', DeepL translation)
- - "": [t: "barre d'accent avec point en dessous"] # 0xee1e (en: 'bar accent with under dot', DeepL translation)
- - "": [t: "accent barré avec point double"] # 0xee1f (en: 'bar accent with double over dot', DeepL translation)
- - "": [t: "accent barré avec double point inférieur"] # 0xee20 (en: 'bar accent with double under dot', DeepL translation)
- - "": [t: "barre d'accentuation avec caret"] # 0xee21 (en: 'bar accent with caret', DeepL translation)
- - "": [t: "accent épais sous la barre"] # 0xee22 (en: 'thick under bar accent', DeepL translation)
- - "": [t: "accent barré avec cercle fermé à droite"] # 0xee23 (en: 'bar accent with closed circle right', DeepL translation)
- - "": [t: "gros point au-dessus"] # 0xee24 (en: 'large dot above', DeepL translation)
- - "": [t: "marque d'alignement"] # 0xef00 (en: 'alignment mark', DeepL translation)
- - "": [t: ""] # 0xef01
- - "": [t: ""] # 0x200b
- - "": [t: ""] # 0xef02
- - " ": [t: ""] # 0x2009
- - "": [t: ""] # 0xef03
- - " ": [t: ""] # 0x205f
- - "": [t: ""] # 0xef04
- - "": [t: ""] # 0xef05
- - "": [t: ""] # 0xef06
- - "": [t: ""] # 0xef07
- - "": [t: ""] # 0xef08
- - "": [t: ""] # 0xef09
- - "": [t: ""] # 0xef0a
- - " ": [t: ""] # 0x200a
- - "": [t: ""] # 0xef22
- - "": [t: ""] # 0xef23
- - "": [t: ""] # 0xef24
- - "": [t: ""] # 0xef29
- - "": [t: "terme manquant"] # 0xef41 (en: 'missing term', DeepL translation)
- - "": [t: "flèche à gauche de l'intégrale du contour dans le sens des aiguilles d'une montre"] # 0xef80 (en: 'clockwise contour integral arrow on left', DeepL translation)
- - "": [t: "intégrale avec carré"] # 0xef81 (en: 'integral with square', DeepL translation)
- - "": [t: "intégrale avec barre oblique"] # 0xef82 (en: 'integral with slash', DeepL translation)
- - "": [t: "intégrale inversée"] # 0xef83 (en: 'reversed integral', DeepL translation)
- - "": [t: "double zéro sur double zéro"] # 0xef90 (en: 'double zero over double zero', DeepL translation)
- - "": [t: "zéro avec barre oblique"] # 0xef91 (en: 'zero with slash', DeepL translation)
+ - "": [T: "boucle intégrale du contour antihoraire"] # 0xee00 (en: 'anticlockwise contour integral loop', DeepL translation)
+ - "": [T: "boucle intégrale du contour horaire"] # 0xee01 (en: 'clockwise contour integral loop', DeepL translation)
+ - "": [T: ""] # 0xee04
+ - "": [T: ""] # 0xee05
+ - "": [T: ""] # 0xee06
+ - "": [T: ""] # 0xee07
+ - "": [T: ""] # 0xee08
+ - "": [T: ""] # 0xee09
+ - "": [T: ""] # 0xee0a
+ - "": [T: ""] # 0xee0b
+ - "": [T: ""] # 0xee0c
+ - "": [T: "embellissement de l'état des joints"] # 0xee0d (en: 'joint status embellishment', DeepL translation)
+ - "": [T: "joint status embellishment left"] # 0xee0e (DeepL translation)
+ - "": [T: "état de l'articulation embellissement droit"] # 0xee0f (en: 'joint status embellishment right', DeepL translation)
+ - "": [T: "prolongateur de l'embellissement de l'état conjoint"] # 0xee10 (en: 'joint status embellishment extender', DeepL translation)
+ - "": [T: "boucle intégrale"] # 0xee11 (en: 'integral loop', DeepL translation)
+ - "": [T: "boucle intégrale double"] # 0xee12 (en: 'integral loop double', DeepL translation)
+ - "": [T: "boucle intégrale triple"] # 0xee13 (en: 'integral loop triple', DeepL translation)
+ - "": [T: "boucle intégrale double en expansion"] # 0xee15 (en: 'expanding integral loop double', DeepL translation)
+ - "": [T: "boucle intégrale triple en expansion"] # 0xee16 (en: 'expanding integral loop triple', DeepL translation)
+ - "": [T: "asymptotiquement égal à l'accent"] # 0xee17 (en: 'asymptotically equal to accent', DeepL translation)
+ - "": [T: "signe égal accent"] # 0xee18 (en: 'equal sign accent', DeepL translation)
+ - "": [T: "quadruple prime"] # 0xee19 (DeepL translation)
+ - "": [T: "barre accentuée avec cercle ouvert à gauche"] # 0xee1a (en: 'bar accent with open circle left', DeepL translation)
+ - "": [T: "barre accentuée avec cercle fermé à gauche"] # 0xee1b (en: 'bar accent with closed circle left', DeepL translation)
+ - "": [T: "barre accentuée avec cercle ouvert à droite"] # 0xee1c (en: 'bar accent with open circle right', DeepL translation)
+ - "": [T: "barre accentuée avec point de suspension"] # 0xee1d (en: 'bar accent with over dot', DeepL translation)
+ - "": [T: "barre accentuée avec point en dessous"] # 0xee1e (en: 'bar accent with under dot', DeepL translation)
+ - "": [T: "barre accentuée avec point double"] # 0xee1f (en: 'bar accent with double over dot', DeepL translation)
+ - "": [T: "barre accentuée avec double point inférieur"] # 0xee20 (en: 'bar accent with double under dot', DeepL translation)
+ - "": [T: "barre accentuée avec caret"] # 0xee21 (en: 'bar accent with caret', DeepL translation)
+ - "": [T: "accent épais sous la barre"] # 0xee22 (en: 'thick under bar accent', DeepL translation)
+ - "": [T: "barre accentuée avec cercle fermé à droite"] # 0xee23 (en: 'bar accent with closed circle right', DeepL translation)
+ - "": [T: "gros point au-dessus"] # 0xee24 (en: 'large dot above', DeepL translation)
+ - "": [T: "marque d'alignement"] # 0xef00 (en: 'alignment mark', DeepL translation)
+ - "": [T: ""] # 0xef01
+ - "": [T: ""] # 0x200b
+ - "": [T: ""] # 0xef02
+ - " ": [T: ""] # 0x2009
+ - "": [T: ""] # 0xef03
+ - " ": [T: ""] # 0x205f
+ - "": [T: ""] # 0xef04
+ - "": [T: ""] # 0xef05
+ - "": [T: ""] # 0xef06
+ - "": [T: ""] # 0xef07
+ - "": [T: ""] # 0xef08
+ - "": [T: ""] # 0xef09
+ - "": [T: ""] # 0xef0a
+ - " ": [T: ""] # 0x200a
+ - "": [T: ""] # 0xef22
+ - "": [T: ""] # 0xef23
+ - "": [T: ""] # 0xef24
+ - "": [T: ""] # 0xef29
+ - "": [T: "terme manquant"] # 0xef41 (en: 'missing term', DeepL translation)
+ - "": [T: "flèche à gauche de l'intégrale du contour horaire"] # 0xef80 (en: 'clockwise contour integral arrow on left', DeepL translation)
+ - "": [T: "intégrale avec carré"] # 0xef81 (en: 'integral with square', DeepL translation)
+ - "": [T: "intégrale avec barre oblique"] # 0xef82 (en: 'integral with slash', DeepL translation)
+ - "": [T: "intégrale inversée"] # 0xef83 (en: 'reversed integral', DeepL translation)
+ - "": [T: "double zéro sur double zéro"] # 0xef90 (en: 'double zero over double zero', DeepL translation)
+ - "": [T: "zéro avec barre oblique"] # 0xef91 (en: 'zero with slash', DeepL translation)
# fraktur chars in math alphabetic block and also MathType private use area
# Some of these are reserved because they were used in Plane 0 -- that shouldn't be an issue other than causing the other chars to not display
- "𝔄-𝔜": # 0x1d504 - 0x1d51d ('z' version is reserved)
- - spell: "translate('.', '𝔄𝔅𝔇𝔈𝔉𝔊𝔍𝔎𝔏𝔐𝔑𝔒𝔓𝔔𝔖𝔗𝔘𝔙𝔚𝔛𝔜', 'ABCDEFGHIJKLMNOPQRSTUVWXY')"
- - t: "gothique" # (DeepL translation)
+ - SPELL: "translate('.', '𝔄𝔅𝔇𝔈𝔉𝔊𝔍𝔎𝔏𝔐𝔑𝔒𝔓𝔔𝔖𝔗𝔘𝔙𝔚𝔛𝔜', 'ABCDEFGHIJKLMNOPQRSTUVWXY')"
+ - T: "gothique" # (DeepL translation)
- "-": # 0xf000 - 0xf018
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXY')"
- - t: "gothique" # (DeepL translation)
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXY')"
+ - T: "gothique" # (DeepL translation)
- "𝔞-𝔷": # 0x1d51e - 0x1d537
- - spell: "translate('.', '𝔞𝔟𝔠𝔡𝔢𝔣𝔤𝔥𝔦𝔧𝔨𝔩𝔪𝔫𝔬𝔭𝔮𝔯𝔰𝔱𝔲𝔳𝔴𝔵𝔶𝔷', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "gothique" # (DeepL translation)
+ - SPELL: "translate('.', '𝔞𝔟𝔠𝔡𝔢𝔣𝔤𝔥𝔦𝔧𝔨𝔩𝔪𝔫𝔬𝔭𝔮𝔯𝔰𝔱𝔲𝔳𝔴𝔵𝔶𝔷', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "gothique" # (DeepL translation)
- "-": # 0xf01a - 0xf033
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "gothique" # (DeepL translation)
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "gothique" # (DeepL translation)
- "𝕬-𝖅": # 0x1D56C - 0x1D585
- - spell: "translate('.', '𝕬𝕭𝕮𝕯𝕰𝕱𝕲𝕳𝕴𝕵𝕶𝕷𝕸𝕹𝕺𝕻𝕼𝕽𝕾𝕿𝖀𝖁𝖂𝖃𝖄𝖅', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- - t: "gothique" # (DeepL translation)
+ - SPELL: "translate('.', '𝕬𝕭𝕮𝕯𝕰𝕱𝕲𝕳𝕴𝕵𝕶𝕷𝕸𝕹𝕺𝕻𝕼𝕽𝕾𝕿𝖀𝖁𝖂𝖃𝖄𝖅', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - T: "gothique" # (DeepL translation)
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf040 - 0xf059
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- - t: "gothique" # (DeepL translation)
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - T: "gothique" # (DeepL translation)
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝖆-𝖟": # 0x1d586 - 0x1d59f
- - spell: "translate('.', '𝖆𝖇𝖈𝖉𝖊𝖋𝖌𝖍𝖎𝖏𝖐𝖑𝖒𝖓𝖔𝖕𝖖𝖗𝖘𝖙𝖚𝖛𝖜𝖝𝖞𝖟', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "gothique" # (DeepL translation)
+ - SPELL: "translate('.', '𝖆𝖇𝖈𝖉𝖊𝖋𝖌𝖍𝖎𝖏𝖐𝖑𝖒𝖓𝖔𝖕𝖖𝖗𝖘𝖙𝖚𝖛𝖜𝖝𝖞𝖟', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "gothique" # (DeepL translation)
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf05a - 0xf073
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "gothique" # (DeepL translation)
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "gothique" # (DeepL translation)
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
# double struck (blackboard bold) chars in math alphabetic block and also MathType private use area
# Some of these are reserved because they were used in Plane 0 -- that shouldn't be an issue other than causing the other chars to not display
- "𝔸-𝕐": # 0x1d504 - 0x1d51d ('z' version is reserved)
- - spell: "translate('.', '𝔸𝔹𝔻𝔼𝔽𝔾𝕀𝕁𝕂𝕃𝕄𝕆𝕊𝕋𝕌𝕍𝕎𝕏𝕐', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- - t: "double barre" # (en: 'double struck', DeepL translation)
+ - SPELL: "translate('.', '𝔸𝔹𝔻𝔼𝔽𝔾𝕀𝕁𝕂𝕃𝕄𝕆𝕊𝕋𝕌𝕍𝕎𝕏𝕐', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - T: "double barre" # (en: 'double struck', DeepL translation)
- "-": # 0xf080 - 0xf098
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- - t: "double barre" # (en: 'double struck', DeepL translation)
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - T: "double barre" # (en: 'double struck', DeepL translation)
- "𝕒-𝕫": # 0x1d552 - 0x1d56b
- - spell: "translate('.', '𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛𝕜𝕝𝕞𝕟𝕠𝕡𝕢𝕣𝕤𝕥𝕦𝕧𝕨𝕩𝕪𝕫', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "double barre" # (en: 'double struck', DeepL translation)
+ - SPELL: "translate('.', '𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛𝕜𝕝𝕞𝕟𝕠𝕡𝕢𝕣𝕤𝕥𝕦𝕧𝕨𝕩𝕪𝕫', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "double barre" # (en: 'double struck', DeepL translation)
- "-": # 0xf09a - 0xf0b3
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "double barre" # (en: 'double struck', DeepL translation)
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "double barre" # (en: 'double struck', DeepL translation)
- "𝟘-𝟡": # 0x1d7d8 - 0x1d7e1
- - spell: "translate('.', '𝟘𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡', '0123456789')"
- - t: "double barre" # (en: 'double struck', DeepL translation)
+ - SPELL: "translate('.', '𝟘𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡', '0123456789')"
+ - T: "double barre" # (en: 'double struck', DeepL translation)
- "-": # 0xf0c0 - 0xf0c9
- - spell: "translate('.', '', '0123456789')"
- - t: "double barre" # (en: 'double struck', DeepL translation)
+ - SPELL: "translate('.', '', '0123456789')"
+ - T: "double barre" # (en: 'double struck', DeepL translation)
- - "": [t: "double barre nahblah"] # 0xf0ca (en: 'double struck nahblah', DeepL translation)
- - "": [t: "constante d'euler doublement frappée"] # 0xf0cb (en: 'double struck euler constant', DeepL translation)
+ - "": [T: "double barre nahblah"] # 0xf0ca (en: 'double struck nahblah', DeepL translation)
+ - "": [T: "constante d'euler doublement frappée"] # 0xf0cb (en: 'double struck euler constant', DeepL translation)
# script chars in math alphabetic block and also MathType private use area
- "𝒜-𝒵": # 0x1d49c - 0x1d4b5
- - spell: "translate('.', '𝒜𝒞𝒟𝒢𝒥𝒦𝒩𝒪𝒫𝒬𝒮𝒯𝒰𝒱𝒲𝒳𝒴𝒵', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- - t: "script" # (DeepL translation)
+ - SPELL: "translate('.', '𝒜𝒞𝒟𝒢𝒥𝒦𝒩𝒪𝒫𝒬𝒮𝒯𝒰𝒱𝒲𝒳𝒴𝒵', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - T: "script" # (DeepL translation)
- "-": # 0xf100 - 0xf119
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- - t: "script" # (DeepL translation)
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - T: "script" # (DeepL translation)
- "𝒶-𝓏": # 0x1d4b6 - 0x1d4cf
- - spell: "translate('.', '𝒶𝒷𝒸𝒹𝒻𝒽𝒾𝒿𝓀𝓁𝓂𝓃𝓅𝓆𝓇𝓈𝓉𝓊𝓋𝓌𝓍𝓎𝓏', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "script" # (DeepL translation)
+ - SPELL: "translate('.', '𝒶𝒷𝒸𝒹𝒻𝒽𝒾𝒿𝓀𝓁𝓂𝓃𝓅𝓆𝓇𝓈𝓉𝓊𝓋𝓌𝓍𝓎𝓏', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "script" # (DeepL translation)
- "-": # 0xf11a - 0xf133
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "script" # (DeepL translation)
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "script" # (DeepL translation)
# bold script chars in math alphabetic block and also MathType private use area
- "𝓐-𝓩": # 0x1d4d0 - 0x1d4e9
- - spell: "translate('.', '𝓐𝓑𝓒𝓓𝓔𝓕𝓖𝓗𝓘𝓙𝓚𝓛𝓜𝓝𝓞𝓟𝓠𝓡𝓢𝓣𝓤𝓥𝓦𝓧𝓨𝓩', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- - t: "script" # (DeepL translation)
+ - SPELL: "translate('.', '𝓐𝓑𝓒𝓓𝓔𝓕𝓖𝓗𝓘𝓙𝓚𝓛𝓜𝓝𝓞𝓟𝓠𝓡𝓢𝓣𝓤𝓥𝓦𝓧𝓨𝓩', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - T: "script" # (DeepL translation)
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf140 - 0xf159
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- - t: "script" # (DeepL translation)
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - T: "script" # (DeepL translation)
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝓪-𝔃": # 0x1d4ea - 0x1d503
- - spell: "translate('.', '𝓪𝓫𝓬𝓭𝓮𝓯𝓰𝓱𝓲𝓳𝓴𝓵𝓶𝓷𝓸𝓹𝓺𝓻𝓼𝓽𝓾𝓿𝔀𝔁𝔂𝔃', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "script" # (DeepL translation)
+ - SPELL: "translate('.', '𝓪𝓫𝓬𝓭𝓮𝓯𝓰𝓱𝓲𝓳𝓴𝓵𝓶𝓷𝓸𝓹𝓺𝓻𝓼𝓽𝓾𝓿𝔀𝔁𝔂𝔃', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "script" # (DeepL translation)
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf15a - 0xf173
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- - t: "script" # (DeepL translation)
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ - T: "script" # (DeepL translation)
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf180 - 0xf199
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- "": # 0xf19a
- test:
@@ -3090,14 +3262,14 @@
replace: []
- pitch:
value: "$CapitalLetters_Pitch"
- replace: [t: "ligature ae"] # (DeepL translation)
+ replace: [T: "ligature ae"] # (DeepL translation)
- test:
if: "$CapitalLetters_UseWord"
then_test:
if: "$SpeechOverrides_CapitalLetters = ''"
then_test:
if: "$Impairment = 'Blindness'"
- then: [t: "majuscule"] # (en: 'cap', DeepL translation)
+ then: [T: "majuscule"] # (en: 'cap', DeepL translation)
else: [x: "$SpeechOverrides_CapitalLetters"]
- "": # 0xf19b
- test:
@@ -3108,14 +3280,14 @@
replace: []
- pitch:
value: "$CapitalLetters_Pitch"
- replace: [t: "s pointu"] # (en: 'sharp s', DeepL translation)
+ replace: [T: "s pointu"] # (en: 'sharp s', DeepL translation)
- test:
if: "$CapitalLetters_UseWord"
then_test:
if: "$SpeechOverrides_CapitalLetters = ''"
then_test:
if: "$Impairment = 'Blindness'"
- then: [t: "majuscule"] # (en: 'cap', DeepL translation)
+ then: [T: "majuscule"] # (en: 'cap', DeepL translation)
else: [x: "$SpeechOverrides_CapitalLetters"]
- "": # 0xf19c
- test:
@@ -3126,494 +3298,500 @@
replace: []
- pitch:
value: "$CapitalLetters_Pitch"
- replace: [t: "o avec trait"] # (en: 'o with stroke', DeepL translation)
+ replace: [T: "o avec trait"] # (en: 'o with stroke', DeepL translation)
- test:
if: "$CapitalLetters_UseWord"
then_test:
if: "$SpeechOverrides_CapitalLetters = ''"
then_test:
if: "$Impairment = 'Blindness'"
- then: [t: "majuscule"] # (en: 'cap', DeepL translation)
+ then: [T: "majuscule"] # (en: 'cap', DeepL translation)
else: [x: "$SpeechOverrides_CapitalLetters"]
# MathType only has a few of the cap Greek letters in PUA
- "": # 0xf201 - 0xf209
- - spell: "translate('.', '', 'ΔΨΛΠΣΘΓΩΥ')"
- - t: "double barre" # (en: 'double struck', DeepL translation)
+ - SPELL: "translate('.', '', 'ΔΨΛΠΣΘΓΩΥ')"
+ - T: "double barre" # (en: 'double struck', DeepL translation)
- "-": # 0xf220 - 0xf236
- - spell: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- - t: "double barre" # (en: 'double struck', DeepL translation)
+ - SPELL: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ - T: "double barre" # (en: 'double struck', DeepL translation)
- - "": [t: "double barre final sigma"] # 0xf237 (en: 'double struck final sigma', DeepL translation)
- - "": [t: "double rho frappé"] # 0xf250 (en: 'double struck rho', DeepL translation)
- - "": [t: "phi doublement frappé"] # 0xf251 (en: 'double struck phi', DeepL translation)
+ - "": [T: "double barre final sigma"] # 0xf237 (en: 'double struck final sigma', DeepL translation)
+ - "": [T: "double rho frappé"] # 0xf250 (en: 'double struck rho', DeepL translation)
+ - "": [T: "phi doublement frappé"] # 0xf251 (en: 'double struck phi', DeepL translation)
- "𝐀-𝐙": # 0x1d400 - 0x1d419
- - spell: "translate('.', '𝐀𝐁𝐂𝐃𝐄𝐅𝐆𝐇𝐈𝐉𝐊𝐋𝐌𝐍𝐎𝐏𝐐𝐑𝐒𝐓𝐔𝐕𝐖𝐗𝐘𝐙', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '𝐀𝐁𝐂𝐃𝐄𝐅𝐆𝐇𝐈𝐉𝐊𝐋𝐌𝐍𝐎𝐏𝐐𝐑𝐒𝐓𝐔𝐕𝐖𝐗𝐘𝐙', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf260 - 0xf279
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝐚-𝐳": # 0x1d41a - 0x1d433
- - spell: "translate('.', '𝐚𝐛𝐜𝐝𝐞𝐟𝐠𝐡𝐢𝐣𝐤𝐥𝐦𝐧𝐨𝐩𝐪𝐫𝐬𝐭𝐮𝐯𝐰𝐱𝐲𝐳', 'abcdefghijklmnopqrstuvwxyz')"
+ - SPELL: "translate('.', '𝐚𝐛𝐜𝐝𝐞𝐟𝐠𝐡𝐢𝐣𝐤𝐥𝐦𝐧𝐨𝐩𝐪𝐫𝐬𝐭𝐮𝐯𝐰𝐱𝐲𝐳', 'abcdefghijklmnopqrstuvwxyz')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf27a - 0xf293
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝐴-𝑍": # 0x1d434 - 0x1d44d
- - spell: "translate('.', '𝐴𝐵𝐶𝐷𝐸𝐹𝐺𝐻𝐼𝐽𝐾𝐿𝑀𝑁𝑂𝑃𝑄𝑅𝑆𝑇𝑈𝑉𝑊𝑋𝑌𝑍', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '𝐴𝐵𝐶𝐷𝐸𝐹𝐺𝐻𝐼𝐽𝐾𝐿𝑀𝑁𝑂𝑃𝑄𝑅𝑆𝑇𝑈𝑉𝑊𝑋𝑌𝑍', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- "-": # 0xf294 - 0xf2ad
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- "𝑎-𝑧": # 0x1d44e - 0x1d467
- - spell: "translate('.', '𝑎𝑏𝑐𝑑𝑒𝑓𝑔𝑖𝑗𝑘𝑙𝑚𝑛𝑜𝑝𝑞𝑟𝑠𝑡𝑢𝑣𝑤𝑥𝑦𝑧', 'abcdefghijklmnopqrstuvwxyz')"
+ - SPELL: "translate('.', '𝑎𝑏𝑐𝑑𝑒𝑓𝑔𝑖𝑗𝑘𝑙𝑚𝑛𝑜𝑝𝑞𝑟𝑠𝑡𝑢𝑣𝑤𝑥𝑦𝑧', 'abcdefghijklmnopqrstuvwxyz')"
- "-": # 0xf2ae - 0xf2c7
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- "𝑨-𝒁": # 0x1d468 - 0x1d481
- # - t: "bold italic"
- - spell: "translate('.', '𝑨𝑩𝑪𝑫𝑬𝑭𝑮𝑯𝑰𝑱𝑲𝑳𝑴𝑵𝑶𝑷𝑸𝑹𝑺𝑻𝑼𝑽𝑾𝑿𝒀𝒁', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '𝑨𝑩𝑪𝑫𝑬𝑭𝑮𝑯𝑰𝑱𝑲𝑳𝑴𝑵𝑶𝑷𝑸𝑹𝑺𝑻𝑼𝑽𝑾𝑿𝒀𝒁', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf2c8 - 0xf2e1
- # - t: "bold italic"
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝒂-𝒛": # 0x1d482 - 0x1d49b
- # - t: "bold italic"
- - spell: "translate('.', '𝒂𝒃𝒄𝒅𝒆𝒇𝒈𝒉𝒊𝒋𝒌𝒍𝒎𝒏𝒐𝒑𝒒𝒓𝒔𝒕𝒖𝒗𝒘𝒙𝒚𝒛', 'abcdefghijklmnopqrstuvwxyz')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '𝒂𝒃𝒄𝒅𝒆𝒇𝒈𝒉𝒊𝒋𝒌𝒍𝒎𝒏𝒐𝒑𝒒𝒓𝒔𝒕𝒖𝒗𝒘𝒙𝒚𝒛', 'abcdefghijklmnopqrstuvwxyz')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf2e2 - 0xf2fb
- # - t: "bold italic"
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝖠-𝖹": # 0x1d5a0 - 0x1d5b9
- - spell: "translate('.', '𝖠𝖡𝖢𝖣𝖤𝖥𝖦𝖧𝖨𝖩𝖪𝖫𝖬𝖭𝖮𝖯𝖰𝖱𝖲𝖳𝖴𝖵𝖶𝖷𝖸𝖹', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '𝖠𝖡𝖢𝖣𝖤𝖥𝖦𝖧𝖨𝖩𝖪𝖫𝖬𝖭𝖮𝖯𝖰𝖱𝖲𝖳𝖴𝖵𝖶𝖷𝖸𝖹', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- "-": # 0xf300 - 0xf319
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- "𝖺-𝗓": # 0x1d5ba - 0x1d5d3
- - spell: "translate('.', '𝖺𝖻𝖼𝖽𝖾𝖿𝗀𝗁𝗂𝗃𝗄𝗅𝗆𝗇𝗈𝗉𝗊𝗋𝗌𝗍𝗎𝗏𝗐𝗑𝗒𝗓', 'abcdefghijklmnopqrstuvwxyz')"
+ - SPELL: "translate('.', '𝖺𝖻𝖼𝖽𝖾𝖿𝗀𝗁𝗂𝗃𝗄𝗅𝗆𝗇𝗈𝗉𝗊𝗋𝗌𝗍𝗎𝗏𝗐𝗑𝗒𝗓', 'abcdefghijklmnopqrstuvwxyz')"
- "-": # 0xf31a - 0xf333
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- "𝗔-𝗭": # 0x1d5d4 - 0x1d5ed
- - spell: "translate('.', '𝗔𝗕𝗖𝗗𝗘𝗙𝗚𝗛𝗜𝗝𝗞𝗟𝗠𝗡𝗢𝗣𝗤𝗥𝗦𝗧𝗨𝗩𝗪𝗫𝗬𝗭', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '𝗔𝗕𝗖𝗗𝗘𝗙𝗚𝗛𝗜𝗝𝗞𝗟𝗠𝗡𝗢𝗣𝗤𝗥𝗦𝗧𝗨𝗩𝗪𝗫𝗬𝗭', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf334 - 0xf34d
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝗮-𝘇": # 0x1d5ee - 0x1d607
- - spell: "translate('.', '𝗮𝗯𝗰𝗱𝗲𝗳𝗴𝗵𝗶𝗷𝗸𝗹𝗺𝗻𝗼𝗽𝗾𝗿𝘀𝘁𝘂𝘃𝘄𝘅𝘆𝘇', 'abcdefghijklmnopqrstuvwxyz')"
+ - SPELL: "translate('.', '𝗮𝗯𝗰𝗱𝗲𝗳𝗴𝗵𝗶𝗷𝗸𝗹𝗺𝗻𝗼𝗽𝗾𝗿𝘀𝘁𝘂𝘃𝘄𝘅𝘆𝘇', 'abcdefghijklmnopqrstuvwxyz')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf34e - 0xf367
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝘈-𝘡": # 0x1d608 - 0x1d621
- # - t: "italic"
- - spell: "translate('.', '𝘈𝘉𝘊𝘋𝘌𝘍𝘎𝘏𝘐𝘑𝘒𝘓𝘔𝘕𝘖𝘗𝘘𝘙𝘚𝘛𝘜𝘝𝘞𝘟𝘠𝘡', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ # - T: "italic"
+ - SPELL: "translate('.', '𝘈𝘉𝘊𝘋𝘌𝘍𝘎𝘏𝘐𝘑𝘒𝘓𝘔𝘕𝘖𝘗𝘘𝘙𝘚𝘛𝘜𝘝𝘞𝘟𝘠𝘡', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- "-": # 0xf368 - 0xf381
- # - t: "italic"
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ # - T: "italic"
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- "𝘢-𝘻": # 0x1d622 - 0x1d63b
- # - t: "italic"
- - spell: "translate('.', '𝘢𝘣𝘤𝘥𝘦𝘧𝘨𝘩𝘪𝘫𝘬𝘭𝘮𝘯𝘰𝘱𝘲𝘳𝘴𝘵𝘶𝘷𝘸𝘹𝘺𝘻', 'abcdefghijklmnopqrstuvwxyz')"
+ # - T: "italic"
+ - SPELL: "translate('.', '𝘢𝘣𝘤𝘥𝘦𝘧𝘨𝘩𝘪𝘫𝘬𝘭𝘮𝘯𝘰𝘱𝘲𝘳𝘴𝘵𝘶𝘷𝘸𝘹𝘺𝘻', 'abcdefghijklmnopqrstuvwxyz')"
- "-": # 0xf382 - 0xf39b
- # - t: "italic"
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ # - T: "italic"
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- "𝘼-𝙕": # 0x1d63c - 0x1d655
- # - t: "bold italic"
- - spell: "translate('.', '𝘼𝘽𝘾𝘿𝙀𝙁𝙂𝙃𝙄𝙅𝙆𝙇𝙈𝙉𝙊𝙋𝙌𝙍𝙎𝙏𝙐𝙑𝙒𝙓𝙔𝙕', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '𝘼𝘽𝘾𝘿𝙀𝙁𝙂𝙃𝙄𝙅𝙆𝙇𝙈𝙉𝙊𝙋𝙌𝙍𝙎𝙏𝙐𝙑𝙒𝙓𝙔𝙕', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf39c - 0xf3b5
- # - t: "bold italic"
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝙖-𝙯": # 0x1d656 - 0x1d66f
- # - t: "bold italic"
- - spell: "translate('.', '𝙖𝙗𝙘𝙙𝙚𝙛𝙜𝙝𝙞𝙟𝙠𝙡𝙢𝙣𝙤𝙥𝙦𝙧𝙨𝙩𝙪𝙫𝙬𝙭𝙮𝙯', 'abcdefghijklmnopqrstuvwxyz')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '𝙖𝙗𝙘𝙙𝙚𝙛𝙜𝙝𝙞𝙟𝙠𝙡𝙢𝙣𝙤𝙥𝙦𝙧𝙨𝙩𝙪𝙫𝙬𝙭𝙮𝙯', 'abcdefghijklmnopqrstuvwxyz')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf3b6 - 0xf3cf
- # - t: "bold italic"
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝙰-𝚉": # 0x1d670 - 0x1d689
- - spell: "translate('.', '𝙰𝙱𝙲𝙳𝙴𝙵𝙶𝙷𝙸𝙹𝙺𝙻𝙼𝙽𝙾𝙿𝚀𝚁𝚂𝚃𝚄𝚅𝚆𝚇𝚈𝚉', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '𝙰𝙱𝙲𝙳𝙴𝙵𝙶𝙷𝙸𝙹𝙺𝙻𝙼𝙽𝙾𝙿𝚀𝚁𝚂𝚃𝚄𝚅𝚆𝚇𝚈𝚉', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- "-": # 0xf3d0 - 0xf3e9
- - spell: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
+ - SPELL: "translate('.', '', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"
- "𝚊-𝚣": # 0x1d68a - 0x1d6a3
- - spell: "translate('.', '𝚊𝚋𝚌𝚍𝚎𝚏𝚐𝚑𝚒𝚓𝚔𝚕𝚖𝚗𝚘𝚙𝚚𝚛𝚜𝚝𝚞𝚟𝚠𝚡𝚢𝚣', 'abcdefghijklmnopqrstuvwxyz')"
+ - SPELL: "translate('.', '𝚊𝚋𝚌𝚍𝚎𝚏𝚐𝚑𝚒𝚓𝚔𝚕𝚖𝚗𝚘𝚙𝚚𝚛𝚜𝚝𝚞𝚟𝚠𝚡𝚢𝚣', 'abcdefghijklmnopqrstuvwxyz')"
- "-": # 0xf3ea - 0xf403
- - spell: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
+ - SPELL: "translate('.', '', 'abcdefghijklmnopqrstuvwxyz')"
- - "": [t: "i sans point"] # 0xf404 (en: 'dotless i', DeepL translation)
- - "𝚤": [t: "dotless i"] # 0x1d6a4
- - "𝚥": [t: "dotless j"] # 0x1d6a5
+ - "": [T: "i sans point"] # 0xf404 (en: 'dotless i', DeepL translation)
+ - "𝚤": [T: "dotless i"] # 0x1d6a4
+ - "𝚥": [T: "dotless j"] # 0x1d6a5
- "𝚨-𝛀": # 0x1d6a8 - 0x1d6c0
- - spell: "translate('.', '𝚨𝚩𝚪𝚫𝚬𝚭𝚮𝚯𝚰𝚱𝚲𝚳𝚴𝚵𝚶𝚷𝚸𝚹𝚺𝚻𝚼𝚽𝚾𝚿𝛀', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ - SPELL: "translate('.', '𝚨𝚩𝚪𝚫𝚬𝚭𝚮𝚯𝚰𝚱𝚲𝚳𝚴𝚵𝚶𝚷𝚸𝚹𝚺𝚻𝚼𝚽𝚾𝚿𝛀', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf408 - 0xf420
- - spell: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ - SPELL: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝛂-𝛚": # 0x1d6c2 - 0x1d6da
- - spell: "translate('.', '𝛂𝛃𝛄𝛅𝛆𝛇𝛈𝛉𝛊𝛋𝛌𝛍𝛎𝛏𝛐𝛑𝛒𝛓𝛔𝛕𝛖𝛗𝛘𝛙𝛚', 'αβγδεζηθικλμνξοπρςστυφχψω')"
+ - SPELL: "translate('.', '𝛂𝛃𝛄𝛅𝛆𝛇𝛈𝛉𝛊𝛋𝛌𝛍𝛎𝛏𝛐𝛑𝛒𝛓𝛔𝛕𝛖𝛗𝛘𝛙𝛚', 'αβγδεζηθικλμνξοπρςστυφχψω')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf422 - 0xf43a
- - spell: "translate('.', '', 'αβγδεζηθικλμνξοπρςστυφχψω')"
+ - SPELL: "translate('.', '', 'αβγδεζηθικλμνξοπρςστυφχψω')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- - "": [t: "gras nahblah"] # 0xf421 (en: 'bold nahblah', DeepL translation)
- - "𝛁": [t: "symbole mathématique gras nabla"] # 0x1d6c1 (en: 'bold nahblah', DeepL: 'gras nahblah')
+ - "": [T: "gras nahblah"] # 0xf421 (en: 'bold nahblah', DeepL translation)
+ - "𝛁": [T: "symbole mathématique gras nabla"] # 0x1d6c1 (en: 'bold nahblah', DeepL: 'gras nahblah')
- "𝛛𝛜𝛝𝛞𝛟𝛠𝛡": # 0x1D6DB - 0x1D6E1
- - spell: "translate('.', '𝛛𝛜𝛝𝛞𝛟𝛠𝛡', '∂εθκφρπ')"
+ - SPELL: "translate('.', '𝛛𝛜𝛝𝛞𝛟𝛠𝛡', '∂εθκφρπ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "": # 0xF43C - 0xF441
- - spell: "translate('.', '', '∂εθκφρπ')"
+ - SPELL: "translate('.', '', '∂εθκφρπ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝛢-𝛺": # 0x1d6e2 - 0x1d6fa
- # - t: "italic"
- - spell: "translate('.', '𝛢𝛣𝛤𝛥𝛦𝛧𝛨𝛩𝛪𝛫𝛬𝛭𝛮𝛯𝛰𝛱𝛲𝛳𝛴𝛵𝛶𝛷𝛸𝛹𝛺', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ # - T: "italic"
+ - SPELL: "translate('.', '𝛢𝛣𝛤𝛥𝛦𝛧𝛨𝛩𝛪𝛫𝛬𝛭𝛮𝛯𝛰𝛱𝛲𝛳𝛴𝛵𝛶𝛷𝛸𝛹𝛺', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- "-": # 0xf442 - 0xf45a
- # - t: "italic"
- - spell: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ # - T: "italic"
+ - SPELL: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- "𝛼-𝜔": # 0x1d6fc - 0x1d714
- # - t: "italic"
- - spell: "translate('.', '𝛼𝛽𝛾𝛿𝜀𝜁𝜂𝜃𝜄𝜅𝜆𝜇𝜈𝜉𝜊𝜋𝜌𝜍𝜎𝜏𝜐𝜑𝜒𝜓𝜔', 'αβγδεζηθικλμνξοπρςστυφχψω')"
+ # - T: "italic"
+ - SPELL: "translate('.', '𝛼𝛽𝛾𝛿𝜀𝜁𝜂𝜃𝜄𝜅𝜆𝜇𝜈𝜉𝜊𝜋𝜌𝜍𝜎𝜏𝜐𝜑𝜒𝜓𝜔', 'αβγδεζηθικλμνξοπρςστυφχψω')"
- "-": # 0xf45c - 0xf474
- # - t: "italic"
- - spell: "translate('.', '', 'αβγδεζηθικλμνξοπρςστυφχψω')"
+ # - T: "italic"
+ - SPELL: "translate('.', '', 'αβγδεζηθικλμνξοπρςστυφχψω')"
- - "": [t: "italique nahblah"] # 0xf45b (en: 'italic nahblah', DeepL translation)
- - "𝛻": [t: "symbole mathématique italique nabla"] # 0x1d6fb (en: 'italic nahblah', DeepL: 'italique nahblah')
+ - "": [T: "italique nabla"] # 0xf45b (en: 'italic nahblah', DeepL translation)
+ - "𝛻": [T: "symbole mathématique italique nabla"] # 0x1d6fb (en: 'italic nahblah', DeepL: 'italique nahblah')
- "𝜕𝜖𝜗𝜘𝜙𝜚𝜛": # 0x1d715 - 0x1d71b
- # - t: "italic"
- - spell: "translate('.', '𝜕𝜖𝜗𝜘𝜙𝜚𝜛', '∂εθκφρπ')"
+ # - T: "italic"
+ - SPELL: "translate('.', '𝜕𝜖𝜗𝜘𝜙𝜚𝜛', '∂εθκφρπ')"
- "": # 0xf475 - 0xf47b
- # - t: "italic"
- - spell: "translate('.', '', '∂εθκφρπ')"
+ # - T: "italic"
+ - SPELL: "translate('.', '', '∂εθκφρπ')"
- "𝜜-𝜴": # 0x1d71c - 0x1d734
- # - t: "bold italic"
- - spell: "translate('.', '𝜜𝜝𝜞𝜟𝜠𝜡𝜢𝜣𝜤𝜥𝜦𝜧𝜨𝜩𝜪𝜫𝜬𝜭𝜮𝜯𝜰𝜱𝜲𝜳𝜴', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '𝜜𝜝𝜞𝜟𝜠𝜡𝜢𝜣𝜤𝜥𝜦𝜧𝜨𝜩𝜪𝜫𝜬𝜭𝜮𝜯𝜰𝜱𝜲𝜳𝜴', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf47c - 0xf494
- # - t: "bold italic"
- - spell: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝜶-𝝎": # 0x1d736 - 0x1d74e
- # - t: "bold italic"
- - spell: "translate('.', '𝜶𝜷𝜸𝜹𝜺𝜻𝜼𝜽𝜾𝜿𝝀𝝁𝝂𝝃𝝄𝝅𝝆𝝇𝝈𝝉𝝊𝝋𝝌𝝍𝝎', 'αβγδεζηθικλμνξοπρςστυφχψω')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '𝜶𝜷𝜸𝜹𝜺𝜻𝜼𝜽𝜾𝜿𝝀𝝁𝝂𝝃𝝄𝝅𝝆𝝇𝝈𝝉𝝊𝝋𝝌𝝍𝝎', 'αβγδεζηθικλμνξοπρςστυφχψω')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf496 - 0xf4ae
- # - t: "bold italic"
- - spell: "translate('.', '', 'αβγδεζηθικλμνξοπρςστυφχψω')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '', 'αβγδεζηθικλμνξοπρςστυφχψω')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝝏𝝐𝝑𝝒𝝓𝝔𝝕": # 0x1d74f - 0x1d755
- # - t: "bold italic"
- - spell: "translate('.', '𝝏𝝐𝝑𝝒𝝓𝝔𝝕', '∂εθκφρπ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '𝝏𝝐𝝑𝝒𝝓𝝔𝝕', '∂εθκφρπ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "": # 0xf422 - 0xf43a
- # - t: "bold italic"
- - spell: "translate('.', '', '∂εθκφρπ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '', '∂εθκφρπ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- - "𝜵": [t: "symbole mathématique gras italique nabla"] # 0x1d735 (en: 'bold italic nahblah', DeepL: 'gras italique nahblah')
- - "": [t: "gras italique nahblah"] # 0xf495 (en: 'bold italic nahblah', DeepL translation)
+ - "𝜵": [T: "symbole mathématique gras italique nabla"] # 0x1d735 (en: 'bold italic nahblah', DeepL: 'gras italique nahblah')
+ - "": [T: "gras italique nabla"] # 0xf495 (en: 'bold italic nahblah', DeepL translation)
- "𝝖-𝝮": # 0x1d756 - 0x1d76e
- - spell: "translate('.', '𝝖𝝗𝝘𝝙𝝚𝝛𝝜𝝝𝝞𝝟𝝠𝝡𝝢𝝣𝝤𝝥𝝦𝝧𝝨𝝩𝝪𝝫𝝬𝝭𝝮', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ - SPELL: "translate('.', '𝝖𝝗𝝘𝝙𝝚𝝛𝝜𝝝𝝞𝝟𝝠𝝡𝝢𝝣𝝤𝝥𝝦𝝧𝝨𝝩𝝪𝝫𝝬𝝭𝝮', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf4b6 - 0xf4ce
- - spell: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ - SPELL: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝝰-𝞈": # 0x1d770 - 0x1d788
- - spell: "translate('.', '𝝰𝝱𝝲𝝳𝝴𝝵𝝶𝝷𝝸𝝹𝝺𝝻𝝼𝝽𝝾𝝿𝞀𝞁𝞂𝞃𝞄𝞅𝞆𝞇𝞈', 'αβγδεζηθικλμνξοπρςστυφχψω')"
+ - SPELL: "translate('.', '𝝰𝝱𝝲𝝳𝝴𝝵𝝶𝝷𝝸𝝹𝝺𝝻𝝼𝝽𝝾𝝿𝞀𝞁𝞂𝞃𝞄𝞅𝞆𝞇𝞈', 'αβγδεζηθικλμνξοπρςστυφχψω')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf4d0 - 0xf4e8
- - spell: "translate('.', '', 'αβγδεζηθικλμνξοπρςστυφχψω')"
+ - SPELL: "translate('.', '', 'αβγδεζηθικλμνξοπρςστυφχψω')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝞉𝞊𝞋𝞌𝞍𝞎𝞏": # 0x1d789 - 0x1d78f
- - spell: "translate('.', '𝞉𝞊𝞋𝞌𝞍𝞎𝞏', '∂εθκφρπ')"
+ - SPELL: "translate('.', '𝞉𝞊𝞋𝞌𝞍𝞎𝞏', '∂εθκφρπ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "": # 0xf4e9 - 0xf4ef
- - spell: "translate('.', '', '∂εθκφρπ')"
+ - SPELL: "translate('.', '', '∂εθκφρπ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- - "": [t: "gras nahblah"] # 0xf4cf (en: 'bold nahblah', DeepL translation)
- - "𝝯": [t: "symbole mathématique gras sans empattement nabla"] # 0x1d76f (en: 'bold nahblah', DeepL: 'gras nahblah')
+ - "": [T: "gras nabla"] # 0xf4cf (en: 'bold nahblah', DeepL translation)
+ - "𝝯": [T: "symbole mathématique gras sans empattement nabla"] # 0x1d76f (en: 'bold nahblah', DeepL: 'gras nahblah')
- "𝞐-𝞨": # 0x1d790 - 0x1d7a8
- # - t: "bold italic"
- - spell: "translate('.', '𝞐𝞑𝞒𝞓𝞔𝞕𝞖𝞗𝞘𝞙𝞚𝞛𝞜𝞝𝞞𝞟𝞠𝞡𝞢𝞣𝞤𝞥𝞦𝞧𝞨', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '𝞐𝞑𝞒𝞓𝞔𝞕𝞖𝞗𝞘𝞙𝞚𝞛𝞜𝞝𝞞𝞟𝞠𝞡𝞢𝞣𝞤𝞥𝞦𝞧𝞨', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf4f0 - 0xf508
- # - t: "bold italic"
- - spell: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '', 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝞪-𝟂": # 0x1d7aa - 0x1d7c2
- # - t: "bold italic"
- - spell: "translate('.', '𝞪𝞫𝞬𝞭𝞮𝞯𝞰𝞱𝞲𝞳𝞴𝞵𝞶𝞷𝞸𝞹𝞺𝞻𝞼𝞽𝞾𝞿𝟀𝟁𝟂', 'αβγδεζηθικλμνξοπρςστυφχψω')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '𝞪𝞫𝞬𝞭𝞮𝞯𝞰𝞱𝞲𝞳𝞴𝞵𝞶𝞷𝞸𝞹𝞺𝞻𝞼𝞽𝞾𝞿𝟀𝟁𝟂', 'αβγδεζηθικλμνξοπρςστυφχψω')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf50a - 0xf522
- # - t: "bold italic"
- - spell: "translate('.', '', 'αβγδεζηθικλμνξοπρςστυφχψω')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '', 'αβγδεζηθικλμνξοπρςστυφχψω')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝟃𝟄𝟅𝟆𝟇𝟈𝟉": # 0x1d7c3 - 0x1d7c9
- # - t: "bold italic"
- - spell: "translate('.', '𝟃𝟄𝟅𝟆𝟇𝟈𝟉', '∂εθκφρπ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '𝟃𝟄𝟅𝟆𝟇𝟈𝟉', '∂εθκφρπ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "": # 0xf523 - 0xf529
- # - t: "bold italic"
- - spell: "translate('.', '', '∂εθκφρπ')"
+ # - T: "bold italic"
+ - SPELL: "translate('.', '', '∂εθκφρπ')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- - "": [t: "gras nahblah"] # 0xf509 (en: 'bold nahblah', DeepL translation)
- - "𝞩": [t: "symbole mathématique sans empattement italique gras nabla"] # 0x1d7a9 (en: 'bold nahblah', DeepL: 'gras nahblah')
+ - "": [T: "gras nabla"] # 0xf509 (en: 'bold nahblah', DeepL translation)
+ - "𝞩": [T: "symbole mathématique sans empattement italique gras nabla"] # 0x1d7a9 (en: 'bold nahblah', DeepL: 'gras nahblah')
- "-": # 0xf52e - 0xf537 (old MathType)
- - spell: "translate('.', '', '0123456789')"
+ - SPELL: "translate('.', '', '0123456789')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝟎-𝟗": # 0x1d7ce - 0x1d7d7
- - spell: "translate('.', '𝟎𝟏𝟐𝟑𝟒𝟓𝟔𝟕𝟖𝟗', '0123456789')"
+ - SPELL: "translate('.', '𝟎𝟏𝟐𝟑𝟒𝟓𝟔𝟕𝟖𝟗', '0123456789')"
+ - test:
+ if: "not($IgnoreBold)"
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
+
+ - "-": # 0xf52e - 0xf537 (old MathType)
+ - SPELL: "translate('.', '', '0123456789')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "𝟬-𝟵": # 0x1D7EC - 0x1D7F5
- - spell: "translate('.', '𝟬𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵', '0123456789')"
+ - SPELL: "translate('.', '𝟬𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵', '0123456789')"
- test:
if: "not($IgnoreBold)"
- then: [t: "gras"] # (en: 'bold', DeepL translation)
+ then: [T: "gras"] # (en: 'bold', DeepL translation)
- "-": # 0xf556 - 0xf55f (old MathType)
- - spell: "translate('.', '', '0123456789')"
+ - SPELL: "translate('.', '', '0123456789')"
- "𝟢-𝟫": # 0x1d7e2 - 0x1d7eb
- - spell: "translate('.', '𝟢𝟣𝟤𝟥𝟦𝟧𝟨𝟩𝟪𝟫', '0123456789')"
+ - SPELL: "translate('.', '𝟶𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿', '0123456789')"
- "𝟶-𝟿": # 0x1d7f6 - 0x1d7ff
- - spell: "translate('.', '𝟶𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿', '0123456789')"
-
-
- - "": [t: "caractère inconnu"] # 0xf700 (en: 'unknown character', DeepL translation)
- - "": [t: "triangles inférieur droit et inférieur gauche"] # 0xf726 (en: 'lower right and lower left triangles', DeepL translation)
- - "": [t: "prolongateur de l'ellipse horizontale"] # 0xf72d (en: 'horizontal ellipsis extender', DeepL translation)
- - "": [t: "ligne médiane ellipse horizontale prolongateur"] # 0xf72e (en: 'midline horizontal ellipsis extender', DeepL translation)
- - "": [t: "extension de radical"] # 0xf8e5 (en: 'radical extender', DeepL translation)
- - "": [t: "extension de flèche verticale"] # 0xf8e6 (en: 'vertical arrow extender', DeepL translation)
- - "": [t: "extension de flèche horizontale"] # 0xf8e7 (en: 'horizontal arrow extender', DeepL translation)
- - "": [t: "signe enregistré sans empattement"] # 0xf8e8 (en: 'registered sign sans serif', DeepL translation)
- - "": [t: "copyright sign sans serif"] # 0xf8e9 (DeepL translation)
- - "": [t: "signe de marque sans empattement"] # 0xf8ea (en: 'trade mark sign sans serif', DeepL translation)
- - "": [t: "parenthèse gauche en haut"] # 0xf8eb (en: 'left paren top', DeepL translation)
- - "": [t: "parenthèse gauche prolongateur"] # 0xf8ec (en: 'left paren extender', DeepL translation)
- - "": [t: "parenthèse gauche en bas"] # 0xf8ed (en: 'left paren bottom', DeepL translation)
- - "": [t: "parenthèse gauche en haut"] # 0xf8ee (en: 'left bracket top', DeepL translation)
- - "": [t: "prolongateur de crochet gauche"] # 0xf8ef (en: 'left bracket extender', DeepL translation)
- - "": [t: "accolade gauche en bas"] # 0xf8f0 (en: 'left bracket bottom', DeepL translation)
- - "": [t: "accolade gauche en haut"] # 0xf8f1 (en: 'left brace top', DeepL translation)
- - "": [t: "accolade gauche au milieu"] # 0xf8f2 (en: 'left brace mid', DeepL translation)
- - "": [t: "étai gauche en bas"] # 0xf8f3 (en: 'left brace bottom', DeepL translation)
- - "": [t: "prolongateur d'accolade"] # 0xf8f4 (en: 'brace extender', DeepL translation)
- - "": [t: "prolongateur intégral"] # 0xf8f5 (en: 'integral extender', DeepL translation)
- - "": [t: "parenthèse droite en haut"] # 0xf8f6 (en: 'right paren top', DeepL translation)
- - "": [t: "prolongateur de parenthèse à droite"] # 0xf8f7 (en: 'right paren extender', DeepL translation)
- - "": [t: "parenthèse droite en bas"] # 0xf8f8 (en: 'right paren bottom', DeepL translation)
- - "": [t: "crochet droit en haut"] # 0xf8f9 (en: 'right bracket top', DeepL translation)
- - "": [t: "prolongation du crochet droit"] # 0xf8fa (en: 'right bracket extender', DeepL translation)
- - "": [t: "équerre droite en bas"] # 0xf8fb (en: 'right bracket bottom', DeepL translation)
- - "": [t: "accolade droite haut"] # 0xf8fc (en: 'right brace top', DeepL translation)
- - "": [t: "accolade droite milieu"] # 0xf8fd (en: 'right brace mid', DeepL translation)
- - "": [t: "triangle droit égal"] # 0xf8fe (en: 'right brace bottom', DeepL translation)
- - "": [t: "logo de la pomme"] # 0xf8ff (en: 'apple logo', DeepL translation)
- - "ff": [t: "ligature minuscule latine ff"] # 0xfb00 (en: 'ff', DeepL: 'ff')
- - "fi": [t: "ligature minuscule latine fi"] # 0xfb01 (en: 'fi', DeepL: 'fi')
- - "fl": [t: "ligature minuscule latine fl"] # 0xfb02 (en: 'fl', DeepL: 'fl')
- - "ffi": [t: "ligature minuscule latine ffi"] # 0xfb03 (en: 'ffi', DeepL: 'ffi')
- - "ffl": [t: "ligature minuscule latine ffl"] # 0xfb04 (en: 'ffl', DeepL: 'ffl')
- - "ſt": [t: "ft"] # 0xfb05 (DeepL translation)
- - "st": [t: "st"] # 0xfb06 (DeepL translation)
- - "﬩": [t: "lettre hébraïque alternative plus"] # 0xfb29 (en: 'hebrew letter alternative plus', DeepL translation)
- - "︠": [t: "ligature moitié gauche embellissement"] # 0xfe20 (en: 'ligature left half embellishment', DeepL translation)
- - "︡": [t: "ligature moitié droite embellissement"] # 0xfe21 (en: 'ligature right half embellishment', DeepL translation)
- - "︢": [t: "double tilde à moitié gauche"] # 0xfe22 (en: 'double tilde left half embellishment', DeepL translation)
- - "︣": [t: "double tilde moitié droite embellissement"] # 0xfe23 (en: 'double tilde right half embellishment', DeepL translation)
- - "︤": [t: "macron moitié gauche embellissement"] # 0xfe24 (en: 'macron left half embellishment', DeepL translation)
- - "︥": [t: "embellissement de la moitié droite du macron"] # 0xfe25 (en: 'macron right half embellishment', DeepL translation)
- - "︦": [t: "macron jointif fioriture"] # 0xfe26 (en: 'conjoining macron embellishment', DeepL translation)
- - "︵": [t: "forme de présentation de parenthèse gauche verticale"] # 0xfe35 (en: 'over paren')
- - "︶": [t: "forme de présentation de parenthèse droite verticale"] # 0xfe36 (en: 'under paren')
- - "︷": [t: "forme de présentation d'accolade gauche verticale"] # 0xfe37 (en: 'over brace')
- - "︸": [t: "forme de présentation d'accolade droite verticale"] # 0xfe38 (en: 'under brace')
- - "︿": [t: "over angle bracket"] # 0xfe3f
- - "﹀": [t: "under angle bracket"] # 0xfe40
- - "﹡": [t: "astérisque minuscule"] # 0xfe61 (en: 'small asterisk', DeepL: 'petit astérisque')
- - "﹢": [t: "plus minuscule"] # 0xfe62 (en: 'small plus', DeepL: 'petit plus')
- - "﹣": [t: "tiret minuscule"] # 0xfe63 (en: 'small minus', DeepL: 'petit moins')
- - "﹤": [t: "inférieur à minuscule"] # 0xfe64 (en: 'small less than', DeepL: 'petit moins que')
- - "﹥": [t: "supérieur à minuscule"] # 0xfe65 (en: 'small greater than', DeepL: 'petit plus grand que')
- - "﹦": [t: "égal à minuscule"] # 0xfe66 (en: 'small equals', DeepL: 'petit égal')
- - "+": [t: "plus"] # 0xff0b (en: 'equals sign', DeepL: 'signe égal')
- - "<": [t: "inférieur à"] # 0xff1c (en: 'less than', DeepL: 'moins que')
- - "=": [t: "égal à"] # 0xff1d (en: 'equals', DeepL: 'égal')
- - ">": [t: "supérieur à"] # 0xff1e (en: 'greater than', DeepL: 'plus grand que')
- - "\": [t: "barre oblique inversée"] # 0xff3c (en: 'backslash')
- - "^": [t: "accent circonflexe"] # 0xff3e (en: 'hat', DeepL: 'chapeau')
+ - SPELL: "translate('.', '𝟶𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿', '0123456789')"
+
+
+ - "": [T: "caractère inconnu"] # 0xf700 (en: 'unknown character', DeepL translation)
+ - "": [T: "triangles inférieur droit et inférieur gauche"] # 0xf726 (en: 'lower right and lower left triangles', DeepL translation)
+ - "": [T: "prolongateur de l'ellipse horizontale"] # 0xf72d (en: 'horizontal ellipsis extender', DeepL translation)
+ - "": [T: "prolongateur de ligne médiane ellipse horizontale"] # 0xf72e (en: 'midline horizontal ellipsis extender', DeepL translation)
+ - "": [T: "prolongateur de de radical"] # 0xf8e5 (en: 'radical extender', DeepL translation)
+ - "": [T: "prolongateur de de flèche verticale"] # 0xf8e6 (en: 'vertical arrow extender', DeepL translation)
+ - "": [T: "prolongateur de de flèche horizontale"] # 0xf8e7 (en: 'horizontal arrow extender', DeepL translation)
+ - "": [T: "signe enregistré sans empattement"] # 0xf8e8 (en: 'registered sign sans serif', DeepL translation)
+ - "": [T: "copyright sign sans serif"] # 0xf8e9 (DeepL translation)
+ - "": [T: "signe de marque sans empattement"] # 0xf8ea (en: 'trade mark sign sans serif', DeepL translation)
+ - "": [T: "parenthèse gauche en haut"] # 0xf8eb (en: 'left paren top', DeepL translation)
+ - "": [T: "prolongateur de parenthèse gauche"] # 0xf8ec (en: 'left paren extender', DeepL translation)
+ - "": [T: "parenthèse gauche en bas"] # 0xf8ed (en: 'left paren bottom', DeepL translation)
+ - "": [T: "parenthèse gauche en haut"] # 0xf8ee (en: 'left bracket top', DeepL translation)
+ - "": [T: "prolongateur de crochet gauche"] # 0xf8ef (en: 'left bracket extender', DeepL translation)
+ - "": [T: "accolade gauche en bas"] # 0xf8f0 (en: 'left bracket bottom', DeepL translation)
+ - "": [T: "accolade gauche en haut"] # 0xf8f1 (en: 'left brace top', DeepL translation)
+ - "": [T: "accolade gauche au milieu"] # 0xf8f2 (en: 'left brace mid', DeepL translation)
+ - "": [T: "accolade gauche en bas"] # 0xf8f3 (en: 'left brace bottom', DeepL translation)
+ - "": [T: "prolongateur d'accolade"] # 0xf8f4 (en: 'brace extender', DeepL translation)
+ - "": [T: "prolongateur intégral"] # 0xf8f5 (en: 'integral extender', DeepL translation)
+ - "": [T: "parenthèse droite en haut"] # 0xf8f6 (en: 'right paren top', DeepL translation)
+ - "": [T: "prolongateur de parenthèse droite"] # 0xf8f7 (en: 'right paren extender', DeepL translation)
+ - "": [T: "parenthèse droite en bas"] # 0xf8f8 (en: 'right paren bottom', DeepL translation)
+ - "": [T: "crochet droit en haut"] # 0xf8f9 (en: 'right bracket top', DeepL translation)
+ - "": [T: "prolongation de crochet droit"] # 0xf8fa (en: 'right bracket extender', DeepL translation)
+ - "": [T: "accolade droite en bas"] # 0xf8fb (en: 'right bracket bottom', DeepL translation)
+ - "": [T: "accolade droite en haut"] # 0xf8fc (en: 'right brace top', DeepL translation)
+ - "": [T: "accolade droite au milieu"] # 0xf8fd (en: 'right brace mid', DeepL translation)
+ - "": [T: "accolade droite en bas"] # 0xf8fe (en: 'right brace bottom', DeepL translation)
+ - "": [T: "logo de la pomme"] # 0xf8ff (en: 'apple logo', DeepL translation)
+ - "ff": [T: "ligature minuscule latine ff"] # 0xfb00 (en: 'ff', DeepL: 'ff')
+ - "fi": [T: "ligature minuscule latine fi"] # 0xfb01 (en: 'fi', DeepL: 'fi')
+ - "fl": [T: "ligature minuscule latine fl"] # 0xfb02 (en: 'fl', DeepL: 'fl')
+ - "ffi": [T: "ligature minuscule latine ffi"] # 0xfb03 (en: 'ffi', DeepL: 'ffi')
+ - "ffl": [T: "ligature minuscule latine ffl"] # 0xfb04 (en: 'ffl', DeepL: 'ffl')
+ - "ſt": [T: "ft"] # 0xfb05 (DeepL translation)
+ - "st": [T: "st"] # 0xfb06 (DeepL translation)
+ - "﬩": [T: "lettre hébraïque alternative plus"] # 0xfb29 (en: 'hebrew letter alternative plus', DeepL translation)
+ - "︠": [T: "embellissement ligature moitié gauche"] # 0xfe20 (en: 'ligature left half embellishment', DeepL translation)
+ - "︡": [T: "embellissement ligature moitié droite"] # 0xfe21 (en: 'ligature right half embellishment', DeepL translation)
+ - "︢": [T: "embellissement double tilde moitié gauche"] # 0xfe22 (en: 'double tilde left half embellishment', DeepL translation)
+ - "︣": [T: "embellissement double tilde moitié droite"] # 0xfe23 (en: 'double tilde right half embellishment', DeepL translation)
+ - "︤": [T: "embellissement macron moitié gauche"] # 0xfe24 (en: 'macron left half embellishment', DeepL translation)
+ - "︥": [T: "embellissement macron moitié droite"] # 0xfe25 (en: 'macron right half embellishment', DeepL translation)
+ - "︦": [T: "embellissement macron conjoint"] # 0xfe26 (en: 'conjoining macron embellishment', DeepL translation)
+ - "︵": [T: "forme de présentation de parenthèse gauche verticale"] # 0xfe35 (en: 'over paren')
+ - "︶": [T: "forme de présentation de parenthèse droite verticale"] # 0xfe36 (en: 'under paren')
+ - "︷": [T: "forme de présentation d'accolade gauche verticale"] # 0xfe37 (en: 'over brace')
+ - "︸": [T: "forme de présentation d'accolade droite verticale"] # 0xfe38 (en: 'under brace')
+ - "︿": [T: "forme de présentation de chevron gauche vertical"] # 0xfe3f
+ - "﹀": [T: "forme de présentation de chevron droit vertical"] # 0xfe40
+ - "﹡": [T: "astérisque minuscule"] # 0xfe61 (en: 'small asterisk', DeepL: 'petit astérisque')
+ - "﹢": [T: "plus minuscule"] # 0xfe62 (en: 'small plus', DeepL: 'petit plus')
+ - "﹣": [T: "tiret minuscule"] # 0xfe63 (en: 'small minus', DeepL: 'petit moins')
+ - "﹤": [T: "inférieur à minuscule"] # 0xfe64 (en: 'small less than', DeepL: 'petit moins que')
+ - "﹥": [T: "supérieur à minuscule"] # 0xfe65 (en: 'small greater than', DeepL: 'petit plus grand que')
+ - "﹦": [T: "égal minuscule"] # 0xfe66 (en: 'small equals', DeepL: 'petit égal')
+ - "+": [T: "plus"] # 0xff0b (en: 'equals sign', DeepL: 'signe égal')
+ - "<": [T: "inférieur à"] # 0xff1c (en: 'less than', DeepL: 'moins que')
+ - "=": [T: "égal"] # 0xff1d (en: 'equals', DeepL: 'égal')
+ - ">": [T: "supérieur à"] # 0xff1e (en: 'greater than', DeepL: 'plus grand que')
+ - "\": [T: "barre oblique inversée"] # 0xff3c (en: 'backslash')
+ - "^": [T: "accent circonflexe"] # 0xff3e (en: 'hat', DeepL: 'chapeau')
- "|": # 0xff5c
# note: for ClearSpeak and SimpleSpeak, "|" inside of sets is handled at the mrow level, same for 'sets'
- with:
@@ -3623,20 +3801,20 @@
- if: "$SpeechStyle != 'ClearSpeak'"
then_test:
if: "$DefaultToGiven"
- then: [t: "sachant"] # (en: 'given', DeepL translation)
- else: [t: "barre verticale"] # (en: 'vertical line', DeepL: 'ligne verticale')
+ then: [T: "sachant"] # (en: 'given', DeepL translation)
+ else: [T: "barre verticale"] # (en: 'vertical line', DeepL: 'ligne verticale')
- else_if: "not(preceding-sibling::*) or not(following-sibling::*)"
- then: [t: "ligne verticale"] # (en: 'vertical line', DeepL translation)
+ then: [T: "ligne verticale"] # (en: 'vertical line', DeepL translation)
- else_if: "$ClearSpeak_VerticalLine = 'SuchThat'"
- then: [t: "tel que"] # (en: 'such that', DeepL translation)
+ then: [T: "tel que"] # (en: 'such that', DeepL translation)
- else_if: "$ClearSpeak_VerticalLine = 'Given' or $DefaultToGiven"
- then: [t: "sachant"] # (en: 'given', DeepL translation)
- - else: [t: "barre verticale"] # (en: 'divides', DeepL: 'divise')
- - "~": [t: "tilde"] # 0xff5e
- - "¬": [t: "négation"] # 0xffe2 (en: 'not', DeepL: 'non')
- - "←": [t: "flèche vers la gauche demi chasse"] # 0xffe9 (en: 'left arrow', DeepL: 'flèche gauche')
- - "↑": [t: "flèche vers le haut demi chasse"] # 0xffea (en: 'up arrow', DeepL: 'flèche vers le haut')
- - "→": [t: "flèche vers la droite demi chasse"] # 0xffeb (en: 'right arrow', DeepL: 'flèche droite')
- - "↓": [t: "flèche vers le bas demi chasse"] # 0xffec (en: 'down arrow', DeepL: 'flèche vers le bas')
- - "": [t: "objet inconnu ou manquant"] # 0xfffc (en: 'unknown or missing object', DeepL translation)
- - "�": [t: "unknown or missing character"] # 0xfffd (DeepL: 'caractère inconnu ou manquant')
+ then: [T: "sachant"] # (en: 'given', DeepL translation)
+ - else: [T: "barre verticale"] # (en: 'divides', DeepL: 'divise')
+ - "~": [T: "tilde"] # 0xff5e
+ - "¬": [T: "négation"] # 0xffe2 (en: 'not', DeepL: 'non')
+ - "←": [T: "flèche vers la gauche demi chasse"] # 0xffe9 (en: 'left arrow', DeepL: 'flèche gauche')
+ - "↑": [T: "flèche vers le haut demi chasse"] # 0xffea (en: 'up arrow', DeepL: 'flèche vers le haut')
+ - "→": [T: "flèche vers la droite demi chasse"] # 0xffeb (en: 'right arrow', DeepL: 'flèche droite')
+ - "↓": [T: "flèche vers le bas demi chasse"] # 0xffec (en: 'down arrow', DeepL: 'flèche vers le bas')
+ - "": [T: "objet inconnu ou manquant"] # 0xfffc (en: 'unknown or missing object', DeepL translation)
+ - "�": [T: "caractère inconnu ou manquant"] # 0xfffd (DeepL: 'caractère inconnu ou manquant')
diff --git a/tests/Languages/fr/alphabets.rs b/tests/Languages/fr/alphabets.rs
index b14926fc..b94dae80 100644
--- a/tests/Languages/fr/alphabets.rs
+++ b/tests/Languages/fr/alphabets.rs
@@ -403,7 +403,7 @@ fn enclosed_numbers() -> Result<()> {
let expr = "";
test("fr", "SimpleSpeak", expr, "1 encerclé virgule, 9 encerclé")?;
let expr = "";
- test("fr", "SimpleSpeak", expr, "un encerclé de noir, virgule; numéro cinquante encerclé")?;
+ test("fr", "SimpleSpeak", expr, "un encerclé de noir, virgule; nombre cinquante encerclé")?;
let expr = "";
test("fr", "SimpleSpeak", expr, "1 entre parenthèses, virgule, 9 entre parenthèses")?;
let expr = "";
diff --git a/tests/Languages/fr/shared.rs b/tests/Languages/fr/shared.rs
index b63588b5..a6a41d86 100644
--- a/tests/Languages/fr/shared.rs
+++ b/tests/Languages/fr/shared.rs
@@ -21,7 +21,7 @@ fn modified_vars() -> Result<()> {
x ^ +
t →
";
- test("fr", "SimpleSpeak", expr, "a accent grave, b tilde, c diacritique brève; b diacritique caron; c accent grave; plus r caron plus; x point, y point en chef; z tréma; u V diacritique trois points en chef; v W diacritique quatre points en chef; plus x accent circonflexe; plus vecteur t")?;
+ test("fr", "SimpleSpeak", expr, "a accent grave, b tilde, c diacritique brève; b diacritique caron; c accent grave; plus r caron plus; x point, y point en chef; z tréma, u trois points, v quatre points; plus x accent circonflexe; plus vecteur t")?;
Ok(())
}