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>&#158132;</p>
📋
CSS .selector { content: '\269B4' };
📋
JS var unicodeA = '\u269B4 ';
📋
CPP char unicodeA = ' \u269B4 ';
📋
Java char unicodeA = '\u269B4';
📋
Python unicodeA = '\u269B4'
📋

What is Unicode character 𦦴?

The Unicode character 𦦴 U+269B4 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+269B4.

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!