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

What is Unicode character 𢰧?

The Unicode character 𢰧 U+22C27 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+22C27.

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!