C:
char c = '\u5C75';
printf("%c\n", c); // Output: 屵
JavaScript:
const char = '\u5C75';
console.log(char); // Output: 屵
Java:
char c = '\u5C75';
System.out.println(c); // Output: 屵
JSON:
{"text": "\u5C75"} // Value: 屵
Python:
char = '\u5C75'
print(char) # Output: 屵
Perl:
my $char = "\x{5C75}";
print $char; # Output: 屵
PHP:
$char = "\x{5C75}";
echo $char; // Output: 屵
Ruby:
char = "\u{5C75}"
puts char # Output: 屵
Rust:
let c = '\u{5C75}';
println!("{}", c); // Output: 屵
Go:
char := '\u5C75'
fmt.Printf("%c\n", char) // Output: 屵
CSS:
/* CSS content property */
.element::before {
content: "\005C75"; /* 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=%E5%B1%B5
MD5:
ebb9cd3bff06113c9723d521133ef41f
SHA1:
aa3ceacd382ddda12f409d7d9514e787200b95c5
Base64:
5bG1