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

What is Unicode character 𬹸?

The Unicode character 𬹸 U+2CE78 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+2CE78.

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!