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

What is Unicode character 𢖞?

The Unicode character 𢖞 U+2259E 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+2259E.

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!