C:
char c = '\u677E';
printf("%c\n", c); // Output: 松
JavaScript:
const char = '\u677E';
console.log(char); // Output: 松
Java:
char c = '\u677E';
System.out.println(c); // Output: 松
JSON:
{"text": "\u677E"} // Value: 松
Python:
char = '\u677E'
print(char) # Output: 松
Perl:
my $char = "\x{677E}";
print $char; # Output: 松
PHP:
$char = "\x{677E}";
echo $char; // Output: 松
Ruby:
char = "\u{677E}"
puts char # Output: 松
Rust:
let c = '\u{677E}';
println!("{}", c); // Output: 松
Go:
char := '\u677E'
fmt.Printf("%c\n", char) // Output: 松
CSS:
/* CSS content property */
.element::before {
content: "\00677E"; /* 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%BE
MD5:
161e45f0ce67b1aded831a3b00c878eb
SHA1:
a8c9c860fbc3272a6daee9f4a3d62d148871408f
Base64:
5p2+