Unicode Finder

"᧳" U+19F3(KHMER SYMBOL BEI ROC)

U+19F3
Nazwa Bloku
Khmer Symbols
Nazwa
KHMER SYMBOL BEI ROC

Programming

C
\u19F3
JavaScript
\u19F3
Java
\u19F3
Json
\u19F3
Python
\u19F3
Perl
\x{19F3}
PHP
\x{19F3}
Ruby
\u{19F3}
Rust
\u{19F3}
Go
\u19F3

Web

CSS
\0019F3
HtmlDecimal
᧳
HtmlHexadecimal
᧳
Url
%E1%A7%B3

Code

MD5
70159d63a3fc31dfe08a554c876f749f
Sha1
cd448955eca2fb99422aa589b7927be03f32d8c0
Base64
4aez

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u19F3';
console.log(char);  // Output: ᧳

Java:

char c = '\u19F3';
System.out.println(c);  // Output: ᧳

JSON:

{"text": "\u19F3"}  // Value: ᧳

Python:

char = '\u19F3'
print(char)  # Output: ᧳

Perl:

my $char = "\x{19F3}";
print $char;  # Output: ᧳

PHP:

$char = "\x{19F3}";
echo $char;  // Output: ᧳

Ruby:

char = "\u{19F3}"
puts char  # Output: ᧳

Rust:

let c = '\u{19F3}';
println!("{}", c);  // Output: ᧳

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0019F3";  /* Display: ᧳ */
}

HTML Decimal:

<p>HTML decimal: &#6643;</p>  <!-- Display: ᧳ -->

HTML Hexadecimal:

<p>HTML hex: &#x19F3;</p>  <!-- Display: ᧳ -->

URL Encoding:

// ᧳ URL encoding
https://unicodefinder.com/search.php?query=%E1%A7%B3

Encodings

MD5:

70159d63a3fc31dfe08a554c876f749f

SHA1:

cd448955eca2fb99422aa589b7927be03f32d8c0

Base64:

4aez