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

What is Unicode character 𢵓?

The Unicode character 𢵓 U+22D53 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+22D53.

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!