C:
char c = '\u1BFF';
printf("%c\n", c); // Output: ᯿
JavaScript:
const char = '\u1BFF';
console.log(char); // Output: ᯿
Java:
char c = '\u1BFF';
System.out.println(c); // Output: ᯿
JSON:
{"text": "\u1BFF"} // Value: ᯿
Python:
char = '\u1BFF'
print(char) # Output: ᯿
Perl:
my $char = "\x{1BFF}";
print $char; # Output: ᯿
PHP:
$char = "\x{1BFF}";
echo $char; // Output: ᯿
Ruby:
char = "\u{1BFF}"
puts char # Output: ᯿
Rust:
let c = '\u{1BFF}';
println!("{}", c); // Output: ᯿
Go:
char := '\u1BFF'
fmt.Printf("%c\n", char) // Output: ᯿
CSS:
/* CSS content property */
.element::before {
content: "\001BFF"; /* 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=%E1%AF%BF
MD5:
1f129f4519fb8cad70a60da44747d8cd
SHA1:
b38d1f24d92ca06bb043d6d69111c050b9983d77
Base64:
4a+/