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

What is Unicode character 𧨐?

The Unicode character 𧨐 U+27A10 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+27A10.

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!