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

What is Unicode character 𣺰?

The Unicode character 𣺰 U+23EB0 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+23EB0.

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!