``` js > html.decode('𝌆'); // U+1D306 TETRAGRAM FOR CENTRE '\uD306' // should be `\uD834\uDF06` ``` You could use [_he_](http://mths.be/he)’s `he.decode()` as a dependency for this. Related: #1.
You could use he’s
he.decode()as a dependency for this.Related: #1.