C:
char c = '\u8676';
printf("%c\n", c); // Output: 虶
JavaScript:
const char = '\u8676';
console.log(char); // Output: 虶
Java:
char c = '\u8676';
System.out.println(c); // Output: 虶
JSON:
{"text": "\u8676"} // Value: 虶
Python:
char = '\u8676'
print(char) # Output: 虶
Perl:
my $char = "\x{8676}";
print $char; # Output: 虶
PHP:
$char = "\x{8676}";
echo $char; // Output: 虶
Ruby:
char = "\u{8676}"
puts char # Output: 虶
Rust:
let c = '\u{8676}';
println!("{}", c); // Output: 虶
Go:
char := '\u8676'
fmt.Printf("%c\n", char) // Output: 虶
CSS:
/* CSS content property */
.element::before {
content: "\008676"; /* 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%B6
MD5:
737fa69caeaa6303ed9ff43524173c14
SHA1:
c5e003f5c97e2a4d995704f05c4dcf8864f8a3e7
Base64:
6Jm2