C:
char c = '\u8B6F';
printf("%c\n", c); // Output: 譯
JavaScript:
const char = '\u8B6F';
console.log(char); // Output: 譯
Java:
char c = '\u8B6F';
System.out.println(c); // Output: 譯
JSON:
{"text": "\u8B6F"} // Value: 譯
Python:
char = '\u8B6F'
print(char) # Output: 譯
Perl:
my $char = "\x{8B6F}";
print $char; # Output: 譯
PHP:
$char = "\x{8B6F}";
echo $char; // Output: 譯
Ruby:
char = "\u{8B6F}"
puts char # Output: 譯
Rust:
let c = '\u{8B6F}';
println!("{}", c); // Output: 譯
Go:
char := '\u8B6F'
fmt.Printf("%c\n", char) // Output: 譯
CSS:
/* CSS content property */
.element::before {
content: "\008B6F"; /* 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%AF
MD5:
6ebc609f76a78465942976a23e0ab78a
SHA1:
c363a6cffe70ca1dee9419ab417fe752845c6a1a
Base64:
6K2v