C:
char c = '\u8022';
printf("%c\n", c); // Output: 耢
JavaScript:
const char = '\u8022';
console.log(char); // Output: 耢
Java:
char c = '\u8022';
System.out.println(c); // Output: 耢
JSON:
{"text": "\u8022"} // Value: 耢
Python:
char = '\u8022'
print(char) # Output: 耢
Perl:
my $char = "\x{8022}";
print $char; # Output: 耢
PHP:
$char = "\x{8022}";
echo $char; // Output: 耢
Ruby:
char = "\u{8022}"
puts char # Output: 耢
Rust:
let c = '\u{8022}';
println!("{}", c); // Output: 耢
Go:
char := '\u8022'
fmt.Printf("%c\n", char) // Output: 耢
CSS:
/* CSS content property */
.element::before {
content: "\008022"; /* 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%A2
MD5:
35513a5ee1cd3f0fc0a0cff272e989d0
SHA1:
6591ae56b224374e94db04824d40f67748ab95bb
Base64:
6ICi