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

What is Unicode character 𣬓?

The Unicode character 𣬓 U+23B13 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+23B13.

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!