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

What is Unicode character 𣯟?

The Unicode character 𣯟 U+23BDF 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+23BDF.

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!