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

What is Unicode character 𭝬?

The Unicode character 𭝬 U+2D76C 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+2D76C.

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!