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

What is Unicode character 𬹼?

The Unicode character 𬹼 U+2CE7C 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+2CE7C.

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!