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

What is Unicode character 𢬧?

The Unicode character 𢬧 U+22B27 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+22B27.

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!