C:
char c = '\u8660';
printf("%c\n", c); // Output: 虠
JavaScript:
const char = '\u8660';
console.log(char); // Output: 虠
Java:
char c = '\u8660';
System.out.println(c); // Output: 虠
JSON:
{"text": "\u8660"} // Value: 虠
Python:
char = '\u8660'
print(char) # Output: 虠
Perl:
my $char = "\x{8660}";
print $char; # Output: 虠
PHP:
$char = "\x{8660}";
echo $char; // Output: 虠
Ruby:
char = "\u{8660}"
puts char # Output: 虠
Rust:
let c = '\u{8660}';
println!("{}", c); // Output: 虠
Go:
char := '\u8660'
fmt.Printf("%c\n", char) // Output: 虠
CSS:
/* CSS content property */
.element::before {
content: "\008660"; /* 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%A0
MD5:
1ce458805714812add0b0aab6f854bd6
SHA1:
e19a14292d529a5866a1dcacc0751a0efcdb5df6
Base64:
6Jmg