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

What is Unicode character 𢶑?

The Unicode character 𢶑 U+22D91 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+22D91.

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!