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

What is Unicode character 𨃄?

The Unicode character 𨃄 U+280C4 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+280C4.

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!