C:
char c = '\u6323';
printf("%c\n", c); // Output: 挣
JavaScript:
const char = '\u6323';
console.log(char); // Output: 挣
Java:
char c = '\u6323';
System.out.println(c); // Output: 挣
JSON:
{"text": "\u6323"} // Value: 挣
Python:
char = '\u6323'
print(char) # Output: 挣
Perl:
my $char = "\x{6323}";
print $char; # Output: 挣
PHP:
$char = "\x{6323}";
echo $char; // Output: 挣
Ruby:
char = "\u{6323}"
puts char # Output: 挣
Rust:
let c = '\u{6323}';
println!("{}", c); // Output: 挣
Go:
char := '\u6323'
fmt.Printf("%c\n", char) // Output: 挣
CSS:
/* CSS content property */
.element::before {
content: "\006323"; /* 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=%E6%8C%A3
MD5:
07bb3e37a9aabc21754b36bb85b3db4c
SHA1:
8abae30f3b36628daea278702038914f3389dc34
Base64:
5oyj