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

What is Unicode character 𮬬?

The Unicode character 𮬬 U+2EB2C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2EB2C.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!