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

What is Unicode character 𣬎?

The Unicode character 𣬎 U+23B0E 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+23B0E.

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!