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