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

What is Unicode character 𬂉?

The Unicode character 𬂉 U+2C089 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+2C089.

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!