| Formatting codes for single text | Home |
| Control code | Result |
|---|---|
| %%d | Degree symbol (°) |
| %%p | Tolerance symbol (±) |
| %%c | Diameter symbol (Ø) |
| %% | Percent symbol (%) |
| Control code | Result |
|---|---|
| \U+00B0 | Degree symbol (°) |
| \U+00B1 | Tolerance symbol (±) |
| \U+2205 | Diameter symbol (Ø) |
| \U+20AC | Euro symbol (€) |
| \U+00A9 | Copyright symbol (©) |