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>&#143602;</p>
📋
CSS .selector { content: '\230F2' };
📋
JS var unicodeA = '\u230F2 ';
📋
CPP char unicodeA = ' \u230F2 ';
📋
Java char unicodeA = '\u230F2';
📋
Python unicodeA = '\u230F2'
📋

What is Unicode character 𣃲?

The Unicode character 𣃲 U+230F2 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+230F2.

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!