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

What is Unicode character 𨗣?

The Unicode character 𨗣 U+285E3 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+285E3.

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!