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

What is Unicode character 𨀵?

The Unicode character 𨀵 U+28035 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+28035.

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!