C:
char c = '\u8B7E';
printf("%c\n", c); // Output: 譾
JavaScript:
const char = '\u8B7E';
console.log(char); // Output: 譾
Java:
char c = '\u8B7E';
System.out.println(c); // Output: 譾
JSON:
{"text": "\u8B7E"} // Value: 譾
Python:
char = '\u8B7E'
print(char) # Output: 譾
Perl:
my $char = "\x{8B7E}";
print $char; # Output: 譾
PHP:
$char = "\x{8B7E}";
echo $char; // Output: 譾
Ruby:
char = "\u{8B7E}"
puts char # Output: 譾
Rust:
let c = '\u{8B7E}';
println!("{}", c); // Output: 譾
Go:
char := '\u8B7E'
fmt.Printf("%c\n", char) // Output: 譾
CSS:
/* CSS content property */
.element::before {
content: "\008B7E"; /* 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=%E8%AD%BE
MD5:
17c902486224d5f5aebf2c2f2d0aaed1
SHA1:
582606f492d743f7ec1bf8d070b16b8cee0e2a00
Base64:
6K2+