C:
char c = '\u670B';
printf("%c\n", c); // Output: 朋
JavaScript:
const char = '\u670B';
console.log(char); // Output: 朋
Java:
char c = '\u670B';
System.out.println(c); // Output: 朋
JSON:
{"text": "\u670B"} // Value: 朋
Python:
char = '\u670B'
print(char) # Output: 朋
Perl:
my $char = "\x{670B}";
print $char; # Output: 朋
PHP:
$char = "\x{670B}";
echo $char; // Output: 朋
Ruby:
char = "\u{670B}"
puts char # Output: 朋
Rust:
let c = '\u{670B}';
println!("{}", c); // Output: 朋
Go:
char := '\u670B'
fmt.Printf("%c\n", char) // Output: 朋
CSS:
/* CSS content property */
.element::before {
content: "\00670B"; /* 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%8B
MD5:
75767133ff6e5d1d06a7a133b9ed3318
SHA1:
01fd270dc700310f579280d9a60289506ddcff1c
Base64:
5pyL