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

What is Unicode character 𦑮?

The Unicode character 𦑮 U+2646E 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+2646E.

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!