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

What is Unicode character 𣝓?

The Unicode character 𣝓 U+23753 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+23753.

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!