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

What is Unicode character 𨃷?

The Unicode character 𨃷 U+280F7 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+280F7.

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!