C:
char c = '\u699A';
printf("%c\n", c); // Output: 榚
JavaScript:
const char = '\u699A';
console.log(char); // Output: 榚
Java:
char c = '\u699A';
System.out.println(c); // Output: 榚
JSON:
{"text": "\u699A"} // Value: 榚
Python:
char = '\u699A'
print(char) # Output: 榚
Perl:
my $char = "\x{699A}";
print $char; # Output: 榚
PHP:
$char = "\x{699A}";
echo $char; // Output: 榚
Ruby:
char = "\u{699A}"
puts char # Output: 榚
Rust:
let c = '\u{699A}';
println!("{}", c); // Output: 榚
Go:
char := '\u699A'
fmt.Printf("%c\n", char) // Output: 榚
CSS:
/* CSS content property */
.element::before {
content: "\00699A"; /* 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%9A
MD5:
3f821111d6fb844c6d40d5e44fb63745
SHA1:
f6c149dc798e275e3be7f712b04bdc9ebfa81094
Base64:
5qaa