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>&#144671;</p>
📋
CSS .selector { content: '\2351F' };
📋
JS var unicodeA = '\u2351F ';
📋
CPP char unicodeA = ' \u2351F ';
📋
Java char unicodeA = '\u2351F';
📋
Python unicodeA = '\u2351F'
📋

What is Unicode character 𣔟?

The Unicode character 𣔟 U+2351F 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+2351F.

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!