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

What is Unicode character 𨚏?

The Unicode character 𨚏 U+2868F 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+2868F.

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!