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

What is Unicode character 𨑧?

The Unicode character 𨑧 U+28467 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+28467.

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!