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

What is Unicode character 𢱬?

The Unicode character 𢱬 U+22C6C 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+22C6C.

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!