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

What is Unicode character 𨼁?

The Unicode character 𨼁 U+28F01 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+28F01.

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!