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

What is Unicode character 𨒛?

The Unicode character 𨒛 U+2849B 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+2849B.

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!