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

What is Unicode character 𨼡?

The Unicode character 𨼡 U+28F21 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+28F21.

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!