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

What is Unicode character 𢂟?

The Unicode character 𢂟 U+2209F 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+2209F.

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!