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

What is Unicode character 𬢿?

The Unicode character 𬢿 U+2C8BF 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+2C8BF.

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!