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

What is Unicode character 𣀔?

The Unicode character 𣀔 U+23014 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+23014.

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!