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

What is Unicode character 𨃍?

The Unicode character 𨃍 U+280CD 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+280CD.

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!