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

What is Unicode character 𧎖?

The Unicode character 𧎖 U+27396 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+27396.

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!