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

What is Unicode character 𡦍?

The Unicode character 𡦍 U+2198D 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+2198D.

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!