C:
char c = '\u0F67';
printf("%c\n", c); // Output: ཧ
JavaScript:
const char = '\u0F67';
console.log(char); // Output: ཧ
Java:
char c = '\u0F67';
System.out.println(c); // Output: ཧ
JSON:
{"text": "\u0F67"} // Value: ཧ
Python:
char = '\u0F67'
print(char) # Output: ཧ
Perl:
my $char = "\x{0F67}";
print $char; # Output: ཧ
PHP:
$char = "\x{0F67}";
echo $char; // Output: ཧ
Ruby:
char = "\u{0F67}"
puts char # Output: ཧ
Rust:
let c = '\u{F67}';
println!("{}", c); // Output: ཧ
Go:
char := '\u0F67'
fmt.Printf("%c\n", char) // Output: ཧ
CSS:
/* CSS content property */
.element::before {
content: "\000F67"; /* 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%BD%A7
MD5:
841480e476a3be6596c3683a57b455f4
SHA1:
8cc165205f73d96e6c01f468a3ccd6e594e3bef2
Base64:
4L2n