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

What is Unicode character 𬝓?

The Unicode character 𬝓 U+2C753 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+2C753.

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!