C:
char c = '\u8678';
printf("%c\n", c); // Output: 虸
JavaScript:
const char = '\u8678';
console.log(char); // Output: 虸
Java:
char c = '\u8678';
System.out.println(c); // Output: 虸
JSON:
{"text": "\u8678"} // Value: 虸
Python:
char = '\u8678'
print(char) # Output: 虸
Perl:
my $char = "\x{8678}";
print $char; # Output: 虸
PHP:
$char = "\x{8678}";
echo $char; // Output: 虸
Ruby:
char = "\u{8678}"
puts char # Output: 虸
Rust:
let c = '\u{8678}';
println!("{}", c); // Output: 虸
Go:
char := '\u8678'
fmt.Printf("%c\n", char) // Output: 虸
CSS:
/* CSS content property */
.element::before {
content: "\008678"; /* 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%99%B8
MD5:
2c266eebfa0dad80e500af43c95bd7f5
SHA1:
0fc5bba88c668fbdcc542d24cb292ae57d7c0f7e
Base64:
6Jm4