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

What is Unicode character 𡊝?

The Unicode character 𡊝 U+2129D 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+2129D.

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!