C:
char c = '\u9772';
printf("%c\n", c); // Output: 靲
JavaScript:
const char = '\u9772';
console.log(char); // Output: 靲
Java:
char c = '\u9772';
System.out.println(c); // Output: 靲
JSON:
{"text": "\u9772"} // Value: 靲
Python:
char = '\u9772'
print(char) # Output: 靲
Perl:
my $char = "\x{9772}";
print $char; # Output: 靲
PHP:
$char = "\x{9772}";
echo $char; // Output: 靲
Ruby:
char = "\u{9772}"
puts char # Output: 靲
Rust:
let c = '\u{9772}';
println!("{}", c); // Output: 靲
Go:
char := '\u9772'
fmt.Printf("%c\n", char) // Output: 靲
CSS:
/* CSS content property */
.element::before {
content: "\009772"; /* 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%9D%B2
MD5:
ce736c2b66b09c79d3e52cd471434b5c
SHA1:
12a6addc7a7401c14ea0dfba4f013608accdb2be
Base64:
6Z2y