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