C:
char c = '\u8017';
printf("%c\n", c); // Output: 耗
JavaScript:
const char = '\u8017';
console.log(char); // Output: 耗
Java:
char c = '\u8017';
System.out.println(c); // Output: 耗
JSON:
{"text": "\u8017"} // Value: 耗
Python:
char = '\u8017'
print(char) # Output: 耗
Perl:
my $char = "\x{8017}";
print $char; # Output: 耗
PHP:
$char = "\x{8017}";
echo $char; // Output: 耗
Ruby:
char = "\u{8017}"
puts char # Output: 耗
Rust:
let c = '\u{8017}';
println!("{}", c); // Output: 耗
Go:
char := '\u8017'
fmt.Printf("%c\n", char) // Output: 耗
CSS:
/* CSS content property */
.element::before {
content: "\008017"; /* 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%80%97
MD5:
07d263385fcec41735d4f06e7ea4e399
SHA1:
34ff3c815a1accda52e7a5e23370914be4139842
Base64:
6ICX