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>&#163852;</p>
📋
CSS .selector { content: '\2800C' };
📋
JS var unicodeA = '\u2800C ';
📋
CPP char unicodeA = ' \u2800C ';
📋
Java char unicodeA = '\u2800C';
📋
Python unicodeA = '\u2800C'
📋

What is Unicode character 𨀌?

The Unicode character 𨀌 U+2800C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2800C.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!