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

What is Unicode character 𬨿?

The Unicode character 𬨿 U+2CA3F 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+2CA3F.

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!