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

What is Unicode character 𢵴?

The Unicode character 𢵴 U+22D74 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+22D74.

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!