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