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: ່
CSS:
/* CSS content property */
.element::before {
content: "\000EC8"; /* Display: ່ */
}
HTML Decimal:
<p>HTML decimal: ່</p> <!-- Display: ່ -->
HTML Hexadecimal:
<p>HTML hex: ່</p> <!-- Display: ່ -->
URL Encoding:
// ່ URL encoding
https://unicodefinder.com/search.php?query=%E0%BB%88
MD5:
aac038eb1bcaafa96c15c5f81638d44d
SHA1:
fc71e7da8eb50f5e2c407d10880a570d07994ca0
Base64:
4LuI