Unicode Finder

"ູ" U+0EB9(LAO VOWEL SIGN UU)

U+0EB9
ชื่อบล็อก
Lao
ชื่อ
LAO VOWEL SIGN UU

Programming

C
\u0EB9
JavaScript
\u0EB9
Java
\u0EB9
Json
\u0EB9
Python
\u0EB9
Perl
\x{0EB9}
PHP
\x{0EB9}
Ruby
\u{0EB9}
Rust
\u{EB9}
Go
\u0EB9

Web

CSS
\000EB9
HtmlDecimal
ູ
HtmlHexadecimal
ູ
Url
%E0%BA%B9

Code

MD5
3d211a7c33380ea01bde772975ed87a2
Sha1
dbe6c10da69daa6179d9025e2dd5ddea19ed47ec
Base64
4Lq5

ตัวอย่างการใช้งาน

Programming Languages

C:

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

JavaScript:

const char = '\u0EB9';
console.log(char);  // Output: ູ

Java:

char c = '\u0EB9';
System.out.println(c);  // Output: ູ

JSON:

{"text": "\u0EB9"}  // Value: ູ

Python:

char = '\u0EB9'
print(char)  # Output: ູ

Perl:

my $char = "\x{0EB9}";
print $char;  # Output: ູ

PHP:

$char = "\x{0EB9}";
echo $char;  // Output: ູ

Ruby:

char = "\u{0EB9}"
puts char  # Output: ູ

Rust:

let c = '\u{EB9}';
println!("{}", c);  // Output: ູ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000EB9";  /* Display: ູ */
}

HTML Decimal:

<p>HTML decimal: &#3769;</p>  <!-- Display: ູ -->

HTML Hexadecimal:

<p>HTML hex: &#x0EB9;</p>  <!-- Display: ູ -->

URL Encoding:

// ູ URL encoding
https://unicodefinder.com/search.php?query=%E0%BA%B9

Encodings

MD5:

3d211a7c33380ea01bde772975ed87a2

SHA1:

dbe6c10da69daa6179d9025e2dd5ddea19ed47ec

Base64:

4Lq5