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

What is Unicode character 𧲦?

The Unicode character 𧲦 U+27CA6 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+27CA6.

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!