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

What is Unicode character 𬹺?

The Unicode character 𬹺 U+2CE7A 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+2CE7A.

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!