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

What is Unicode character 𬎾?

The Unicode character 𬎾 U+2C3BE 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+2C3BE.

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!