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

What is Unicode character 𡧝?

The Unicode character 𡧝 U+219DD 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+219DD.

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!