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

What is Unicode character 𬹶?

The Unicode character 𬹶 U+2CE76 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+2CE76.

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!