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

What is Unicode character 𢸧?

The Unicode character 𢸧 U+22E27 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+22E27.

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!