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

What is Unicode character 𬼁?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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