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

What is Unicode character 𦖝?

The Unicode character 𦖝 U+2659D 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+2659D.

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!