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

What is Unicode character 𨗅?

The Unicode character 𨗅 U+285C5 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+285C5.

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!