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

What is Unicode character 𢀑?

The Unicode character 𢀑 U+22011 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+22011.

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!