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

What is Unicode character 𧲲?

The Unicode character 𧲲 U+27CB2 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+27CB2.

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!