U+03B1
is the unicode for the character α
, which you mentioned.
If you are using the α
symbol directly in officer you might need to instead supply the unicode directly with U03B1
.
# Using the symbol directly
cat("α")
> a
# Using the supplied unicode
cat("U03B1")
> α
Created on 2021-01-21 by the reprex package (v0.3.0)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…