Currency

Won Sign ₩

The won sign (₩) is the currency symbol for the South Korean won (KRW) and historically for the North Korean won (KPW). It features a W with two horizontal strokes. South Korea is a major global economy and technology hub, making the won sign important for international commerce and tech industry pricing.

All Representations

Named Entity
₩
Decimal Code
₩
Hex Code
₩
Unicode
U+20A9

Rendered Output

₩ renders as the character shown above

When to Use Won Sign

Use the won sign in pricing for Korean markets, technology product comparisons, and financial content related to the Korean economy. The symbol is placed before the amount (₩50,000). Use the numeric HTML reference for maximum compatibility across browsers and email clients.

Try It — HTML Examples

Named entity in text
<p>Symbol: &#8361;</p>
Decimal reference
<p>Symbol: &#8361;</p>
Hex reference
<p>Symbol: &#x20A9;</p>
Inside an HTML attribute
<div title="The Won Sign: &#8361;">Hover to see</div>

About the Won Sign Entity

The Won Sign character (₩) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &#8361;, the decimal numeric character reference &#8361;, or the hexadecimal numeric reference &#x20A9;. The character is assigned Unicode code point U+20A9 in the Universal Character Set.

The won sign (₩) is the currency symbol for the South Korean won (KRW) and historically for the North Korean won (KPW). It features a W with two horizontal strokes. South Korea is a major global economy and technology hub, making the won sign important for international commerce and tech industry pricing.

Currency symbol entities are essential for e-commerce platforms, financial dashboards, and any web content that displays monetary values across different markets. Using the correct HTML entity or Unicode code point ensures that currency symbols render consistently regardless of the visitor's operating system, installed fonts, or browser configuration. For international websites, properly encoded currency entities enable accurate localization of prices and financial data.

When deciding how to encode the Won Sign character in your HTML documents, the named entity &#8361; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8361; and hexadecimal form &#x20A9; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the won sign in pricing for Korean markets, technology product comparisons, and financial content related to the Korean economy. The symbol is placed before the amount (₩50,000). Use the numeric HTML reference for maximum compatibility across browsers and email clients.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.