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

What is Unicode character 𣙖?

The Unicode character 𣙖 U+23656 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+23656.

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!