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

What is Unicode character 𨃨?

The Unicode character 𨃨 U+280E8 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+280E8.

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!