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

What is Unicode character 𧰍?

The Unicode character 𧰍 U+27C0D 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+27C0D.

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!