C:
char c = '\u8937';
printf("%c\n", c); // Output: 褷
JavaScript:
const char = '\u8937';
console.log(char); // Output: 褷
Java:
char c = '\u8937';
System.out.println(c); // Output: 褷
JSON:
{"text": "\u8937"} // Value: 褷
Python:
char = '\u8937'
print(char) # Output: 褷
Perl:
my $char = "\x{8937}";
print $char; # Output: 褷
PHP:
$char = "\x{8937}";
echo $char; // Output: 褷
Ruby:
char = "\u{8937}"
puts char # Output: 褷
Rust:
let c = '\u{8937}';
println!("{}", c); // Output: 褷
Go:
char := '\u8937'
fmt.Printf("%c\n", char) // Output: 褷
CSS:
/* CSS content property */
.element::before {
content: "\008937"; /* 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%A4%B7
MD5:
f90b03b93443c69a98e74a5c1d4e636b
SHA1:
22b4f8b14b37ed17ad140ce0a5b47dfacef5c57b
Base64:
6KS3