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

What is Unicode character 𬎁?

The Unicode character 𬎁 U+2C381 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+2C381.

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!