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

What is Unicode character 𨃅?

The Unicode character 𨃅 U+280C5 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+280C5.

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!