C:
char c = '\u57FB';
printf("%c\n", c); // Output: 埻
JavaScript:
const char = '\u57FB';
console.log(char); // Output: 埻
Java:
char c = '\u57FB';
System.out.println(c); // Output: 埻
JSON:
{"text": "\u57FB"} // Value: 埻
Python:
char = '\u57FB'
print(char) # Output: 埻
Perl:
my $char = "\x{57FB}";
print $char; # Output: 埻
PHP:
$char = "\x{57FB}";
echo $char; // Output: 埻
Ruby:
char = "\u{57FB}"
puts char # Output: 埻
Rust:
let c = '\u{57FB}';
println!("{}", c); // Output: 埻
Go:
char := '\u57FB'
fmt.Printf("%c\n", char) // Output: 埻
CSS:
/* CSS content property */
.element::before {
content: "\0057FB"; /* 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=%E5%9F%BB
MD5:
f2ada3d13b723d922be36146e2d61fcf
SHA1:
8038f521a918973b523dd0e341b5f1119418df7c
Base64:
5Z+7