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

What is Unicode character 𢕻?

The Unicode character 𢕻 U+2257B 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+2257B.

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!