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

What is Unicode character 𢖏?

The Unicode character 𢖏 U+2258F 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+2258F.

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!