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

What is Unicode character 𬡀?

The Unicode character 𬡀 U+2C840 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+2C840.

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!