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

What is Unicode character 𣅐?

The Unicode character 𣅐 U+23150 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+23150.

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!