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