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