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

What is Unicode character 𨗕?

The Unicode character 𨗕 U+285D5 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+285D5.

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!