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

What is Unicode character 𢐰?

The Unicode character 𢐰 U+22430 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+22430.

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!