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

What is Unicode character 𢁾?

The Unicode character 𢁾 U+2207E 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+2207E.

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!