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

What is Unicode character 𬝫?

The Unicode character 𬝫 U+2C76B 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+2C76B.

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!