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

What is Unicode character 𦓺?

The Unicode character 𦓺 U+264FA 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+264FA.

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!