C:
char c = '\u77D0';
printf("%c\n", c); // Output: 矐
JavaScript:
const char = '\u77D0';
console.log(char); // Output: 矐
Java:
char c = '\u77D0';
System.out.println(c); // Output: 矐
JSON:
{"text": "\u77D0"} // Value: 矐
Python:
char = '\u77D0'
print(char) # Output: 矐
Perl:
my $char = "\x{77D0}";
print $char; # Output: 矐
PHP:
$char = "\x{77D0}";
echo $char; // Output: 矐
Ruby:
char = "\u{77D0}"
puts char # Output: 矐
Rust:
let c = '\u{77D0}';
println!("{}", c); // Output: 矐
Go:
char := '\u77D0'
fmt.Printf("%c\n", char) // Output: 矐
CSS:
/* CSS content property */
.element::before {
content: "\0077D0"; /* 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%9F%90
MD5:
d72af087720ab5d562dcf59f226f08d3
SHA1:
9203901311fd508aec70534092d67daf4961f02e
Base64:
55+Q