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

What is Unicode character 𣊨?

The Unicode character 𣊨 U+232A8 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+232A8.

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!