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

What is Unicode character 𬡦?

The Unicode character 𬡦 U+2C866 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+2C866.

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!