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

What is Unicode character 𣬨?

The Unicode character 𣬨 U+23B28 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+23B28.

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!