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

What is Unicode character 𧷑?

The Unicode character 𧷑 U+27DD1 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+27DD1.

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!