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

What is Unicode character 𦃟?

The Unicode character 𦃟 U+260DF 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+260DF.

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!