Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 230 Bytes

render-unicode-characters.md

File metadata and controls

11 lines (7 loc) · 230 Bytes

Render Unicode Characters

Category: React

Render unicode characters in React as follows:

<Header title={'Sun symbol \u2600'} />

Ensure that you prefix unicode characters with \u to escape the string.