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

What is Unicode character 𣺶?

The Unicode character 𣺶 U+23EB6 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+23EB6.

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!