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

What is Unicode character 𧎙?

The Unicode character 𧎙 U+27399 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+27399.

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!