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

What is Unicode character 𧲨?

The Unicode character 𧲨 U+27CA8 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+27CA8.

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!