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

What is Unicode character 𧰓?

The Unicode character 𧰓 U+27C13 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+27C13.

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!