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

What is Unicode character 𢊛?

The Unicode character 𢊛 U+2229B 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+2229B.

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!