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

What is Unicode character 𣔖?

The Unicode character 𣔖 U+23516 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+23516.

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!