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

What is Unicode character 𢄍?

The Unicode character 𢄍 U+2210D 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+2210D.

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!