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

What is Unicode character 𡣲?

The Unicode character 𡣲 U+218F2 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+218F2.

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!