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

What is Unicode character 𧨌?

The Unicode character 𧨌 U+27A0C 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+27A0C.

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!