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

What is Unicode character 𢹝?

The Unicode character 𢹝 U+22E5D 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+22E5D.

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!