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

What is Unicode character 𧷟?

The Unicode character 𧷟 U+27DDF 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+27DDF.

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!