C:
char c = '\u9069';
printf("%c\n", c); // Output: 適
JavaScript:
const char = '\u9069';
console.log(char); // Output: 適
Java:
char c = '\u9069';
System.out.println(c); // Output: 適
JSON:
{"text": "\u9069"} // Value: 適
Python:
char = '\u9069'
print(char) # Output: 適
Perl:
my $char = "\x{9069}";
print $char; # Output: 適
PHP:
$char = "\x{9069}";
echo $char; // Output: 適
Ruby:
char = "\u{9069}"
puts char # Output: 適
Rust:
let c = '\u{9069}';
println!("{}", c); // Output: 適
Go:
char := '\u9069'
fmt.Printf("%c\n", char) // Output: 適
CSS:
/* CSS content property */
.element::before {
content: "\009069"; /* 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%81%A9
MD5:
ddd47c1be94f0cce988accb0164b28c0
SHA1:
e37e3a8652e9a8a3963b25b695be8673f635e5ec
Base64:
6YGp