C:
char c = '\u8664';
printf("%c\n", c); // Output: 虤
JavaScript:
const char = '\u8664';
console.log(char); // Output: 虤
Java:
char c = '\u8664';
System.out.println(c); // Output: 虤
JSON:
{"text": "\u8664"} // Value: 虤
Python:
char = '\u8664'
print(char) # Output: 虤
Perl:
my $char = "\x{8664}";
print $char; # Output: 虤
PHP:
$char = "\x{8664}";
echo $char; // Output: 虤
Ruby:
char = "\u{8664}"
puts char # Output: 虤
Rust:
let c = '\u{8664}';
println!("{}", c); // Output: 虤
Go:
char := '\u8664'
fmt.Printf("%c\n", char) // Output: 虤
CSS:
/* CSS content property */
.element::before {
content: "\008664"; /* 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%A4
MD5:
222967335b873eb291fb5481451f85ef
SHA1:
238922671bfa76b207b58fcefb8760c5e9825e7a
Base64:
6Jmk