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

What is Unicode character 𨃕?

The Unicode character 𨃕 U+280D5 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+280D5.

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!