Unicode Finder

"ឺ" U+17BA(KHMER VOWEL SIGN YY)

U+17BA
Nazwa Bloku
Khmer
Nazwa
KHMER VOWEL SIGN YY

Programming

C
\u17BA
JavaScript
\u17BA
Java
\u17BA
Json
\u17BA
Python
\u17BA
Perl
\x{17BA}
PHP
\x{17BA}
Ruby
\u{17BA}
Rust
\u{17BA}
Go
\u17BA

Web

CSS
\0017BA
HtmlDecimal
ឺ
HtmlHexadecimal
ឺ
Url
%E1%9E%BA

Code

MD5
0f1050504dc5f7c0dda149c2221cea3d
Sha1
57e789bc0444c6e5df735de8994413426ef2e1a6
Base64
4Z66

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u17BA';
console.log(char);  // Output: ឺ

Java:

char c = '\u17BA';
System.out.println(c);  // Output: ឺ

JSON:

{"text": "\u17BA"}  // Value: ឺ

Python:

char = '\u17BA'
print(char)  # Output: ឺ

Perl:

my $char = "\x{17BA}";
print $char;  # Output: ឺ

PHP:

$char = "\x{17BA}";
echo $char;  // Output: ឺ

Ruby:

char = "\u{17BA}"
puts char  # Output: ឺ

Rust:

let c = '\u{17BA}';
println!("{}", c);  // Output: ឺ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0017BA";  /* Display: ឺ */
}

HTML Decimal:

<p>HTML decimal: &#6074;</p>  <!-- Display: ឺ -->

HTML Hexadecimal:

<p>HTML hex: &#x17BA;</p>  <!-- Display: ឺ -->

URL Encoding:

// ឺ URL encoding
https://unicodefinder.com/search.php?query=%E1%9E%BA

Encodings

MD5:

0f1050504dc5f7c0dda149c2221cea3d

SHA1:

57e789bc0444c6e5df735de8994413426ef2e1a6

Base64:

4Z66