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

What is Unicode character 𬎱?

The Unicode character 𬎱 U+2C3B1 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+2C3B1.

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!