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

What is Unicode character 𧖊?

The Unicode character 𧖊 U+2758A 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+2758A.

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!