Unicode Finder

"样" U+6837(CJK UNIFIED IDEOGRAPH-6837)

U+6837
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-6837

Programming

C
\u6837
JavaScript
\u6837
Java
\u6837
Json
\u6837
Python
\u6837
Perl
\x{6837}
PHP
\x{6837}
Ruby
\u{6837}
Rust
\u{6837}
Go
\u6837

Web

CSS
\006837
HtmlDecimal
样
HtmlHexadecimal
样
Url
%E6%A0%B7

Code

MD5
c20704306b853452f12289d68c932a99
Sha1
e7a0cc5d37c7ae5e004ccfbad357c1c632df2546
Base64
5qC3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6837';
console.log(char);  // Output: 样

Java:

char c = '\u6837';
System.out.println(c);  // Output: 样

JSON:

{"text": "\u6837"}  // Value: 样

Python:

char = '\u6837'
print(char)  # Output: 样

Perl:

my $char = "\x{6837}";
print $char;  # Output: 样

PHP:

$char = "\x{6837}";
echo $char;  // Output: 样

Ruby:

char = "\u{6837}"
puts char  # Output: 样

Rust:

let c = '\u{6837}';
println!("{}", c);  // Output: 样

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006837";  /* Display: 样 */
}

HTML Decimal:

<p>HTML decimal: &#26679;</p>  <!-- Display: 样 -->

HTML Hexadecimal:

<p>HTML hex: &#x6837;</p>  <!-- Display: 样 -->

URL Encoding:

// 样 URL encoding
https://unicodefinder.com/search.php?query=%E6%A0%B7

Encodings

MD5:

c20704306b853452f12289d68c932a99

SHA1:

e7a0cc5d37c7ae5e004ccfbad357c1c632df2546

Base64:

5qC3