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

What is Unicode character 𧦐?

The Unicode character 𧦐 U+27990 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+27990.

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!