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

What is Unicode character 𨃃?

The Unicode character 𨃃 U+280C3 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+280C3.

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!