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

What is Unicode character 𨃂?

The Unicode character 𨃂 U+280C2 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+280C2.

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!