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>&#181903;</p>
📋
CSS .selector { content: '\2C68F' };
📋
JS var unicodeA = '\u2C68F ';
📋
CPP char unicodeA = ' \u2C68F ';
📋
Java char unicodeA = '\u2C68F';
📋
Python unicodeA = '\u2C68F'
📋

What is Unicode character 𬚏?

The Unicode character 𬚏 U+2C68F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C68F.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!