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

What is Unicode character 𣃰?

The Unicode character 𣃰 U+230F0 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+230F0.

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!