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>&#140650;</p>
📋
CSS .selector { content: '\2256A' };
📋
JS var unicodeA = '\u2256A ';
📋
CPP char unicodeA = ' \u2256A ';
📋
Java char unicodeA = '\u2256A';
📋
Python unicodeA = '\u2256A'
📋

What is Unicode character 𢕪?

The Unicode character 𢕪 U+2256A 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+2256A.

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!