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

What is Unicode character 𬼶?

The Unicode character 𬼶 U+2CF36 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+2CF36.

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!