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

What is Unicode character 𣬍?

The Unicode character 𣬍 U+23B0D 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+23B0D.

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!