Fullwidth Digit Three vs Fullwidth Latin Small Letter F
VS
속성 비교
| 속성 | 3 FF13 | f FF46 |
|---|---|---|
| 이름 | Fullwidth Digit Three | Fullwidth Latin Small Letter F |
| 카테고리 | Punctuation | Punctuation |
| 블록 | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| 스크립트 | Zyyy | Latn |
| 일반 카테고리 | Decimal Number (Nd) | Lowercase Letter (Ll) |
| 양방향 | EN | L |
인코딩 비교
| 형식 | FF13 | FF46 |
|---|---|---|
| Unicode | U+FF13 | U+FF46 |
| HTML Decimal | 3 | f |
| HTML Hex | 3 | f |
| CSS | \FF13 | \FF46 |
| JavaScript | \u{FF13} | \u{FF46} |
| Python | \uff13 | \uff46 |
| UTF-8 | ef bc 93 | ef bd 86 |
구별하는 방법
Fullwidth Digit Three와 Fullwidth Latin Small Letter F는 모두 Punctuation 카테고리와 Halfwidth and Fullwidth Forms 블록에 속합니다. 코드 포인트와 인코딩, Unicode 속성을 비교하여 구별하세요.
팁: 문자를 hex 편집기에 붙여넣거나
charCodeAt()
를 JavaScript에서 사용하여 실제 코드 포인트를 확인하세요.