Unicode Finder

"່" U+0EC8(LAO TONE MAI EK)

U+0EC8
ชื่อบล็อก
Lao
ชื่อ
LAO TONE MAI EK

Programming

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

Web

CSS
\000EC8
HtmlDecimal
່
HtmlHexadecimal
່
Url
%E0%BB%88

Code

MD5
aac038eb1bcaafa96c15c5f81638d44d
Sha1
fc71e7da8eb50f5e2c407d10880a570d07994ca0
Base64
4LuI

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

Programming Languages

C:

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

JavaScript:

const char = '\u0EC8';
console.log(char);  // Output: ່

Java:

char c = '\u0EC8';
System.out.println(c);  // Output: ່

JSON:

{"text": "\u0EC8"}  // Value: ່

Python:

char = '\u0EC8'
print(char)  # Output: ່

Perl:

my $char = "\x{0EC8}";
print $char;  # Output: ່

PHP:

$char = "\x{0EC8}";
echo $char;  // Output: ່

Ruby:

char = "\u{0EC8}"
puts char  # Output: ່

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#3784;</p>  <!-- Display: ່ -->

HTML Hexadecimal:

<p>HTML hex: &#x0EC8;</p>  <!-- Display: ່ -->

URL Encoding:

// ່ URL encoding
https://unicodefinder.com/search.php?query=%E0%BB%88

Encodings

MD5:

aac038eb1bcaafa96c15c5f81638d44d

SHA1:

fc71e7da8eb50f5e2c407d10880a570d07994ca0

Base64:

4LuI