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

What is Unicode character 𣕲?

The Unicode character 𣕲 U+23572 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+23572.

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!