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

What is Unicode character 𣼖?

The Unicode character 𣼖 U+23F16 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+23F16.

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!