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

What is Unicode character 𨃧?

The Unicode character 𨃧 U+280E7 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+280E7.

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!