C:
char c = '\u505F';
printf("%c\n", c); // Output: 偟
JavaScript:
const char = '\u505F';
console.log(char); // Output: 偟
Java:
char c = '\u505F';
System.out.println(c); // Output: 偟
JSON:
{"text": "\u505F"} // Value: 偟
Python:
char = '\u505F'
print(char) # Output: 偟
Perl:
my $char = "\x{505F}";
print $char; # Output: 偟
PHP:
$char = "\x{505F}";
echo $char; // Output: 偟
Ruby:
char = "\u{505F}"
puts char # Output: 偟
Rust:
let c = '\u{505F}';
println!("{}", c); // Output: 偟
Go:
char := '\u505F'
fmt.Printf("%c\n", char) // Output: 偟
CSS:
/* CSS content property */
.element::before {
content: "\00505F"; /* 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%81%9F
MD5:
7a22205af6c573b9d43ab21786971b8b
SHA1:
d28ea97e4e43a8c21551337ba9a6f57196d08148
Base64:
5YGf