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

What is Unicode character 𢝓?

The Unicode character 𢝓 U+22753 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+22753.

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!