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

What is Unicode character 𨦅?

The Unicode character 𨦅 U+28985 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+28985.

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!