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

What is Unicode character 𧦖?

The Unicode character 𧦖 U+27996 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+27996.

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!