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

What is Unicode character 𬼃?

The Unicode character 𬼃 U+2CF03 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+2CF03.

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!