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

What is Unicode character 𧨺?

The Unicode character 𧨺 U+27A3A 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+27A3A.

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!