http://www.charbase.com/2169-unicode-roman-numeral-ten
(even more in http://www.charbase.com/block/number-forms)
I'm not sure if Javascript matches these in its \d pattern, however, but I think that most regexp engines default to the ascii [0-9] unless you are using \p{Number}.
http://www.fileformat.info/info/unicode/category/index.htm
false
http://www.charbase.com/2169-unicode-roman-numeral-ten
(even more in http://www.charbase.com/block/number-forms)
I'm not sure if Javascript matches these in its \d pattern, however, but I think that most regexp engines default to the ascii [0-9] unless you are using \p{Number}.