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

What is Unicode character 𨃘?

The Unicode character 𨃘 U+280D8 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+280D8.

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!