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

What is Unicode character 𢭓?

The Unicode character 𢭓 U+22B53 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+22B53.

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!