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

What is Unicode character 𬨓?

The Unicode character 𬨓 U+2CA13 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+2CA13.

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!