Comma vs Inverted Question Mark
VS
Özellik Karşılaştırması
| Özellik | , 002C | ¿ 00BF |
|---|---|---|
| İsim | Comma | Inverted Question Mark |
| Kategori | Latin Extended | Latin Extended |
| Blok | Basic Latin | Latin-1 Supplement |
| Yazı Sistemi | Zyyy | Zyyy |
| Genel Kategori | Other Punctuation (Po) | Other Punctuation (Po) |
| Çift yönlü | CS | ON |
Kodlama Karşılaştırması
| Biçim | 002C | 00BF |
|---|---|---|
| Unicode | U+002C | U+00BF |
| HTML Decimal | , | ¿ |
| HTML Hex | , | ¿ |
| CSS | \002C | \00BF |
| JavaScript | \u{2C} | \u{BF} |
| Python | \u002c | \u00bf |
| UTF-8 | 2c | c2 bf |
Nasıl Ayırt Edilir
Comma ve Inverted Question Mark, Latin Extended kategorisindedir ancak farklı Unicode bloklarında yer alır. Ayırt etmek için kod noktasını kontrol edin.
İpucu: Karakteri bir hex düzenleyiciye yapıştırın veya kullanın
charCodeAt()
gerçek kod noktasını kontrol etmek için JavaScript'te.