C:
char c = '\u0E9E';
printf("%c\n", c); // Output: ພ
JavaScript:
const char = '\u0E9E';
console.log(char); // Output: ພ
Java:
char c = '\u0E9E';
System.out.println(c); // Output: ພ
JSON:
{"text": "\u0E9E"} // Value: ພ
Python:
char = '\u0E9E'
print(char) # Output: ພ
Perl:
my $char = "\x{0E9E}";
print $char; # Output: ພ
PHP:
$char = "\x{0E9E}";
echo $char; // Output: ພ
Ruby:
char = "\u{0E9E}"
puts char # Output: ພ
Rust:
let c = '\u{E9E}';
println!("{}", c); // Output: ພ
Go:
char := '\u0E9E'
fmt.Printf("%c\n", char) // Output: ພ
CSS:
/* CSS content property */
.element::before {
content: "\000E9E"; /* 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%BA%9E
MD5:
d7db3bd88ccc0c6bd1cccbdf86453ac1
SHA1:
30dd0daffdedb475bbcdd85b2ce675bed974642f
Base64:
4Lqe