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

What is Unicode character 𣭟?

The Unicode character 𣭟 U+23B5F 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+23B5F.

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!