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