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

What is Unicode character 𢝒?

The Unicode character 𢝒 U+22752 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+22752.

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!