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

What is Unicode character 𣒖?

The Unicode character 𣒖 U+23496 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+23496.

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!