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

What is Unicode character 𬼚?

The Unicode character 𬼚 U+2CF1A 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+2CF1A.

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!