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

What is Unicode character 𣯓?

The Unicode character 𣯓 U+23BD3 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+23BD3.

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!