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

What is Unicode character 𨃰?

The Unicode character 𨃰 U+280F0 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+280F0.

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!