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>&#197706;</p>
📋
CSS .selector { content: '\3044A' };
📋
JS var unicodeA = '\u3044A ';
📋
CPP char unicodeA = ' \u3044A ';
📋
Java char unicodeA = '\u3044A';
📋
Python unicodeA = '\u3044A'
📋

What is Unicode character 𰑊?

The Unicode character 𰑊 U+3044A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3044A.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!