C:
char c = '\u6835';
printf("%c\n", c); // Output: 栵
JavaScript:
const char = '\u6835';
console.log(char); // Output: 栵
Java:
char c = '\u6835';
System.out.println(c); // Output: 栵
JSON:
{"text": "\u6835"} // Value: 栵
Python:
char = '\u6835'
print(char) # Output: 栵
Perl:
my $char = "\x{6835}";
print $char; # Output: 栵
PHP:
$char = "\x{6835}";
echo $char; // Output: 栵
Ruby:
char = "\u{6835}"
puts char # Output: 栵
Rust:
let c = '\u{6835}';
println!("{}", c); // Output: 栵
Go:
char := '\u6835'
fmt.Printf("%c\n", char) // Output: 栵
CSS:
/* CSS content property */
.element::before {
content: "\006835"; /* 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%A0%B5
MD5:
e132a91b33fa8d83ef8fb4c386ff81a2
SHA1:
8a849d1ea1a1a14aede4c07d7667c53c1d8f638e
Base64:
5qC1