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

What is Unicode character 𬹻?

The Unicode character 𬹻 U+2CE7B 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+2CE7B.

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!