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>&#174188;</p>
📋
CSS .selector { content: '\2A86C' };
📋
JS var unicodeA = '\u2A86C ';
📋
CPP char unicodeA = ' \u2A86C ';
📋
Java char unicodeA = '\u2A86C';
📋
Python unicodeA = '\u2A86C'
📋

What is Unicode character 𪡬?

The Unicode character 𪡬 U+2A86C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A86C.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!