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

What is Unicode character 𢸶?

The Unicode character 𢸶 U+22E36 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+22E36.

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!