C:
char c = '\u6333';
printf("%c\n", c); // Output: 挳
JavaScript:
const char = '\u6333';
console.log(char); // Output: 挳
Java:
char c = '\u6333';
System.out.println(c); // Output: 挳
JSON:
{"text": "\u6333"} // Value: 挳
Python:
char = '\u6333'
print(char) # Output: 挳
Perl:
my $char = "\x{6333}";
print $char; # Output: 挳
PHP:
$char = "\x{6333}";
echo $char; // Output: 挳
Ruby:
char = "\u{6333}"
puts char # Output: 挳
Rust:
let c = '\u{6333}';
println!("{}", c); // Output: 挳
Go:
char := '\u6333'
fmt.Printf("%c\n", char) // Output: 挳
CSS:
/* CSS content property */
.element::before {
content: "\006333"; /* 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%B3
MD5:
31c196174f8336410fc65206a9345213
SHA1:
82e996d5c127d97f2804aa6c1196c2abd5cac86f
Base64:
5oyz