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

What is Unicode character 𬵵?

The Unicode character 𬵵 U+2CD75 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+2CD75.

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!