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

What is Unicode character 𢕼?

The Unicode character 𢕼 U+2257C 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+2257C.

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!