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

What is Unicode character 𧖕?

The Unicode character 𧖕 U+27595 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+27595.

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!