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

What is Unicode character 𬝹?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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