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

What is Unicode character 𣘨?

The Unicode character 𣘨 U+23628 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+23628.

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!