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

What is Unicode character 𡣎?

The Unicode character 𡣎 U+218CE 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+218CE.

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!