2016-04-12 58 views
0

我想在React中的JSX中顯示華氏符號。顯示UTF符號

到目前爲止,我嘗試這樣做:

<h2 className="white-center">{Math.floor(JSON.parse(this.props.item["name"]["temperature"])[month]) + "&#8457"}</h2> 

這:

<h2 className="white-center">{Math.floor(JSON.parse(this.props.item["name"]["temperature"])[month])} &#8457</h2> 

然而,沒有工作,顯示&#8457

如何顯示UTF-8字符?

+0

你試過' 「\ u2109」'或' 「℉」'直接? – birdspider

回答

0

你缺少一個分號:&#8457;

+0

將手掌直接用於額頭。將手掌直接用於額頭。 – Malvolio