C:
char c = '\u966A';
printf("%c\n", c); // Output: 陪
JavaScript:
const char = '\u966A';
console.log(char); // Output: 陪
Java:
char c = '\u966A';
System.out.println(c); // Output: 陪
JSON:
{"text": "\u966A"} // Value: 陪
Python:
char = '\u966A'
print(char) # Output: 陪
Perl:
my $char = "\x{966A}";
print $char; # Output: 陪
PHP:
$char = "\x{966A}";
echo $char; // Output: 陪
Ruby:
char = "\u{966A}"
puts char # Output: 陪
Rust:
let c = '\u{966A}';
println!("{}", c); // Output: 陪
Go:
char := '\u966A'
fmt.Printf("%c\n", char) // Output: 陪
CSS:
/* CSS content property */
.element::before {
content: "\00966A"; /* 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=%E9%99%AA
MD5:
2c34fc83b08d337e4768094bb8cd20e2
SHA1:
93197cfbe0f69b418ec5d40a1c474aeb3cece92e
Base64:
6Zmq