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

What is Unicode character 𧦙?

The Unicode character 𧦙 U+27999 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+27999.

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!