C:
char c = '\u9755';
printf("%c\n", c); // Output: 靕
JavaScript:
const char = '\u9755';
console.log(char); // Output: 靕
Java:
char c = '\u9755';
System.out.println(c); // Output: 靕
JSON:
{"text": "\u9755"} // Value: 靕
Python:
char = '\u9755'
print(char) # Output: 靕
Perl:
my $char = "\x{9755}";
print $char; # Output: 靕
PHP:
$char = "\x{9755}";
echo $char; // Output: 靕
Ruby:
char = "\u{9755}"
puts char # Output: 靕
Rust:
let c = '\u{9755}';
println!("{}", c); // Output: 靕
Go:
char := '\u9755'
fmt.Printf("%c\n", char) // Output: 靕
CSS:
/* CSS content property */
.element::before {
content: "\009755"; /* 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%95
MD5:
1cbddbe76b02dfa05415779f1352169a
SHA1:
09796cf93e1333f294579f3e0da397b26d3258af
Base64:
6Z2V