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

What is Unicode character 𦃑?

The Unicode character 𦃑 U+260D1 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+260D1.

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!