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

What is Unicode character 𬨻?

The Unicode character 𬨻 U+2CA3B 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+2CA3B.

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!