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

What is Unicode character 𢩝?

The Unicode character 𢩝 U+22A5D 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+22A5D.

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!