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

What is Unicode character 𦖛?

The Unicode character 𦖛 U+2659B 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+2659B.

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!