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>&#140047;</p>
📋
CSS .selector { content: '\2230F' };
📋
JS var unicodeA = '\u2230F ';
📋
CPP char unicodeA = ' \u2230F ';
📋
Java char unicodeA = '\u2230F';
📋
Python unicodeA = '\u2230F'
📋

What is Unicode character 𢌏?

The Unicode character 𢌏 U+2230F 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+2230F.

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!