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

What is Unicode character 𨾕?

The Unicode character 𨾕 U+28F95 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+28F95.

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!