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

What is Unicode character 𨊕?

The Unicode character 𨊕 U+28295 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+28295.

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!