Unicode Finder

"៴" U+17F4(KHMER SYMBOL LEK ATTAK BUON)

U+17F4
블록 이름
Khmer
이름
KHMER SYMBOL LEK ATTAK BUON

Programming

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

Web

CSS
\0017F4
HtmlDecimal
៴
HtmlHexadecimal
៴
Url
%E1%9F%B4

Code

MD5
b14b7bd003fb7e45ef1cc9ec25eed64a
Sha1
0e3cfc9c5a9ff176c790301e2ff2c9ea9904a0d3
Base64
4Z+0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\u17F4';
console.log(char);  // Output: ៴

Java:

char c = '\u17F4';
System.out.println(c);  // Output: ៴

JSON:

{"text": "\u17F4"}  // Value: ៴

Python:

char = '\u17F4'
print(char)  # Output: ៴

Perl:

my $char = "\x{17F4}";
print $char;  # Output: ៴

PHP:

$char = "\x{17F4}";
echo $char;  // Output: ៴

Ruby:

char = "\u{17F4}"
puts char  # Output: ៴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#6132;</p>  <!-- Display: ៴ -->

HTML Hexadecimal:

<p>HTML hex: &#x17F4;</p>  <!-- Display: ៴ -->

URL Encoding:

// ៴ URL encoding
https://unicodefinder.com/search.php?query=%E1%9F%B4

Encodings

MD5:

b14b7bd003fb7e45ef1cc9ec25eed64a

SHA1:

0e3cfc9c5a9ff176c790301e2ff2c9ea9904a0d3

Base64:

4Z+0