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

What is Unicode character 𬙁?

The Unicode character 𬙁 U+2C641 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+2C641.

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!