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

What is Unicode character 𡣝?

The Unicode character 𡣝 U+218DD 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+218DD.

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!