C:
char c = '\u7CBB';
printf("%c\n", c); // Output: 粻
JavaScript:
const char = '\u7CBB';
console.log(char); // Output: 粻
Java:
char c = '\u7CBB';
System.out.println(c); // Output: 粻
JSON:
{"text": "\u7CBB"} // Value: 粻
Python:
char = '\u7CBB'
print(char) # Output: 粻
Perl:
my $char = "\x{7CBB}";
print $char; # Output: 粻
PHP:
$char = "\x{7CBB}";
echo $char; // Output: 粻
Ruby:
char = "\u{7CBB}"
puts char # Output: 粻
Rust:
let c = '\u{7CBB}';
println!("{}", c); // Output: 粻
Go:
char := '\u7CBB'
fmt.Printf("%c\n", char) // Output: 粻
CSS:
/* CSS content property */
.element::before {
content: "\007CBB"; /* 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%B2%BB
MD5:
49a5b53d4d464eb84f17a8eded543cee
SHA1:
8ad9001f39e0ff030046d3cae9ab3903b94d8286
Base64:
57K7