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

What is Unicode character 𬵶?

The Unicode character 𬵶 U+2CD76 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+2CD76.

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!