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

What is Unicode character 𨀔?

The Unicode character 𨀔 U+28014 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+28014.

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!