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

What is Unicode character 𢄏?

The Unicode character 𢄏 U+2210F 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+2210F.

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!