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

What is Unicode character 𦖚?

The Unicode character 𦖚 U+2659A 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+2659A.

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!