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

What is Unicode character 𬡨?

The Unicode character 𬡨 U+2C868 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+2C868.

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!