在VBA中,求n使得Chr(n)大于等于

In VBA, find n such that Chr(n) is greater than or equal to

是否存在 n 使得 Chr(n) 在 Word VBA 中给出大于或等于符号?像 Chr(150) 是 m-破折号(减号)?

大于等于的字符值编码是用ChrW得到的,访问Unicode字符集,值为ChrW(&H2265)