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

What is Unicode character 𨃜?

The Unicode character 𨃜 U+280DC 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+280DC.

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!