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

What is Unicode character 𨁓?

The Unicode character 𨁓 U+28053 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+28053.

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!