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

What is Unicode character 𬩟?

The Unicode character 𬩟 U+2CA5F 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+2CA5F.

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!