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

What is Unicode character 𬼵?

The Unicode character 𬼵 U+2CF35 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+2CF35.

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!