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

What is Unicode character 𧊕?

The Unicode character 𧊕 U+27295 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+27295.

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!