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

What is Unicode character 𣬝?

The Unicode character 𣬝 U+23B1D 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+23B1D.

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!