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

What is Unicode character 𨝓?

The Unicode character 𨝓 U+28753 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28753.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!