C:
char c = '\u5F38';
printf("%c\n", c); // Output: 弸
JavaScript:
const char = '\u5F38';
console.log(char); // Output: 弸
Java:
char c = '\u5F38';
System.out.println(c); // Output: 弸
JSON:
{"text": "\u5F38"} // Value: 弸
Python:
char = '\u5F38'
print(char) # Output: 弸
Perl:
my $char = "\x{5F38}";
print $char; # Output: 弸
PHP:
$char = "\x{5F38}";
echo $char; // Output: 弸
Ruby:
char = "\u{5F38}"
puts char # Output: 弸
Rust:
let c = '\u{5F38}';
println!("{}", c); // Output: 弸
Go:
char := '\u5F38'
fmt.Printf("%c\n", char) // Output: 弸
CSS:
/* CSS content property */
.element::before {
content: "\005F38"; /* 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%BC%B8
MD5:
a9ac685342f13bd092591465fa3eec79
SHA1:
2b09e8c15f37ce455fe88edebad688dec9e5c94f
Base64:
5by4