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

What is Unicode character 𨃚?

The Unicode character 𨃚 U+280DA 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+280DA.

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!