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

What is Unicode character 𬡫?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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