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

What is Unicode character 𢸑?

The Unicode character 𢸑 U+22E11 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+22E11.

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!