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

What is Unicode character 𬢦?

The Unicode character 𬢦 U+2C8A6 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+2C8A6.

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!