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

What is Unicode character 𦃭?

The Unicode character 𦃭 U+260ED 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+260ED.

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!