C:
char c = '\u698D';
printf("%c\n", c); // Output: 榍
JavaScript:
const char = '\u698D';
console.log(char); // Output: 榍
Java:
char c = '\u698D';
System.out.println(c); // Output: 榍
JSON:
{"text": "\u698D"} // Value: 榍
Python:
char = '\u698D'
print(char) # Output: 榍
Perl:
my $char = "\x{698D}";
print $char; # Output: 榍
PHP:
$char = "\x{698D}";
echo $char; // Output: 榍
Ruby:
char = "\u{698D}"
puts char # Output: 榍
Rust:
let c = '\u{698D}';
println!("{}", c); // Output: 榍
Go:
char := '\u698D'
fmt.Printf("%c\n", char) // Output: 榍
CSS:
/* CSS content property */
.element::before {
content: "\00698D"; /* 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%A6%8D
MD5:
734d2aa86ada1e9ad09ae7819b778f81
SHA1:
65bd8a072f5dfecddfe7356be4b7b71ac8212693
Base64:
5qaN