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

What is Unicode character 𡣢?

The Unicode character 𡣢 U+218E2 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+218E2.

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!