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

What is Unicode character 𢩓?

The Unicode character 𢩓 U+22A53 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+22A53.

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!