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

What is Unicode character 𬢼?

The Unicode character 𬢼 U+2C8BC 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+2C8BC.

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!