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