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>&#162850;</p>
📋
CSS .selector { content: '\27C22' };
📋
JS var unicodeA = '\u27C22 ';
📋
CPP char unicodeA = ' \u27C22 ';
📋
Java char unicodeA = '\u27C22';
📋
Python unicodeA = '\u27C22'
📋

What is Unicode character 𧰢?

The Unicode character 𧰢 U+27C22 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+27C22.

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!