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

What is Unicode character 𦃪?

The Unicode character 𦃪 U+260EA 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+260EA.

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!