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

What is Unicode character 𡦎?

The Unicode character 𡦎 U+2198E 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+2198E.

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!