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

What is Unicode character 𣴟?

The Unicode character 𣴟 U+23D1F 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+23D1F.

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!