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

What is Unicode character 𧖝?

The Unicode character 𧖝 U+2759D 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+2759D.

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!