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

What is Unicode character 𨗼?

The Unicode character 𨗼 U+285FC 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+285FC.

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!