C:
char c = '\u85FB';
printf("%c\n", c); // Output: 藻
JavaScript:
const char = '\u85FB';
console.log(char); // Output: 藻
Java:
char c = '\u85FB';
System.out.println(c); // Output: 藻
JSON:
{"text": "\u85FB"} // Value: 藻
Python:
char = '\u85FB'
print(char) # Output: 藻
Perl:
my $char = "\x{85FB}";
print $char; # Output: 藻
PHP:
$char = "\x{85FB}";
echo $char; // Output: 藻
Ruby:
char = "\u{85FB}"
puts char # Output: 藻
Rust:
let c = '\u{85FB}';
println!("{}", c); // Output: 藻
Go:
char := '\u85FB'
fmt.Printf("%c\n", char) // Output: 藻
CSS:
/* CSS content property */
.element::before {
content: "\0085FB"; /* 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=%E8%97%BB
MD5:
994162914066ba868f7eba075dafca53
SHA1:
990fadb4fb891cfc4de22c37013ece53dca23c2a
Base64:
6Je7