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

What is Unicode character 𦝓?

The Unicode character 𦝓 U+26753 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+26753.

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!