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

What is Unicode character 𬎻?

The Unicode character 𬎻 U+2C3BB 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+2C3BB.

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!