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

What is Unicode character 𦃡?

The Unicode character 𦃡 U+260E1 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+260E1.

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!