C:
char c = '\u6332';
printf("%c\n", c); // Output: 挲
JavaScript:
const char = '\u6332';
console.log(char); // Output: 挲
Java:
char c = '\u6332';
System.out.println(c); // Output: 挲
JSON:
{"text": "\u6332"} // Value: 挲
Python:
char = '\u6332'
print(char) # Output: 挲
Perl:
my $char = "\x{6332}";
print $char; # Output: 挲
PHP:
$char = "\x{6332}";
echo $char; // Output: 挲
Ruby:
char = "\u{6332}"
puts char # Output: 挲
Rust:
let c = '\u{6332}';
println!("{}", c); // Output: 挲
Go:
char := '\u6332'
fmt.Printf("%c\n", char) // Output: 挲
CSS:
/* CSS content property */
.element::before {
content: "\006332"; /* 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%B2
MD5:
ad8ff2187184ee7ff5458a820193fd93
SHA1:
027da99b33a4bea18dc59dfdaf677851ad093011
Base64:
5oyy