C:
char c = '\u0F20';
printf("%c\n", c); // Output: ༠
JavaScript:
const char = '\u0F20';
console.log(char); // Output: ༠
Java:
char c = '\u0F20';
System.out.println(c); // Output: ༠
JSON:
{"text": "\u0F20"} // Value: ༠
Python:
char = '\u0F20'
print(char) # Output: ༠
Perl:
my $char = "\x{0F20}";
print $char; # Output: ༠
PHP:
$char = "\x{0F20}";
echo $char; // Output: ༠
Ruby:
char = "\u{0F20}"
puts char # Output: ༠
Rust:
let c = '\u{F20}';
println!("{}", c); // Output: ༠
Go:
char := '\u0F20'
fmt.Printf("%c\n", char) // Output: ༠
CSS:
/* CSS content property */
.element::before {
content: "\000F20"; /* 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%BC%A0
MD5:
3f5b8f2c803b0d9ca3c2738fdb10006d
SHA1:
71a709e4f05c18b62e31e5eb017ba41480c068cc
Base64:
4Lyg