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

What is Unicode character 𨖣?

The Unicode character 𨖣 U+285A3 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+285A3.

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!