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

What is Unicode character 𨃺?

The Unicode character 𨃺 U+280FA 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+280FA.

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!