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

What is Unicode character 𣰨?

The Unicode character 𣰨 U+23C28 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+23C28.

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!