C:
char c = '\u8938';
printf("%c\n", c); // Output: 褸
JavaScript:
const char = '\u8938';
console.log(char); // Output: 褸
Java:
char c = '\u8938';
System.out.println(c); // Output: 褸
JSON:
{"text": "\u8938"} // Value: 褸
Python:
char = '\u8938'
print(char) # Output: 褸
Perl:
my $char = "\x{8938}";
print $char; # Output: 褸
PHP:
$char = "\x{8938}";
echo $char; // Output: 褸
Ruby:
char = "\u{8938}"
puts char # Output: 褸
Rust:
let c = '\u{8938}';
println!("{}", c); // Output: 褸
Go:
char := '\u8938'
fmt.Printf("%c\n", char) // Output: 褸
CSS:
/* CSS content property */
.element::before {
content: "\008938"; /* 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%B8
MD5:
063dd6df8fb1c821c9a8be1419dc9113
SHA1:
7178d3e1787e0399cebe5eb31a0b6ef415b0e1b9
Base64:
6KS4