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

What is Unicode character 𢑊?

The Unicode character 𢑊 U+2244A 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+2244A.

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!