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

What is Unicode character 𦑧?

The Unicode character 𦑧 U+26467 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+26467.

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!