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

What is Unicode character 𨁎?

The Unicode character 𨁎 U+2804E 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+2804E.

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!