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

What is Unicode character 𬐰?

The Unicode character 𬐰 U+2C430 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C430.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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