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

What is Unicode character 𬡎?

The Unicode character 𬡎 U+2C84E 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+2C84E.

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!