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

What is Unicode character 𨃟?

The Unicode character 𨃟 U+280DF 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+280DF.

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!