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

What is Unicode character 𢹒?

The Unicode character 𢹒 U+22E52 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+22E52.

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!