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

What is Unicode character 𢱓?

The Unicode character 𢱓 U+22C53 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+22C53.

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!