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