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