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

What is Unicode character 𮝬?

The Unicode character 𮝬 U+2E76C 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+2E76C.

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!