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