C:
char c = '\u6CF2';
printf("%c\n", c); // Output: 泲
JavaScript:
const char = '\u6CF2';
console.log(char); // Output: 泲
Java:
char c = '\u6CF2';
System.out.println(c); // Output: 泲
JSON:
{"text": "\u6CF2"} // Value: 泲
Python:
char = '\u6CF2'
print(char) # Output: 泲
Perl:
my $char = "\x{6CF2}";
print $char; # Output: 泲
PHP:
$char = "\x{6CF2}";
echo $char; // Output: 泲
Ruby:
char = "\u{6CF2}"
puts char # Output: 泲
Rust:
let c = '\u{6CF2}';
println!("{}", c); // Output: 泲
Go:
char := '\u6CF2'
fmt.Printf("%c\n", char) // Output: 泲
CSS:
/* CSS content property */
.element::before {
content: "\006CF2"; /* 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%B3%B2
MD5:
0a787ee17f1eb418b58c3e2c871e9c0e
SHA1:
31e17e432634b8118ff76142551c66853bec564d
Base64:
5rOy