Css Styling

Size
𬑊
15px
𬑊
18px
𬑊
21px
𬑊
24px
𬑊
27px
𬑊
30px
𬑊
33px
𬑊
36px
𬑊
42px
𬑊
48px
𬑊
54px
𬑊
60px
𬑊
66px
𬑊
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𬑊
Bold
𬑊
Italic
𬑊
Underline
𬑊
Strikethrough
𬑊
UpperCase
𬑊
LowerCase
𬑊
Oblique
A 𬑊
Subscript
A 𬑊
Superscript
𬑊
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𬑊
Arial
𬑊
Times New Roman
𬑊
Verdana
𬑊
Courier New
𬑊
Garamond
𬑊
Georgia
𬑊
Trebuchet MS
𬑊
Tahoma
𬑊
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𬑊
White
𬑊
Brown
𬑊
Maroon
𬑊
Magenta
𬑊
Red
𬑊
Orange
𬑊
Yellow
𬑊
Green
𬑊
Teal
𬑊
Cyan
𬑊
Blue
𬑊
Violet
𬑊
Purple
𬑊
Indigo
𬑊
Gray
𬑊
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𬑊
White
𬑊
Brown
𬑊
Maroon
𬑊
Magenta
𬑊
Red
𬑊
Orange
𬑊
Yellow
𬑊
Green
𬑊
Teal
𬑊
Cyan
𬑊
Blue
𬑊
Violet
𬑊
Purple
𬑊
Indigo
𬑊
Gray
𬑊
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#181322;</p>
📋
CSS .selector { content: '\2C44A' };
📋
JS var unicodeA = '\u2C44A ';
📋
CPP char unicodeA = ' \u2C44A ';
📋
Java char unicodeA = '\u2C44A';
📋
Python unicodeA = '\u2C44A'
📋

What is Unicode character 𬑊?

The Unicode character 𬑊 U+2C44A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𬑊 represent?

The Unicode character 𬑊 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬑊?

The Unicode code point for 𬑊 is U+2C44A.

Is the appearance of the 𬑊 character consistent across all platforms?

The appearance of the 𬑊 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𬑊 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𬑊 character.

In which version was Unicode character 𬑊 released, and to which block of characters does it belong?

Unicode character 𬑊 was first introduced in Unicode Version 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!