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>&#157684;</p>
📋
CSS .selector { content: '\267F4' };
📋
JS var unicodeA = '\u267F4 ';
📋
CPP char unicodeA = ' \u267F4 ';
📋
Java char unicodeA = '\u267F4';
📋
Python unicodeA = '\u267F4'
📋

What is Unicode character 𦟴?

The Unicode character 𦟴 U+267F4 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+267F4.

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!