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

What is Unicode character 𬎿?

The Unicode character 𬎿 U+2C3BF 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+2C3BF.

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!