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

What is Unicode character 𣀖?

The Unicode character 𣀖 U+23016 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+23016.

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!