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