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

What is Unicode character 𬡯?

The Unicode character 𬡯 U+2C86F 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+2C86F.

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!