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

What is Unicode character 𢾑?

The Unicode character 𢾑 U+22F91 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+22F91.

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!