Unicode Finder

"艷" U+8277(CJK UNIFIED IDEOGRAPH-8277)

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

Programming

C
\u8277
JavaScript
\u8277
Java
\u8277
Json
\u8277
Python
\u8277
Perl
\x{8277}
PHP
\x{8277}
Ruby
\u{8277}
Rust
\u{8277}
Go
\u8277

Web

CSS
\008277
HtmlDecimal
艷
HtmlHexadecimal
艷
Url
%E8%89%B7

Code

MD5
7248a42ade6d4c48d0ee067801cb1121
Sha1
9af5c853e1b4f2792a7e071893e1233195e73ad4
Base64
6Im3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8277';
console.log(char);  // Output: 艷

Java:

char c = '\u8277';
System.out.println(c);  // Output: 艷

JSON:

{"text": "\u8277"}  // Value: 艷

Python:

char = '\u8277'
print(char)  # Output: 艷

Perl:

my $char = "\x{8277}";
print $char;  # Output: 艷

PHP:

$char = "\x{8277}";
echo $char;  // Output: 艷

Ruby:

char = "\u{8277}"
puts char  # Output: 艷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008277";  /* Display: 艷 */
}

HTML Decimal:

<p>HTML decimal: &#33399;</p>  <!-- Display: 艷 -->

HTML Hexadecimal:

<p>HTML hex: &#x8277;</p>  <!-- Display: 艷 -->

URL Encoding:

// 艷 URL encoding
https://unicodefinder.com/search.php?query=%E8%89%B7

Encodings

MD5:

7248a42ade6d4c48d0ee067801cb1121

SHA1:

9af5c853e1b4f2792a7e071893e1233195e73ad4

Base64:

6Im3