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

What is Unicode character 𧎕?

The Unicode character 𧎕 U+27395 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+27395.

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!