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

What is Unicode character 𨁑?

The Unicode character 𨁑 U+28051 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+28051.

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!