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

What is Unicode character 𢖍?

The Unicode character 𢖍 U+2258D 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+2258D.

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!