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

What is Unicode character 𧍓?

The Unicode character 𧍓 U+27353 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+27353.

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!