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>&#157263;</p>
📋
CSS .selector { content: '\2664F' };
📋
JS var unicodeA = '\u2664F ';
📋
CPP char unicodeA = ' \u2664F ';
📋
Java char unicodeA = '\u2664F';
📋
Python unicodeA = '\u2664F'
📋

What is Unicode character 𦙏?

The Unicode character 𦙏 U+2664F 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+2664F.

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!