C:
char c = '\u676A';
printf("%c\n", c); // Output: 杪
JavaScript:
const char = '\u676A';
console.log(char); // Output: 杪
Java:
char c = '\u676A';
System.out.println(c); // Output: 杪
JSON:
{"text": "\u676A"} // Value: 杪
Python:
char = '\u676A'
print(char) # Output: 杪
Perl:
my $char = "\x{676A}";
print $char; # Output: 杪
PHP:
$char = "\x{676A}";
echo $char; // Output: 杪
Ruby:
char = "\u{676A}"
puts char # Output: 杪
Rust:
let c = '\u{676A}';
println!("{}", c); // Output: 杪
Go:
char := '\u676A'
fmt.Printf("%c\n", char) // Output: 杪
CSS:
/* CSS content property */
.element::before {
content: "\00676A"; /* 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%9D%AA
MD5:
09659d25efc24e21205574ba573854a1
SHA1:
aa6bbac505b4ca6620c4d141f8be551def0f8aed
Base64:
5p2q