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

What is Unicode character 𨲕?

The Unicode character 𨲕 U+28C95 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+28C95.

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!