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

What is Unicode character 𡧎?

The Unicode character 𡧎 U+219CE 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+219CE.

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!