C:
char c = '\u8874';
printf("%c\n", c); // Output: 衴
JavaScript:
const char = '\u8874';
console.log(char); // Output: 衴
Java:
char c = '\u8874';
System.out.println(c); // Output: 衴
JSON:
{"text": "\u8874"} // Value: 衴
Python:
char = '\u8874'
print(char) # Output: 衴
Perl:
my $char = "\x{8874}";
print $char; # Output: 衴
PHP:
$char = "\x{8874}";
echo $char; // Output: 衴
Ruby:
char = "\u{8874}"
puts char # Output: 衴
Rust:
let c = '\u{8874}';
println!("{}", c); // Output: 衴
Go:
char := '\u8874'
fmt.Printf("%c\n", char) // Output: 衴
CSS:
/* CSS content property */
.element::before {
content: "\008874"; /* 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%A1%B4
MD5:
0ea2f25d5fa6fa595caa23832a2f5d99
SHA1:
597cfa7d08c882a5f0980cdeec563ea2a5218be8
Base64:
6KG0