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

What is Unicode character 𨏝?

The Unicode character 𨏝 U+283DD 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+283DD.

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!