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

What is Unicode character 𡝓?

The Unicode character 𡝓 U+21753 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+21753.

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!