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

What is Unicode character 𦝒?

The Unicode character 𦝒 U+26752 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+26752.

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!