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

What is Unicode character 𬾬?

The Unicode character 𬾬 U+2CFAC 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+2CFAC.

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!