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

What is Unicode character 𨊗?

The Unicode character 𨊗 U+28297 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+28297.

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!