Unicode Finder

"橺" U+6A7A(CJK UNIFIED IDEOGRAPH-6A7A)

U+6A7A
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6A7A

Programming

C
\u6A7A
JavaScript
\u6A7A
Java
\u6A7A
Json
\u6A7A
Python
\u6A7A
Perl
\x{6A7A}
PHP
\x{6A7A}
Ruby
\u{6A7A}
Rust
\u{6A7A}
Go
\u6A7A

Web

CSS
\006A7A
HtmlDecimal
橺
HtmlHexadecimal
橺
Url
%E6%A9%BA

Code

MD5
23c371f3f6d5dac0fa505ff131c28405
Sha1
3e7c9e2f8d78529124591ec35d330d342d0449da
Base64
5qm6

使用示例

Programming Languages

C:

char c = '\u6A7A';
printf("%c\n", c);  // Output: 橺

JavaScript:

const char = '\u6A7A';
console.log(char);  // Output: 橺

Java:

char c = '\u6A7A';
System.out.println(c);  // Output: 橺

JSON:

{"text": "\u6A7A"}  // Value: 橺

Python:

char = '\u6A7A'
print(char)  # Output: 橺

Perl:

my $char = "\x{6A7A}";
print $char;  # Output: 橺

PHP:

$char = "\x{6A7A}";
echo $char;  // Output: 橺

Ruby:

char = "\u{6A7A}"
puts char  # Output: 橺

Rust:

let c = '\u{6A7A}';
println!("{}", c);  // Output: 橺

Go:

char := '\u6A7A'
fmt.Printf("%c\n", char)  // Output: 橺

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006A7A";  /* Display: 橺 */
}

HTML Decimal:

<p>HTML decimal: &#27258;</p>  <!-- Display: 橺 -->

HTML Hexadecimal:

<p>HTML hex: &#x6A7A;</p>  <!-- Display: 橺 -->

URL Encoding:

// 橺 URL encoding
https://unicodefinder.com/search.php?query=%E6%A9%BA

Encodings

MD5:

23c371f3f6d5dac0fa505ff131c28405

SHA1:

3e7c9e2f8d78529124591ec35d330d342d0449da

Base64:

5qm6