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