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

What is Unicode character 𢕴?

The Unicode character 𢕴 U+22574 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+22574.

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!