C:
char c = '\u6399';
printf("%c\n", c); // Output: 掙
JavaScript:
const char = '\u6399';
console.log(char); // Output: 掙
Java:
char c = '\u6399';
System.out.println(c); // Output: 掙
JSON:
{"text": "\u6399"} // Value: 掙
Python:
char = '\u6399'
print(char) # Output: 掙
Perl:
my $char = "\x{6399}";
print $char; # Output: 掙
PHP:
$char = "\x{6399}";
echo $char; // Output: 掙
Ruby:
char = "\u{6399}"
puts char # Output: 掙
Rust:
let c = '\u{6399}';
println!("{}", c); // Output: 掙
Go:
char := '\u6399'
fmt.Printf("%c\n", char) // Output: 掙
CSS:
/* CSS content property */
.element::before {
content: "\006399"; /* 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%8E%99
MD5:
48e607355d3c8dacf0705de038619948
SHA1:
e3fcbc1fbdcea4a0dd46b663a20bceda2f58387e
Base64:
5o6Z