Unicode中的Enclosed CJK Letters and Months

标签: ,

Enclosed CJK Letters and Months的范围是U+3200到U+32FF,其中最有趣的是32C0到32CB的表示月份的字符。

'Enclosed CJK Letters and Months
'By Demon
'https://demon.tw
For i = &H32C0 To &H32CB
    s = s & ChrW(i)
Next
MsgBox s

显示㋀㋁㋂㋃㋄㋅㋆㋇㋈㋉㋊㋋,每个月仅用一个字符表示。不过CP936中没有这几个字符。

赞赏

微信赞赏支付宝赞赏

随机文章:

  1. VBS 自动登录论坛
  2. Raspberry Pi -bash: nslookup: command not found
  3. VBS脚本设置虚拟内存大小和位置
  4. 在WordPress中使用jQuery库
  5. VBScript获取硬盘与分区个数

一条评论 发表在“Unicode中的Enclosed CJK Letters and Months”上

  1. xu_ahu19说道:

    这是标准电码本表示月份的,还有表示日期和时间的,表示日期的位于:U+33E0-33FE,表示时间的位于:U+3358-3370.

留下回复