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

What is Unicode character 𨎕?

The Unicode character 𨎕 U+28395 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+28395.

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!