C:
char c = '\u17BE';
printf("%c\n", c); // Output: ើ
JavaScript:
const char = '\u17BE';
console.log(char); // Output: ើ
Java:
char c = '\u17BE';
System.out.println(c); // Output: ើ
JSON:
{"text": "\u17BE"} // Value: ើ
Python:
char = '\u17BE'
print(char) # Output: ើ
Perl:
my $char = "\x{17BE}";
print $char; # Output: ើ
PHP:
$char = "\x{17BE}";
echo $char; // Output: ើ
Ruby:
char = "\u{17BE}"
puts char # Output: ើ
Rust:
let c = '\u{17BE}';
println!("{}", c); // Output: ើ
Go:
char := '\u17BE'
fmt.Printf("%c\n", char) // Output: ើ
CSS:
/* CSS content property */
.element::before {
content: "\0017BE"; /* 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=%E1%9E%BE
MD5:
f546d901ceef487bb05d3909ccfa738f
SHA1:
f1e47441363c8325ad0641bacb90b3d23a80454a
Base64:
4Z6+