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

What is Unicode character 𢑤?

The Unicode character 𢑤 U+22464 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+22464.

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!