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

What is Unicode character 𬡃?

The Unicode character 𬡃 U+2C843 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+2C843.

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!