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

What is Unicode character 𢚏?

The Unicode character 𢚏 U+2268F 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+2268F.

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!