C:
char c = '\u5275';
printf("%c\n", c); // Output: 創
JavaScript:
const char = '\u5275';
console.log(char); // Output: 創
Java:
char c = '\u5275';
System.out.println(c); // Output: 創
JSON:
{"text": "\u5275"} // Value: 創
Python:
char = '\u5275'
print(char) # Output: 創
Perl:
my $char = "\x{5275}";
print $char; # Output: 創
PHP:
$char = "\x{5275}";
echo $char; // Output: 創
Ruby:
char = "\u{5275}"
puts char # Output: 創
Rust:
let c = '\u{5275}';
println!("{}", c); // Output: 創
Go:
char := '\u5275'
fmt.Printf("%c\n", char) // Output: 創
CSS:
/* CSS content property */
.element::before {
content: "\005275"; /* 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=%E5%89%B5
MD5:
95c14d7da9706ed0d0aae56c3ecd10f1
SHA1:
6403cba9828b31e77fb38af77d46140dddd924db
Base64:
5Ym1