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

What is Unicode character 𧖓?

The Unicode character 𧖓 U+27593 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+27593.

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!