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

What is Unicode character 𬾾?

The Unicode character 𬾾 U+2CFBE 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+2CFBE.

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!