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

What is Unicode character 𧼍?

The Unicode character 𧼍 U+27F0D 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+27F0D.

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!