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

What is Unicode character 𬨹?

The Unicode character 𬨹 U+2CA39 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+2CA39.

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!