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

What is Unicode character 𨀶?

The Unicode character 𨀶 U+28036 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+28036.

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!