free-symbols

Mill Sign Symbol

The mill sign (₥) is a currency symbol represented by Unicode U+20A5 for “mill” in price or rate notation.

U+20A5

The mill sign (₥) is a dedicated currency symbol in Unicode. You can copy it directly or type it using its code point (U+20A5). It’s commonly used in text that expresses small monetary amounts or rates.

Mill Sign Symbol Meaning

The mill sign (₥) is the Unicode “MILL SIGN” character at U+20A5 (HTML: ₥). It’s used to represent a “mill,” a unit that often appears in pricing or rate contexts for very small currency amounts. In documents, menus, invoices, or product descriptions, it can help convey fractional-value pricing more clearly than words alone. Because some fonts may not include this glyph, it’s best to test your output where it will be displayed. When coding, you can render it reliably by using the correct Unicode escape sequence.

Common uses

  • Writing pricing or rates that use mill-based fractions (e.g., per-unit cost)
  • Formatting financial or accounting text where a compact currency unit is preferred
  • Labeling charts and dashboards that show small monetary values
  • Editing or localizing documents that already use the mill sign
  • Designing UI text for price breakdowns and fine-grained cost displays

Examples

₥ Mill Sign (U+20A5) - Copy & Use

  • Taxes: 25₥ per item
  • Unit price: 3.5₥
  • Service fee: 12₥
  • Wholesale rate: 18₥ per unit
  • Meter reading charge: 2₥

Variations

Ready to copy

Technical codes

UnicodeU+20A5
HTML Entity₥
HTML Code₥
CSS\20A5

FAQ

What does the Mill Sign symbol mean?

The mill sign (₥) is the Unicode “MILL SIGN” character at U+20A5 (HTML: ₥). It’s used to represent a “mill,” a unit that often appears in pricing or rate contexts for very small currency amounts. In documents, menus, invoices, or product descriptions, it can help convey fractional-value pricing more clearly than words alone. Because some fonts may not include this glyph, it’s best to test your output where it will be displayed. When coding, you can render it reliably by using the correct Unicode escape sequence.

What is the Unicode for the mill sign (₥)?

The mill sign is Unicode U+20A5. HTML entity is ₥ and CSS escape is \\20A5.

How can I type ₥ in software?

You can copy/paste the symbol, or enter the Unicode escape in code using \\u{20A5} (JavaScript) or \\20A5 (CSS).

Why does ₥ sometimes show as a blank box?

That usually means the current font or environment doesn’t support U+20A5. Try another font or verify font coverage for the character.

Is ₥ the same as a cent sign (¢)?

No. ₥ is specifically the MILL SIGN (U+20A5), while ¢ is the CENT SIGN. They have different Unicode code points and may be used for different unit meanings.