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

What is Unicode character 𢣝?

The Unicode character 𢣝 U+228DD 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+228DD.

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!