C:
char c = '\u672B';
printf("%c\n", c); // Output: 末
JavaScript:
const char = '\u672B';
console.log(char); // Output: 末
Java:
char c = '\u672B';
System.out.println(c); // Output: 末
JSON:
{"text": "\u672B"} // Value: 末
Python:
char = '\u672B'
print(char) # Output: 末
Perl:
my $char = "\x{672B}";
print $char; # Output: 末
PHP:
$char = "\x{672B}";
echo $char; // Output: 末
Ruby:
char = "\u{672B}"
puts char # Output: 末
Rust:
let c = '\u{672B}';
println!("{}", c); // Output: 末
Go:
char := '\u672B'
fmt.Printf("%c\n", char) // Output: 末
CSS:
/* CSS content property */
.element::before {
content: "\00672B"; /* 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%9C%AB
MD5:
6f214ea0cab07019675c1b1ce86443b0
SHA1:
dfa83bd538f474b445a52886a1479c14d9b8ad32
Base64:
5pyr