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

What is Unicode character 𧘎?

The Unicode character 𧘎 U+2760E 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+2760E.

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!