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

What is Unicode character 𢕮?

The Unicode character 𢕮 U+2256E 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+2256E.

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!