C:
char c = '\u5F37';
printf("%c\n", c); // Output: 強
JavaScript:
const char = '\u5F37';
console.log(char); // Output: 強
Java:
char c = '\u5F37';
System.out.println(c); // Output: 強
JSON:
{"text": "\u5F37"} // Value: 強
Python:
char = '\u5F37'
print(char) # Output: 強
Perl:
my $char = "\x{5F37}";
print $char; # Output: 強
PHP:
$char = "\x{5F37}";
echo $char; // Output: 強
Ruby:
char = "\u{5F37}"
puts char # Output: 強
Rust:
let c = '\u{5F37}';
println!("{}", c); // Output: 強
Go:
char := '\u5F37'
fmt.Printf("%c\n", char) // Output: 強
CSS:
/* CSS content property */
.element::before {
content: "\005F37"; /* 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%BC%B7
MD5:
bf43b92b927e8178870276517df8148e
SHA1:
bac299bce17a9668a0d4a4587feda65301360960
Base64:
5by3