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

What is Unicode character 𧲖?

The Unicode character 𧲖 U+27C96 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+27C96.

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!