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

What is Unicode character 𬾨?

The Unicode character 𬾨 U+2CFA8 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+2CFA8.

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!