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

What is Unicode character 𢵘?

The Unicode character 𢵘 U+22D58 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+22D58.

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!