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

What is Unicode character 𨃏?

The Unicode character 𨃏 U+280CF 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+280CF.

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!