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

What is Unicode character 𢨬?

The Unicode character 𢨬 U+22A2C 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+22A2C.

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!