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