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

What is Unicode character 𨗎?

The Unicode character 𨗎 U+285CE 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+285CE.

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!