C:
char c = '\u8666';
printf("%c\n", c); // Output: 虦
JavaScript:
const char = '\u8666';
console.log(char); // Output: 虦
Java:
char c = '\u8666';
System.out.println(c); // Output: 虦
JSON:
{"text": "\u8666"} // Value: 虦
Python:
char = '\u8666'
print(char) # Output: 虦
Perl:
my $char = "\x{8666}";
print $char; # Output: 虦
PHP:
$char = "\x{8666}";
echo $char; // Output: 虦
Ruby:
char = "\u{8666}"
puts char # Output: 虦
Rust:
let c = '\u{8666}';
println!("{}", c); // Output: 虦
Go:
char := '\u8666'
fmt.Printf("%c\n", char) // Output: 虦
CSS:
/* CSS content property */
.element::before {
content: "\008666"; /* 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%A6
MD5:
06eda89b4208c6e98b200c02d4568996
SHA1:
c2a5732c2af931355c3f5da8f515335218d4bd7b
Base64:
6Jmm