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

What is Unicode character 𣕶?

The Unicode character 𣕶 U+23576 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+23576.

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!