C:
char c = '\u9569';
printf("%c\n", c); // Output: 镩
JavaScript:
const char = '\u9569';
console.log(char); // Output: 镩
Java:
char c = '\u9569';
System.out.println(c); // Output: 镩
JSON:
{"text": "\u9569"} // Value: 镩
Python:
char = '\u9569'
print(char) # Output: 镩
Perl:
my $char = "\x{9569}";
print $char; # Output: 镩
PHP:
$char = "\x{9569}";
echo $char; // Output: 镩
Ruby:
char = "\u{9569}"
puts char # Output: 镩
Rust:
let c = '\u{9569}';
println!("{}", c); // Output: 镩
Go:
char := '\u9569'
fmt.Printf("%c\n", char) // Output: 镩
CSS:
/* CSS content property */
.element::before {
content: "\009569"; /* 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%95%A9
MD5:
d76f8197d91ab725705a2016f5e9e61b
SHA1:
75796d12dfc9c27af19e6845dad498db00c1b16a
Base64:
6ZWp