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

What is Unicode character 𡘎?

The Unicode character 𡘎 U+2160E 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+2160E.

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!