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

What is Unicode character 𨊅?

The Unicode character 𨊅 U+28285 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+28285.

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!