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

What is Unicode character 𢵚?

The Unicode character 𢵚 U+22D5A 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+22D5A.

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!