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

What is Unicode character 𧲕?

The Unicode character 𧲕 U+27C95 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+27C95.

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!