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

What is Unicode character 𨁐?

The Unicode character 𨁐 U+28050 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+28050.

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!