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

What is Unicode character 𢵝?

The Unicode character 𢵝 U+22D5D 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+22D5D.

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!