C:
char c = '\u8659';
printf("%c\n", c); // Output: 虙
JavaScript:
const char = '\u8659';
console.log(char); // Output: 虙
Java:
char c = '\u8659';
System.out.println(c); // Output: 虙
JSON:
{"text": "\u8659"} // Value: 虙
Python:
char = '\u8659'
print(char) # Output: 虙
Perl:
my $char = "\x{8659}";
print $char; # Output: 虙
PHP:
$char = "\x{8659}";
echo $char; // Output: 虙
Ruby:
char = "\u{8659}"
puts char # Output: 虙
Rust:
let c = '\u{8659}';
println!("{}", c); // Output: 虙
Go:
char := '\u8659'
fmt.Printf("%c\n", char) // Output: 虙
CSS:
/* CSS content property */
.element::before {
content: "\008659"; /* 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%99
MD5:
108dbc7b3099a4e3d320cff0c40250a5
SHA1:
b0a0229274f79406b19bceed47b24c543210d2bb
Base64:
6JmZ