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

What is Unicode character 𡦏?

The Unicode character 𡦏 U+2198F 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+2198F.

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!