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

What is Unicode character 𧰐?

The Unicode character 𧰐 U+27C10 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+27C10.

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!