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

What is Unicode character 𭝶?

The Unicode character 𭝶 U+2D776 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+2D776.

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!