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

What is Unicode character 𨮖?

The Unicode character 𨮖 U+28B96 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+28B96.

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!