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

What is Unicode character 𢑧?

The Unicode character 𢑧 U+22467 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+22467.

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!