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

What is Unicode character 𨂭?

The Unicode character 𨂭 U+280AD 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+280AD.

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!