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

What is Unicode character 𢖝?

The Unicode character 𢖝 U+2259D 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+2259D.

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!