From 7ec3c8dff7d5116ae307df0199d5942f247b2441 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 17 Aug 2024 23:15:16 +0200 Subject: xcompose: Add sub- and superscripts --- .config/X11/xcompose | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to '.config/X11/xcompose') diff --git a/.config/X11/xcompose b/.config/X11/xcompose index 55146bd..3f5065f 100644 --- a/.config/X11/xcompose +++ b/.config/X11/xcompose @@ -18,6 +18,8 @@ # C ⋆ / A letter with a slash or strikethrough # C ⋆ ~ A letter with a tilde # C ⋆ * The Greek letter ‘⋆’ +# C _ ⋆ Subscript ‘⋆’ +# C ^ ⋆ Superscript ‘⋆’ # # Ligatures or other glyphs that are compose of multiple characters are # straight forwards. For example ‘C I J’ produces ‘IJ’. @@ -252,3 +254,54 @@ : "ψ" U03C8 : "Ζ" U0396 : "ζ" U03B6 + +# Superscript + <0> : "⁰" U2070 + <1> : "¹" U00B9 + <2> : "²" U00B2 + <3> : "³" U00B3 + <4> : "⁴" U2074 + <5> : "⁵" U2075 + <6> : "⁶" U2076 + <7> : "⁷" U2077 + <8> : "⁸" U2078 + <9> : "⁹" U2079 + : "ⁱ" U2071 + : "⁻" U207B + : "ⁿ" U207F + : "⁽" U207D + : "⁾" U207E + : "⁺" U207A + +# Subscript + <0> : "₀" U2080 + <1> : "₁" U2081 + <2> : "₂" U2082 + <3> : "₃" U2083 + <4> : "₄" U2084 + <5> : "₅" U2085 + <6> : "₆" U2086 + <7> : "₇" U2087 + <8> : "₈" U2088 + <9> : "₉" U2089 + : "ₐ" U2090 + : "ₑ" U2090 + : "ₕ" U2095 + : "ᵢ" U1D62 + : "ⱼ" U2C7C + : "ₖ" U2089 + : "ₗ" U2097 + : "₋" U2089 + : "ₘ" U2098 + : "ₙ" U2099 + : "ₒ" U2092 + : "₍" U2089 + : "₎" U2089 + : "₊" U2089 +

: "ₚ" U209A + : "ᵣ" U1D63 + : "ₛ" U209B + : "ₜ" U209C + : "ᵤ" U1D64 + : "ᵥ" U1D65 + : "ₓ" U2093 -- cgit v1.2.3