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

What is Unicode character 𣊲?

The Unicode character 𣊲 U+232B2 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+232B2.

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!