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

What is Unicode character 𨁍?

The Unicode character 𨁍 U+2804D 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+2804D.

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!