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

What is Unicode character 𧲔?

The Unicode character 𧲔 U+27C94 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+27C94.

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!