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>&#161247;</p>
📋
CSS .selector { content: '\275DF' };
📋
JS var unicodeA = '\u275DF ';
📋
CPP char unicodeA = ' \u275DF ';
📋
Java char unicodeA = '\u275DF';
📋
Python unicodeA = '\u275DF'
📋

What is Unicode character 𧗟?

The Unicode character 𧗟 U+275DF 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+275DF.

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!