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

What is Unicode character 𨂺?

The Unicode character 𨂺 U+280BA 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+280BA.

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!