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>&#139407;</p>
📋
CSS .selector { content: '\2208F' };
📋
JS var unicodeA = '\u2208F ';
📋
CPP char unicodeA = ' \u2208F ';
📋
Java char unicodeA = '\u2208F';
📋
Python unicodeA = '\u2208F'
📋

What is Unicode character 𢂏?

The Unicode character 𢂏 U+2208F 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+2208F.

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!