C:
char c = '\u7CFA';
printf("%c\n", c); // Output: 糺
JavaScript:
const char = '\u7CFA';
console.log(char); // Output: 糺
Java:
char c = '\u7CFA';
System.out.println(c); // Output: 糺
JSON:
{"text": "\u7CFA"} // Value: 糺
Python:
char = '\u7CFA'
print(char) # Output: 糺
Perl:
my $char = "\x{7CFA}";
print $char; # Output: 糺
PHP:
$char = "\x{7CFA}";
echo $char; // Output: 糺
Ruby:
char = "\u{7CFA}"
puts char # Output: 糺
Rust:
let c = '\u{7CFA}';
println!("{}", c); // Output: 糺
Go:
char := '\u7CFA'
fmt.Printf("%c\n", char) // Output: 糺
CSS:
/* CSS content property */
.element::before {
content: "\007CFA"; /* 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=%E7%B3%BA
MD5:
315a1e038588b64eb15493f1e5871bbb
SHA1:
9a5641f2011bd70a8ca93f9ee7611113f170d254
Base64:
57O6