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

What is Unicode character 𡌍?

The Unicode character 𡌍 U+2130D 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+2130D.

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!