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

What is Unicode character 𧍑?

The Unicode character 𧍑 U+27351 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+27351.

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!