Skip to content

How to add bold greek symbols? #127

Answered by jarbet
jarbet asked this question in Q&A
Discussion options

You must be logged in to vote

Although the bold unicode symbols did not work (see above), thanks @lydiayliu for the following solution: wrap a non-bold unicode symbol in bold():

https://www.fileformat.info/info/unicode/char/03b2/index.htm

plot(1, main = expression(bold("\u03b2"*'-value')))

Created on 2023-06-08 by the reprex package (v2.0.1)

Replies: 2 comments

Comment options

jarbet
Jun 8, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by jarbet
Comment options

jarbet
Jun 15, 2023
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant