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

What is Unicode character 𨃌?

The Unicode character 𨃌 U+280CC 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+280CC.

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!