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

What is Unicode character 𦃎?

The Unicode character 𦃎 U+260CE 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+260CE.

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!