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

What is Unicode character 𡦌?

The Unicode character 𡦌 U+2198C 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+2198C.

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!