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

What is Unicode character 𧖖?

The Unicode character 𧖖 U+27596 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+27596.

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!