In JavaScript I can do this:
foo = \"\\u2669\" // 1/4 note
But I can\'t do this
foo = \"\\u1D15D\" // full note -five hex digi
Try putting the unicode between curly braces: '\u{1D15D}'.
'\u{1D15D}'