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

What is Unicode character 𢮝?

The Unicode character 𢮝 U+22B9D 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+22B9D.

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!