C:
char c = '\u6F5B';
printf("%c\n", c); // Output: 潛
JavaScript:
const char = '\u6F5B';
console.log(char); // Output: 潛
Java:
char c = '\u6F5B';
System.out.println(c); // Output: 潛
JSON:
{"text": "\u6F5B"} // Value: 潛
Python:
char = '\u6F5B'
print(char) # Output: 潛
Perl:
my $char = "\x{6F5B}";
print $char; # Output: 潛
PHP:
$char = "\x{6F5B}";
echo $char; // Output: 潛
Ruby:
char = "\u{6F5B}"
puts char # Output: 潛
Rust:
let c = '\u{6F5B}';
println!("{}", c); // Output: 潛
Go:
char := '\u6F5B'
fmt.Printf("%c\n", char) // Output: 潛
CSS:
/* CSS content property */
.element::before {
content: "\006F5B"; /* 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%BD%9B
MD5:
fd2bb234d6dd07db1438a689b8c7617d
SHA1:
106df2a097290adfd9427536320b0d4917451cd0
Base64:
5r2b