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

What is Unicode character 𬾼?

The Unicode character 𬾼 U+2CFBC 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+2CFBC.

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!