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

What is Unicode character 𬼕?

The Unicode character 𬼕 U+2CF15 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+2CF15.

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!