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

What is Unicode character 𨁊?

The Unicode character 𨁊 U+2804A 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+2804A.

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!