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

What is Unicode character 𣬐?

The Unicode character 𣬐 U+23B10 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+23B10.

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!