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

What is Unicode character 𬡭?

The Unicode character 𬡭 U+2C86D 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+2C86D.

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!