C:
char c = '\u8934';
printf("%c\n", c); // Output: 褴
JavaScript:
const char = '\u8934';
console.log(char); // Output: 褴
Java:
char c = '\u8934';
System.out.println(c); // Output: 褴
JSON:
{"text": "\u8934"} // Value: 褴
Python:
char = '\u8934'
print(char) # Output: 褴
Perl:
my $char = "\x{8934}";
print $char; # Output: 褴
PHP:
$char = "\x{8934}";
echo $char; // Output: 褴
Ruby:
char = "\u{8934}"
puts char # Output: 褴
Rust:
let c = '\u{8934}';
println!("{}", c); // Output: 褴
Go:
char := '\u8934'
fmt.Printf("%c\n", char) // Output: 褴
CSS:
/* CSS content property */
.element::before {
content: "\008934"; /* 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%B4
MD5:
f17ca938c52963f9e9f8179a798312b7
SHA1:
85e7b06d075929a69356d6576266b6e46c70d57b
Base64:
6KS0