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

What is Unicode character 𢊟?

The Unicode character 𢊟 U+2229F 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+2229F.

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!