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

What is Unicode character 𨃇?

The Unicode character 𨃇 U+280C7 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+280C7.

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!