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

What is Unicode character 𨢖?

The Unicode character 𨢖 U+28896 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+28896.

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!