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

What is Unicode character 𬢛?

The Unicode character 𬢛 U+2C89B 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+2C89B.

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!