C:
char c = '\u6370';
printf("%c\n", c); // Output: 捰
JavaScript:
const char = '\u6370';
console.log(char); // Output: 捰
Java:
char c = '\u6370';
System.out.println(c); // Output: 捰
JSON:
{"text": "\u6370"} // Value: 捰
Python:
char = '\u6370'
print(char) # Output: 捰
Perl:
my $char = "\x{6370}";
print $char; # Output: 捰
PHP:
$char = "\x{6370}";
echo $char; // Output: 捰
Ruby:
char = "\u{6370}"
puts char # Output: 捰
Rust:
let c = '\u{6370}';
println!("{}", c); // Output: 捰
Go:
char := '\u6370'
fmt.Printf("%c\n", char) // Output: 捰
CSS:
/* CSS content property */
.element::before {
content: "\006370"; /* 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%B0
MD5:
503ef4f9246edf4fd86c5f3abae63878
SHA1:
73d84303e06a579accc7ab570400626be64b8fa8
Base64:
5o2w