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

What is Unicode character 𣃺?

The Unicode character 𣃺 U+230FA 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+230FA.

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!