C:
char c = '\u6975';
printf("%c\n", c); // Output: 極
JavaScript:
const char = '\u6975';
console.log(char); // Output: 極
Java:
char c = '\u6975';
System.out.println(c); // Output: 極
JSON:
{"text": "\u6975"} // Value: 極
Python:
char = '\u6975'
print(char) # Output: 極
Perl:
my $char = "\x{6975}";
print $char; # Output: 極
PHP:
$char = "\x{6975}";
echo $char; // Output: 極
Ruby:
char = "\u{6975}"
puts char # Output: 極
Rust:
let c = '\u{6975}';
println!("{}", c); // Output: 極
Go:
char := '\u6975'
fmt.Printf("%c\n", char) // Output: 極
CSS:
/* CSS content property */
.element::before {
content: "\006975"; /* 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=%E6%A5%B5
MD5:
5536564a6c3dd9e6d966b5ec4d9f9b66
SHA1:
2d06cc508136be408c5b52222b04e7e1a70d7f56
Base64:
5qW1