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

What is Unicode character 𬝜?

The Unicode character 𬝜 U+2C75C 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+2C75C.

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!