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

What is Unicode character 𬏺?

The Unicode character 𬏺 U+2C3FA is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C3FA.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!