C:
char c = '\u6607';
printf("%c\n", c); // Output: 昇
JavaScript:
const char = '\u6607';
console.log(char); // Output: 昇
Java:
char c = '\u6607';
System.out.println(c); // Output: 昇
JSON:
{"text": "\u6607"} // Value: 昇
Python:
char = '\u6607'
print(char) # Output: 昇
Perl:
my $char = "\x{6607}";
print $char; # Output: 昇
PHP:
$char = "\x{6607}";
echo $char; // Output: 昇
Ruby:
char = "\u{6607}"
puts char # Output: 昇
Rust:
let c = '\u{6607}';
println!("{}", c); // Output: 昇
Go:
char := '\u6607'
fmt.Printf("%c\n", char) // Output: 昇
CSS:
/* CSS content property */
.element::before {
content: "\006607"; /* 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%98%87
MD5:
355ba9ac7f2ad88a5eecf70107f58048
SHA1:
1bff2d2a5a18d75c2abdb697dcd10d77304ab687
Base64:
5piH