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

What is Unicode character 𬾺?

The Unicode character 𬾺 U+2CFBA 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+2CFBA.

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!