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

What is Unicode character 𦃬?

The Unicode character 𦃬 U+260EC 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+260EC.

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!