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

What is Unicode character 𢊝?

The Unicode character 𢊝 U+2229D 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+2229D.

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!