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

What is Unicode character 𧨬?

The Unicode character 𧨬 U+27A2C 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+27A2C.

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!