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

What is Unicode character 𬨛?

The Unicode character 𬨛 U+2CA1B 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+2CA1B.

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!