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

What is Unicode character 𨼠?

The Unicode character 𨼠 U+28F20 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+28F20.

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!