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

What is Unicode character 𡊍?

The Unicode character 𡊍 U+2128D 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+2128D.

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!