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