C:
char c = '\u813C';
printf("%c\n", c); // Output: 脼
JavaScript:
const char = '\u813C';
console.log(char); // Output: 脼
Java:
char c = '\u813C';
System.out.println(c); // Output: 脼
JSON:
{"text": "\u813C"} // Value: 脼
Python:
char = '\u813C'
print(char) # Output: 脼
Perl:
my $char = "\x{813C}";
print $char; # Output: 脼
PHP:
$char = "\x{813C}";
echo $char; // Output: 脼
Ruby:
char = "\u{813C}"
puts char # Output: 脼
Rust:
let c = '\u{813C}';
println!("{}", c); // Output: 脼
Go:
char := '\u813C'
fmt.Printf("%c\n", char) // Output: 脼
CSS:
/* CSS content property */
.element::before {
content: "\00813C"; /* 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%84%BC
MD5:
4dd37a741fb9d101fe491562f9263da7
SHA1:
95a79fdf3176b22abeeeb1aa23d96e2fbd72f4db
Base64:
6IS8