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

What is Unicode character 𨜵?

The Unicode character 𨜵 U+28735 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+28735.

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!