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

What is Unicode character 𣻟?

The Unicode character 𣻟 U+23EDF 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+23EDF.

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!