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

What is Unicode character 𦃊?

The Unicode character 𦃊 U+260CA 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+260CA.

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!