Unicode Finder

"ἤ" U+1F24(GREEK SMALL LETTER ETA WITH PSILI AND OXIA)

U+1F24
Tên Khối
Greek Extended
Tên
GREEK SMALL LETTER ETA WITH PSILI AND OXIA

Programming

C
\u1F24
JavaScript
\u1F24
Java
\u1F24
Json
\u1F24
Python
\u1F24
Perl
\x{1F24}
PHP
\x{1F24}
Ruby
\u{1F24}
Rust
\u{1F24}
Go
\u1F24

Web

CSS
\001F24
HtmlDecimal
ἤ
HtmlHexadecimal
ἤ
Url
%E1%BC%A4

Code

MD5
b8882ab931742eb0de5ee5b98af6d686
Sha1
bc8a4a2950fb710fb6f0e29959fcd76a6371c94a
Base64
4byk

Ví dụ Sử dụng

Programming Languages

C:

char c = '\u1F24';
printf("%c\n", c);  // Output: ἤ

JavaScript:

const char = '\u1F24';
console.log(char);  // Output: ἤ

Java:

char c = '\u1F24';
System.out.println(c);  // Output: ἤ

JSON:

{"text": "\u1F24"}  // Value: ἤ

Python:

char = '\u1F24'
print(char)  # Output: ἤ

Perl:

my $char = "\x{1F24}";
print $char;  # Output: ἤ

PHP:

$char = "\x{1F24}";
echo $char;  // Output: ἤ

Ruby:

char = "\u{1F24}"
puts char  # Output: ἤ

Rust:

let c = '\u{1F24}';
println!("{}", c);  // Output: ἤ

Go:

char := '\u1F24'
fmt.Printf("%c\n", char)  // Output: ἤ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001F24";  /* Display: ἤ */
}

HTML Decimal:

<p>HTML decimal: &#7972;</p>  <!-- Display: ἤ -->

HTML Hexadecimal:

<p>HTML hex: &#x1F24;</p>  <!-- Display: ἤ -->

URL Encoding:

// ἤ URL encoding
https://unicodefinder.com/search.php?query=%E1%BC%A4

Encodings

MD5:

b8882ab931742eb0de5ee5b98af6d686

SHA1:

bc8a4a2950fb710fb6f0e29959fcd76a6371c94a

Base64:

4byk

© 2025 Unicode Finder

ἤ U+1F24 GREEK SMALL LETTER ETA WITH PSILI AND OXIA Ký tự Unicode - Unicode Finder

Contact: d2@fanqiang.me