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

What is Unicode character 𣃻?

The Unicode character 𣃻 U+230FB 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+230FB.

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!