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

What is Unicode character 𣬟?

The Unicode character 𣬟 U+23B1F 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+23B1F.

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!