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

What is Unicode character 𦃢?

The Unicode character 𦃢 U+260E2 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+260E2.

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!