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

What is Unicode character 𬏊?

The Unicode character 𬏊 U+2C3CA 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+2C3CA.

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!