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>&#137610;</p>
📋
CSS .selector { content: '\2198A' };
📋
JS var unicodeA = '\u2198A ';
📋
CPP char unicodeA = ' \u2198A ';
📋
Java char unicodeA = '\u2198A';
📋
Python unicodeA = '\u2198A'
📋

What is Unicode character 𡦊?

The Unicode character 𡦊 U+2198A 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+2198A.

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!