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

What is Unicode character 𬝸?

The Unicode character 𬝸 U+2C778 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+2C778.

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!