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

What is Unicode character 𧲶?

The Unicode character 𧲶 U+27CB6 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+27CB6.

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!