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

What is Unicode character 𨑊?

The Unicode character 𨑊 U+2844A 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+2844A.

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!