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

What is Unicode character 𬡌?

The Unicode character 𬡌 U+2C84C 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+2C84C.

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!