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

What is Unicode character 𢖜?

The Unicode character 𢖜 U+2259C 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+2259C.

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!