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

What is Unicode character 𨺖?

The Unicode character 𨺖 U+28E96 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+28E96.

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!