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

What is Unicode character 𨃈?

The Unicode character 𨃈 U+280C8 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+280C8.

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!