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>&#167714;</p>
📋
CSS .selector { content: '\28F22' };
📋
JS var unicodeA = '\u28F22 ';
📋
CPP char unicodeA = ' \u28F22 ';
📋
Java char unicodeA = '\u28F22';
📋
Python unicodeA = '\u28F22'
📋

What is Unicode character 𨼢?

The Unicode character 𨼢 U+28F22 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+28F22.

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!