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

What is Unicode character 𬎳?

The Unicode character 𬎳 U+2C3B3 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+2C3B3.

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!