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

What is Unicode character 𨾅?

The Unicode character 𨾅 U+28F85 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+28F85.

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!