C:
char c = '\u9778';
printf("%c\n", c); // Output: 靸
JavaScript:
const char = '\u9778';
console.log(char); // Output: 靸
Java:
char c = '\u9778';
System.out.println(c); // Output: 靸
JSON:
{"text": "\u9778"} // Value: 靸
Python:
char = '\u9778'
print(char) # Output: 靸
Perl:
my $char = "\x{9778}";
print $char; # Output: 靸
PHP:
$char = "\x{9778}";
echo $char; // Output: 靸
Ruby:
char = "\u{9778}"
puts char # Output: 靸
Rust:
let c = '\u{9778}';
println!("{}", c); // Output: 靸
Go:
char := '\u9778'
fmt.Printf("%c\n", char) // Output: 靸
CSS:
/* CSS content property */
.element::before {
content: "\009778"; /* 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%B8
MD5:
9fdfd26ba8f65698135102434d410dae
SHA1:
858eee4859b614c632de73d289d6dc63a3880b32
Base64:
6Z24