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

What is Unicode character 𣝖?

The Unicode character 𣝖 U+23756 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+23756.

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!