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

What is Unicode character 𬭶?

The Unicode character 𬭶 U+2CB76 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+2CB76.

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!