cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A061745 Unicode codes for the Han digits.

Original entry on oeis.org

12295, 19968, 20108, 19977, 22235, 20116, 20845, 19971, 20843, 20061
Offset: 0

Views

Author

Robert Lozyniak (11(AT)onna.com), May 07 2001

Keywords

Comments

Hanzi (Kanji) characters for digits 0-9 are: 〇, 一, 二, 三, 四, 五, 六, 七, 八, 九 with html character entities resp. 〇, 一, 二, 三, 四, 五, 六, 七, 八, 九. 零 零 is also used for number zero.
The hexadecimal values are 3007, 4E00, 4E8C, 4E09, 56DB, 4E94, 516D, 4E03, 516B, 4E5D.
From Alonso del Arte, Oct 20 2019: (Start)
The characters indexed by these code points are more like words than digits, sort of like the difference between the word "three" and the character "3".
With one exception, all of these characters come from the CJK Unified Ideographs block, into which they are sorted according to stroke count or stroke count of the primary radical rather than the numerical value of the number word.
Only the zero character has an associated numeric value that can be accessed through Java's Character.getNumericValue() function. The rest return -1 to indicate "the character does not have a numeric value." (End)

Examples

			The very first character of the CJK Unified Ideographs block is 一 U+4E00 (19968), which means "one". It is followed by two characters not having numeric meaning, and then the next is 七 U+4E03 (19971), which means "seven".
		

Crossrefs

Cf. A327894 (intersection with this sequence is empty).