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

What is Unicode character 𦇝?

The Unicode character 𦇝 U+261DD 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+261DD.

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!