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

What is Unicode character 𡧍?

The Unicode character 𡧍 U+219CD 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+219CD.

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!