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

What is Unicode character 𣡲?

The Unicode character 𣡲 U+23872 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+23872.

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!