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

What is Unicode character 𨈣?

The Unicode character 𨈣 U+28223 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+28223.

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!