C:
char c = '\u8667';
printf("%c\n", c); // Output: 虧
JavaScript:
const char = '\u8667';
console.log(char); // Output: 虧
Java:
char c = '\u8667';
System.out.println(c); // Output: 虧
JSON:
{"text": "\u8667"} // Value: 虧
Python:
char = '\u8667'
print(char) # Output: 虧
Perl:
my $char = "\x{8667}";
print $char; # Output: 虧
PHP:
$char = "\x{8667}";
echo $char; // Output: 虧
Ruby:
char = "\u{8667}"
puts char # Output: 虧
Rust:
let c = '\u{8667}';
println!("{}", c); // Output: 虧
Go:
char := '\u8667'
fmt.Printf("%c\n", char) // Output: 虧
CSS:
/* CSS content property */
.element::before {
content: "\008667"; /* 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%A7
MD5:
dcdd172e195feead6e20cde5f16449ff
SHA1:
b6d6a56a0e0cd97b2b811a9e9a89f8ed6432fcc0
Base64:
6Jmn