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

What is Unicode character 𨃻?

The Unicode character 𨃻 U+280FB 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+280FB.

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!