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

What is Unicode character 𨊖?

The Unicode character 𨊖 U+28296 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+28296.

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!