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

What is Unicode character 𣃵?

The Unicode character 𣃵 U+230F5 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+230F5.

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!