Unicode Finder

"ຼ" U+0EBC(LAO SEMIVOWEL SIGN LO)

U+0EBC
ชื่อบล็อก
Lao
ชื่อ
LAO SEMIVOWEL SIGN LO

Programming

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

Web

CSS
\000EBC
HtmlDecimal
ຼ
HtmlHexadecimal
ຼ
Url
%E0%BA%BC

Code

MD5
8026fef806962c8e336a076e1d1523bd
Sha1
82124db0155b364df5533d1dd12406a0cfa5bdd5
Base64
4Lq8

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

Programming Languages

C:

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

JavaScript:

const char = '\u0EBC';
console.log(char);  // Output: ຼ

Java:

char c = '\u0EBC';
System.out.println(c);  // Output: ຼ

JSON:

{"text": "\u0EBC"}  // Value: ຼ

Python:

char = '\u0EBC'
print(char)  # Output: ຼ

Perl:

my $char = "\x{0EBC}";
print $char;  # Output: ຼ

PHP:

$char = "\x{0EBC}";
echo $char;  // Output: ຼ

Ruby:

char = "\u{0EBC}"
puts char  # Output: ຼ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#3772;</p>  <!-- Display: ຼ -->

HTML Hexadecimal:

<p>HTML hex: &#x0EBC;</p>  <!-- Display: ຼ -->

URL Encoding:

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

Encodings

MD5:

8026fef806962c8e336a076e1d1523bd

SHA1:

82124db0155b364df5533d1dd12406a0cfa5bdd5

Base64:

4Lq8