C:
char c = '\u957B';
printf("%c\n", c); // Output: 镻
JavaScript:
const char = '\u957B';
console.log(char); // Output: 镻
Java:
char c = '\u957B';
System.out.println(c); // Output: 镻
JSON:
{"text": "\u957B"} // Value: 镻
Python:
char = '\u957B'
print(char) # Output: 镻
Perl:
my $char = "\x{957B}";
print $char; # Output: 镻
PHP:
$char = "\x{957B}";
echo $char; // Output: 镻
Ruby:
char = "\u{957B}"
puts char # Output: 镻
Rust:
let c = '\u{957B}';
println!("{}", c); // Output: 镻
Go:
char := '\u957B'
fmt.Printf("%c\n", char) // Output: 镻
CSS:
/* CSS content property */
.element::before {
content: "\00957B"; /* 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=%E9%95%BB
MD5:
183225960a437d4852710d8a84334c89
SHA1:
b13c734f77b21a01a0f29b8276c3d20d5e0c536b
Base64:
6ZW7