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

What is Unicode character 𦁏?

The Unicode character 𦁏 U+2604F 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+2604F.

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!