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

What is Unicode character 𣬕?

The Unicode character 𣬕 U+23B15 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+23B15.

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!