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

What is Unicode character 𨘁?

The Unicode character 𨘁 U+28601 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+28601.

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!