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

What is Unicode character 𢭝?

The Unicode character 𢭝 U+22B5D 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+22B5D.

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!