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

What is Unicode character 𨲖?

The Unicode character 𨲖 U+28C96 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+28C96.

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!