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

What is Unicode character 𨪖?

The Unicode character 𨪖 U+28A96 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+28A96.

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!