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

What is Unicode character 𣵖?

The Unicode character 𣵖 U+23D56 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+23D56.

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!