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

What is Unicode character 𧬢?

The Unicode character 𧬢 U+27B22 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+27B22.

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!