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