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>&#169375;</p>
📋
CSS .selector { content: '\2959F' };
📋
JS var unicodeA = '\u2959F ';
📋
CPP char unicodeA = ' \u2959F ';
📋
Java char unicodeA = '\u2959F';
📋
Python unicodeA = '\u2959F'
📋

What is Unicode character 𩖟?

The Unicode character 𩖟 U+2959F 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+2959F.

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!