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

What is Unicode character 𦃛?

The Unicode character 𦃛 U+260DB 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+260DB.

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!