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

What is Unicode character 𨈓?

The Unicode character 𨈓 U+28213 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+28213.

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!