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

What is Unicode character 𣕢?

The Unicode character 𣕢 U+23562 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+23562.

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!