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

What is Unicode character 𨀖?

The Unicode character 𨀖 U+28016 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+28016.

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!