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

What is Unicode character 𬼺?

The Unicode character 𬼺 U+2CF3A 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+2CF3A.

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!