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

What is Unicode character 𫼬?

The Unicode character 𫼬 U+2BF2C 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+2BF2C.

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!