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

What is Unicode character 𧍗?

The Unicode character 𧍗 U+27357 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+27357.

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!