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

What is Unicode character 𨁺?

The Unicode character 𨁺 U+2807A 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+2807A.

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!