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

What is Unicode character 𭝹?

The Unicode character 𭝹 U+2D779 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+2D779.

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!