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

What is Unicode character 𣬬?

The Unicode character 𣬬 U+23B2C 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+23B2C.

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!