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

What is Unicode character 𨃼?

The Unicode character 𨃼 U+280FC 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+280FC.

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!