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

What is Unicode character 𨂖?

The Unicode character 𨂖 U+28096 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+28096.

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!