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>&#138608;</p>
📋
CSS .selector { content: '\21D70' };
📋
JS var unicodeA = '\u21D70 ';
📋
CPP char unicodeA = ' \u21D70 ';
📋
Java char unicodeA = '\u21D70';
📋
Python unicodeA = '\u21D70'
📋

What is Unicode character 𡵰?

The Unicode character 𡵰 U+21D70 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+21D70.

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!