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

What is Unicode character 𧦓?

The Unicode character 𧦓 U+27993 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+27993.

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!