Colon Sign vs Dollar Sign
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://symbolfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://symbolfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://symbolfyi.com/entity//)
Use the native HTML custom element.
VS
Comparación de propiedades
| Propiedad | ₡ 20A1 | $ 0024 |
|---|---|---|
| Nombre | Colon Sign | Dollar Sign |
| Categoría | Currency Signs | Currency Signs |
| Bloque | Currency Symbols | Basic Latin |
| Escritura | Zyyy | Zyyy |
| Categoría general | Currency Symbol (Sc) | Currency Symbol (Sc) |
| Bidireccional | ET | ET |
Comparación de codificaciones
| Formato | 20A1 | 0024 |
|---|---|---|
| Unicode | U+20A1 | U+0024 |
| HTML Decimal | ₡ | $ |
| HTML Hex | ₡ | $ |
| CSS | \20A1 | \0024 |
| JavaScript | \u{20A1} | \u{24} |
| Python | \u20a1 | \u0024 |
| UTF-8 | e2 82 a1 | 24 |
Cómo distinguirlos
Tanto Colon Sign como Dollar Sign están en la categoría Currency Signs pero se encuentran en diferentes bloques Unicode. Compruebe el punto de código para diferenciarlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.