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