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

What is Unicode character 𩇝?

The Unicode character 𩇝 U+291DD 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+291DD.

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!