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

What is Unicode character 𧍧?

The Unicode character 𧍧 U+27367 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+27367.

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!