C:
char c = '\u6A6C';
printf("%c\n", c); // Output: 橬
JavaScript:
const char = '\u6A6C';
console.log(char); // Output: 橬
Java:
char c = '\u6A6C';
System.out.println(c); // Output: 橬
JSON:
{"text": "\u6A6C"} // Value: 橬
Python:
char = '\u6A6C'
print(char) # Output: 橬
Perl:
my $char = "\x{6A6C}";
print $char; # Output: 橬
PHP:
$char = "\x{6A6C}";
echo $char; // Output: 橬
Ruby:
char = "\u{6A6C}"
puts char # Output: 橬
Rust:
let c = '\u{6A6C}';
println!("{}", c); // Output: 橬
Go:
char := '\u6A6C'
fmt.Printf("%c\n", char) // Output: 橬
CSS:
/* CSS content property */
.element::before {
content: "\006A6C"; /* 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%A9%AC
MD5:
0685badbaed88e63d8843c9aa2a9cb75
SHA1:
01d475882484eb48f6ecf7a533108121be9cd6bc
Base64:
5qms