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

What is Unicode character 𡐰?

The Unicode character 𡐰 U+21430 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+21430.

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!