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

What is Unicode character 𣼨?

The Unicode character 𣼨 U+23F28 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+23F28.

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!