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

What is Unicode character 𨇝?

The Unicode character 𨇝 U+281DD 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+281DD.

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!