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

What is Unicode character 𨁚?

The Unicode character 𨁚 U+2805A 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+2805A.

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!