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

What is Unicode character 𬾲?

The Unicode character 𬾲 U+2CFB2 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+2CFB2.

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!