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

What is Unicode character 𨃐?

The Unicode character 𨃐 U+280D0 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+280D0.

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!