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

What is Unicode character 𬨴?

The Unicode character 𬨴 U+2CA34 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+2CA34.

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!