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

What is Unicode character 𬨙?

The Unicode character 𬨙 U+2CA19 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+2CA19.

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!