Unicode Finder

"憕" U+6195(CJK UNIFIED IDEOGRAPH-6195)

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

Programming

C
\u6195
JavaScript
\u6195
Java
\u6195
Json
\u6195
Python
\u6195
Perl
\x{6195}
PHP
\x{6195}
Ruby
\u{6195}
Rust
\u{6195}
Go
\u6195

Web

CSS
\006195
HtmlDecimal
憕
HtmlHexadecimal
憕
Url
%E6%86%95

Code

MD5
c3774ffc11d1a2134ebde8b742c18e25
Sha1
1f08fd41a03320444ad316f3f1f88b0e53fde9c5
Base64
5oaV

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6195';
console.log(char);  // Output: 憕

Java:

char c = '\u6195';
System.out.println(c);  // Output: 憕

JSON:

{"text": "\u6195"}  // Value: 憕

Python:

char = '\u6195'
print(char)  # Output: 憕

Perl:

my $char = "\x{6195}";
print $char;  # Output: 憕

PHP:

$char = "\x{6195}";
echo $char;  // Output: 憕

Ruby:

char = "\u{6195}"
puts char  # Output: 憕

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006195";  /* Display: 憕 */
}

HTML Decimal:

<p>HTML decimal: &#24981;</p>  <!-- Display: 憕 -->

HTML Hexadecimal:

<p>HTML hex: &#x6195;</p>  <!-- Display: 憕 -->

URL Encoding:

// 憕 URL encoding
https://unicodefinder.com/search.php?query=%E6%86%95

Encodings

MD5:

c3774ffc11d1a2134ebde8b742c18e25

SHA1:

1f08fd41a03320444ad316f3f1f88b0e53fde9c5

Base64:

5oaV