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

What is Unicode character 𨃝?

The Unicode character 𨃝 U+280DD 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+280DD.

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!