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

What is Unicode character 𬡡?

The Unicode character 𬡡 U+2C861 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+2C861.

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!