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

What is Unicode character 𧨢?

The Unicode character 𧨢 U+27A22 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+27A22.

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!