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

What is Unicode character 𣨖?

The Unicode character 𣨖 U+23A16 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+23A16.

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!