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

What is Unicode character 𡧬?

The Unicode character 𡧬 U+219EC 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+219EC.

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!