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

What is Unicode character 𢖎?

The Unicode character 𢖎 U+2258E 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+2258E.

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!