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

What is Unicode character 𢪝?

The Unicode character 𢪝 U+22A9D 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+22A9D.

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!