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

What is Unicode character 𢭌?

The Unicode character 𢭌 U+22B4C 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+22B4C.

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!