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

What is Unicode character 𨂣?

The Unicode character 𨂣 U+280A3 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+280A3.

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!