symbolLine function

String symbolLine(
  1. int symbolId
)

Implementation

String symbolLine(int symbolId) {
  return String.fromCharCode(symbolId + 0xF0000);
}