C:
char c = '\u631F';
printf("%c\n", c); // Output: 挟
JavaScript:
const char = '\u631F';
console.log(char); // Output: 挟
Java:
char c = '\u631F';
System.out.println(c); // Output: 挟
JSON:
{"text": "\u631F"} // Value: 挟
Python:
char = '\u631F'
print(char) # Output: 挟
Perl:
my $char = "\x{631F}";
print $char; # Output: 挟
PHP:
$char = "\x{631F}";
echo $char; // Output: 挟
Ruby:
char = "\u{631F}"
puts char # Output: 挟
Rust:
let c = '\u{631F}';
println!("{}", c); // Output: 挟
Go:
char := '\u631F'
fmt.Printf("%c\n", char) // Output: 挟
CSS:
/* CSS content property */
.element::before {
content: "\00631F"; /* 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%9F
MD5:
2a3988aa16e851c679922d9715382e50
SHA1:
2265193e607c9917064dff6c4ef6dafbf6efa98e
Base64:
5oyf