C:
char c = '\u6374';
printf("%c\n", c); // Output: 捴
JavaScript:
const char = '\u6374';
console.log(char); // Output: 捴
Java:
char c = '\u6374';
System.out.println(c); // Output: 捴
JSON:
{"text": "\u6374"} // Value: 捴
Python:
char = '\u6374'
print(char) # Output: 捴
Perl:
my $char = "\x{6374}";
print $char; # Output: 捴
PHP:
$char = "\x{6374}";
echo $char; // Output: 捴
Ruby:
char = "\u{6374}"
puts char # Output: 捴
Rust:
let c = '\u{6374}';
println!("{}", c); // Output: 捴
Go:
char := '\u6374'
fmt.Printf("%c\n", char) // Output: 捴
CSS:
/* CSS content property */
.element::before {
content: "\006374"; /* 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%8D%B4
MD5:
7ee0eb7f4309098cbba8872038218b14
SHA1:
31a92885450d4691304d0f22ef8d100ed27c64c7
Base64:
5o20