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

What is Unicode character 𬡍?

The Unicode character 𬡍 U+2C84D 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+2C84D.

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!