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

What is Unicode character 𢁟?

The Unicode character 𢁟 U+2205F 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+2205F.

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!