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

What is Unicode character 𬨟?

The Unicode character 𬨟 U+2CA1F 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+2CA1F.

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!