Unicode Finder

"ἓ" U+1F13(GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA)

U+1F13
Tên Khối
Greek Extended
Tên
GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA

Programming

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

Web

CSS
\001F13
HtmlDecimal
ἓ
HtmlHexadecimal
ἓ
Url
%E1%BC%93

Code

MD5
ad2f12f530131ee3c1f9a6175ce3f4f4
Sha1
7459ca20182ca24832c68c63a59bf9781de641a2
Base64
4byT

Ví dụ Sử dụng

Programming Languages

C:

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

JavaScript:

const char = '\u1F13';
console.log(char);  // Output: ἓ

Java:

char c = '\u1F13';
System.out.println(c);  // Output: ἓ

JSON:

{"text": "\u1F13"}  // Value: ἓ

Python:

char = '\u1F13'
print(char)  # Output: ἓ

Perl:

my $char = "\x{1F13}";
print $char;  # Output: ἓ

PHP:

$char = "\x{1F13}";
echo $char;  // Output: ἓ

Ruby:

char = "\u{1F13}"
puts char  # Output: ἓ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#7955;</p>  <!-- Display: ἓ -->

HTML Hexadecimal:

<p>HTML hex: &#x1F13;</p>  <!-- Display: ἓ -->

URL Encoding:

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

Encodings

MD5:

ad2f12f530131ee3c1f9a6175ce3f4f4

SHA1:

7459ca20182ca24832c68c63a59bf9781de641a2

Base64:

4byT

© 2025 Unicode Finder

ἓ U+1F13 GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA Ký tự Unicode - Unicode Finder

Contact: d2@fanqiang.me