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

What is Unicode character 𢵰?

The Unicode character 𢵰 U+22D70 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+22D70.

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!