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

What is Unicode character 𬝝?

The Unicode character 𬝝 U+2C75D 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+2C75D.

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!