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

What is Unicode character 𬞎?

The Unicode character 𬞎 U+2C78E 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+2C78E.

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!