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

What is Unicode character 𧦕?

The Unicode character 𧦕 U+27995 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+27995.

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!