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

What is Unicode character 𦂭?

The Unicode character 𦂭 U+260AD 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+260AD.

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!