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

What is Unicode character 𦑊?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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