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

What is Unicode character 𢰑?

The Unicode character 𢰑 U+22C11 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+22C11.

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!