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

What is Unicode character 𦒵?

The Unicode character 𦒵 U+264B5 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+264B5.

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!