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

What is Unicode character 𨚅?

The Unicode character 𨚅 U+28685 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+28685.

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!