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

What is Unicode character 𨂼?

The Unicode character 𨂼 U+280BC 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+280BC.

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!