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

What is Unicode character 𨔁?

The Unicode character 𨔁 U+28501 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+28501.

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!