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