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