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

What is Unicode character 𨀩?

The Unicode character 𨀩 U+28029 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+28029.

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!