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

What is Unicode character 𬼖?

The Unicode character 𬼖 U+2CF16 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+2CF16.

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!