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

What is Unicode character 𦃒?

The Unicode character 𦃒 U+260D2 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+260D2.

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!