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

What is Unicode character 𬞍?

The Unicode character 𬞍 U+2C78D 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+2C78D.

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!