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

What is Unicode character 𧨍?

The Unicode character 𧨍 U+27A0D 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+27A0D.

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!