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

What is Unicode character 𦚏?

The Unicode character 𦚏 U+2668F 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+2668F.

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!