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

What is Unicode character 𦃚?

The Unicode character 𦃚 U+260DA 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+260DA.

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!