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

What is Unicode character 𣬣?

The Unicode character 𣬣 U+23B23 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+23B23.

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!