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