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

What is Unicode character 𢭬?

The Unicode character 𢭬 U+22B6C 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+22B6C.

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!