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

What is Unicode character 𧼟?

The Unicode character 𧼟 U+27F1F 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+27F1F.

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!