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

What is Unicode character 𢖌?

The Unicode character 𢖌 U+2258C 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+2258C.

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!