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

What is Unicode character 𬝒?

The Unicode character 𬝒 U+2C752 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+2C752.

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!