C:
char c = '\u633A';
printf("%c\n", c); // Output: 挺
JavaScript:
const char = '\u633A';
console.log(char); // Output: 挺
Java:
char c = '\u633A';
System.out.println(c); // Output: 挺
JSON:
{"text": "\u633A"} // Value: 挺
Python:
char = '\u633A'
print(char) # Output: 挺
Perl:
my $char = "\x{633A}";
print $char; # Output: 挺
PHP:
$char = "\x{633A}";
echo $char; // Output: 挺
Ruby:
char = "\u{633A}"
puts char # Output: 挺
Rust:
let c = '\u{633A}';
println!("{}", c); // Output: 挺
Go:
char := '\u633A'
fmt.Printf("%c\n", char) // Output: 挺
CSS:
/* CSS content property */
.element::before {
content: "\00633A"; /* 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%BA
MD5:
f2e6585200a16c1d9f0c1f78a14d964d
SHA1:
d80cdfc60fa748c76921f7c2e15e4e09bff6a79f
Base64:
5oy6