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

What is Unicode character 𣍖?

The Unicode character 𣍖 U+23356 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+23356.

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!