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

What is Unicode character 𨁌?

The Unicode character 𨁌 U+2804C 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+2804C.

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!