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

What is Unicode character 𨶖?

The Unicode character 𨶖 U+28D96 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+28D96.

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!