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

What is Unicode character 𣊬?

The Unicode character 𣊬 U+232AC 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+232AC.

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!