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

What is Unicode character 𨰁?

The Unicode character 𨰁 U+28C01 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+28C01.

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!