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

What is Unicode character 𬡁?

The Unicode character 𬡁 U+2C841 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+2C841.

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!