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

What is Unicode character 𧖎?

The Unicode character 𧖎 U+2758E 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+2758E.

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!