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

What is Unicode character 𢬬?

The Unicode character 𢬬 U+22B2C 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+22B2C.

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!