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

What is Unicode character 𢖟?

The Unicode character 𢖟 U+2259F 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+2259F.

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!