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

What is Unicode character 𦃝?

The Unicode character 𦃝 U+260DD 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+260DD.

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!