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>&#156154;</p>
📋
CSS .selector { content: '\261FA' };
📋
JS var unicodeA = '\u261FA ';
📋
CPP char unicodeA = ' \u261FA ';
📋
Java char unicodeA = '\u261FA';
📋
Python unicodeA = '\u261FA'
📋

What is Unicode character 𦇺?

The Unicode character 𦇺 U+261FA 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+261FA.

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!