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

What is Unicode character 𧖍?

The Unicode character 𧖍 U+2758D 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+2758D.

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!