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

What is Unicode character 𦇟?

The Unicode character 𦇟 U+261DF 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+261DF.

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!