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